summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-03-25send-email: lazy-load Email::Valid and make it optionalLibravatar Eric Wong1-3/+13
2006-03-25send-email: try to order messages in email clients more correctlyLibravatar Eric Wong1-2/+3
2006-03-25send-email: Change from Mail::Sendmail to Net::SMTPLibravatar Eric Wong1-24/+40
2006-03-25send-email: use built-in time() instead of /bin/date '+%s'Libravatar Eric Wong1-2/+1
2006-03-25built-in diff: minimum tweaksLibravatar Junio C Hamano3-12/+47
2006-03-25builtin-diff: \No newline at end of file.Libravatar Linus Torvalds1-2/+10
2006-03-25Use a *real* built-in diff generatorLibravatar Linus Torvalds14-8/+1820
2006-03-25tar-tree: Use the prefix field of a tar headerLibravatar Rene Scharfe2-3/+24
2006-03-25tar-tree: Remove obsolete codeLibravatar Rene Scharfe1-214/+0
2006-03-25tar-tree: Use write_entry() to write the archive contentsLibravatar Rene Scharfe1-18/+38
2006-03-25tar-tree: Introduce write_entry()Libravatar Rene Scharfe2-18/+155
2006-03-25tar-tree: Use SHA1 of root tree for the basedirLibravatar Rene Scharfe1-3/+4
2006-03-25git-apply: safety fixesLibravatar Linus Torvalds1-1/+3
2006-03-24Removed bogus "<snap>" identifier.Libravatar Jon Loeliger1-4/+0
2006-03-24Clarify and expand some hook documentation.Libravatar Jon Loeliger3-13/+42
2006-03-24commit-tree: check return value from write_sha1_file()Libravatar Junio C Hamano1-3/+6
2006-03-23Merge branch 'jc/name' into nextLibravatar Junio C Hamano13-4/+16
2006-03-23Merge branch 'jc/cvsimport'Libravatar Junio C Hamano1-1/+18
2006-03-23Merge branch 'jc/pull'Libravatar Junio C Hamano1-2/+10
2006-03-23Merge branch 'jc/fetch'Libravatar Junio C Hamano1-0/+1
2006-03-23send-email: Identify author at the top when sending e-mailLibravatar Junio C Hamano1-1/+10
2006-03-23sha1_name: make core.warnambiguousrefs the default.Libravatar Junio C Hamano1-1/+1
2006-03-23sha1_name: warning ambiguous refs.Libravatar Junio C Hamano12-3/+15
2006-03-22Format tweaks for asciidoc.Libravatar Francis Daly2-10/+10
2006-03-22Merge branch 'jc/pull' into nextLibravatar Junio C Hamano1-2/+10
2006-03-22git-pull: reword "impossible to fast-forward" message.Libravatar Junio C Hamano1-1/+7
2006-03-22git-pull: further safety while on tracking branch.Libravatar Junio C Hamano1-1/+3
2006-03-22Merge branch 'jc/revlist' into nextLibravatar Junio C Hamano4-11/+24
2006-03-22Merge branch 'jc/clone' into nextLibravatar Junio C Hamano1-2/+2
2006-03-22git-clone: typofix.Libravatar Junio C Hamano1-2/+2
2006-03-22rev-list --timestampLibravatar Junio C Hamano1-1/+10
2006-03-22git-apply: do not barf when updating an originally empty file.Libravatar Junio C Hamano1-1/+1
2006-03-21http-push.c: squelch C90 warnings.Libravatar Junio C Hamano1-8/+12
2006-03-21fix field width/precision warnings in blame.cLibravatar Luck, Tony1-1/+1
2006-03-22gitk: Fix two bugs reported by usersLibravatar Paul Mackerras1-11/+11
2006-03-21Merge branch 'jc/clone' into nextLibravatar Junio C Hamano1-3/+9
2006-03-21Merge branch 'jc/name' into nextLibravatar Junio C Hamano1-11/+12
2006-03-21clone: record the remote primary branch with remotes/$origin/HEADLibravatar Junio C Hamano1-3/+9
2006-03-21get_sha1_basic(): try refs/... and finally refs/remotes/$foo/HEADLibravatar Junio C Hamano1-11/+12
2006-03-21Merge branch 'jc/name' into nextLibravatar Junio C Hamano10-30/+297
2006-03-21Merge branch 'jc/clone' into nextLibravatar Junio C Hamano1-19/+31
2006-03-21revamp git-clone (take #2).Libravatar Junio C Hamano1-19/+31
2006-03-20core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Libravatar Junio C Hamano4-3/+27
2006-03-20contrib/git-svn: allow rebuild to work on non-linear remote headsLibravatar Eric Wong1-1/+13
2006-03-20http-push: don't assume char is signedLibravatar Nick Hengeveld1-1/+1
2006-03-20http-push: add support for deleting remote branchesLibravatar Nick Hengeveld1-1/+218
2006-03-20Be verbose when !initial commitLibravatar Yasushi SHOJI1-1/+1
2006-03-20Fix multi-paragraph list items in OPTIONS sectionLibravatar Francis Daly2-23/+29
2006-03-20http-fetch: nicer warning for a server with unreliable 404 statusLibravatar Junio C Hamano1-0/+8
2006-03-20Merge branch 'jc/merge' into nextLibravatar Junio C Hamano4-56/+90