summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'rs/tar-tree' into nextJunio C Hamano2006-03-2511-256/+260
|\ \ \ \ \ \
| * | | | | | tar-tree: Use the prefix field of a tar headerRene Scharfe2006-03-252-3/+24
| * | | | | | tar-tree: Remove obsolete codeRene Scharfe2006-03-251-214/+0
| * | | | | | tar-tree: Use write_entry() to write the archive contentsRene Scharfe2006-03-251-18/+38
| * | | | | | tar-tree: Introduce write_entry()Rene Scharfe2006-03-252-18/+155
| * | | | | | tar-tree: Use SHA1 of root tree for the basedirRene Scharfe2006-03-251-3/+4
| |/ / / / /
| * | | | | git-apply: safety fixesLinus Torvalds2006-03-251-1/+3
| * | | | | Removed bogus "<snap>" identifier.Jon Loeliger2006-03-241-4/+0
| * | | | | Clarify and expand some hook documentation.Jon Loeliger2006-03-243-13/+42
| * | | | | commit-tree: check return value from write_sha1_file()Junio C Hamano2006-03-241-3/+6
| * | | | | Merge branch 'jc/cvsimport'Junio C Hamano2006-03-231-1/+18
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/pull'Junio C Hamano2006-03-231-2/+10
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jc/fetch'Junio C Hamano2006-03-231-0/+1
| |\ \ \ \ \ \ \
| * | | | | | | | send-email: Identify author at the top when sending e-mailJunio C Hamano2006-03-231-1/+10
| * | | | | | | | Format tweaks for asciidoc.Francis Daly2006-03-222-10/+10
* | | | | | | | | Merge branch 'jc/name' into nextJunio C Hamano2006-03-2313-4/+16
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | sha1_name: make core.warnambiguousrefs the default.Junio C Hamano2006-03-231-1/+1
| * | | | | | | | sha1_name: warning ambiguous refs.Junio C Hamano2006-03-2312-3/+15
* | | | | | | | | Merge branch 'jc/pull' into nextJunio C Hamano2006-03-221-2/+10
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | git-pull: reword "impossible to fast-forward" message.Junio C Hamano2006-03-221-1/+7
| * | | | | | | | git-pull: further safety while on tracking branch.Junio C Hamano2006-03-221-1/+3
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jc/revlist' into nextJunio C Hamano2006-03-224-11/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | rev-list --timestampJunio C Hamano2006-03-221-1/+10
| |/ / / / / / /
| * | | | | | | git-apply: do not barf when updating an originally empty file.Junio C Hamano2006-03-221-1/+1
| * | | | | | | http-push.c: squelch C90 warnings.Junio C Hamano2006-03-211-8/+12
| * | | | | | | fix field width/precision warnings in blame.cLuck, Tony2006-03-211-1/+1
* | | | | | | | Merge branch 'jc/clone' into nextJunio C Hamano2006-03-221-2/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | git-clone: typofix.Junio C Hamano2006-03-221-2/+2
* | | | | | | | Merge branch 'jc/clone' into nextJunio C Hamano2006-03-211-3/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | clone: record the remote primary branch with remotes/$origin/HEADJunio C Hamano2006-03-211-3/+9
* | | | | | | | Merge branch 'jc/name' into nextJunio C Hamano2006-03-211-11/+12
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | get_sha1_basic(): try refs/... and finally refs/remotes/$foo/HEADJunio C Hamano2006-03-211-11/+12
* | | | | | | | Merge branch 'jc/name' into nextJunio C Hamano2006-03-2110-30/+297
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Junio C Hamano2006-03-204-3/+27
| | |/ / / / / | |/| | | | |
| * | | | | | contrib/git-svn: allow rebuild to work on non-linear remote headsEric Wong2006-03-201-1/+13
| * | | | | | http-push: don't assume char is signedNick Hengeveld2006-03-201-1/+1
| * | | | | | http-push: add support for deleting remote branchesNick Hengeveld2006-03-201-1/+218
| * | | | | | Be verbose when !initial commitYasushi SHOJI2006-03-201-1/+1
| * | | | | | Fix multi-paragraph list items in OPTIONS sectionFrancis Daly2006-03-202-23/+29
| * | | | | | http-fetch: nicer warning for a server with unreliable 404 statusJunio C Hamano2006-03-201-0/+8
* | | | | | | Merge branch 'jc/clone' into nextJunio C Hamano2006-03-211-19/+31
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | revamp git-clone (take #2).Junio C Hamano2006-03-211-19/+31
* | | | | | | Merge branch 'jc/merge' into nextJunio C Hamano2006-03-204-56/+90
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | git-merge knows some strategies want to skip trivial mergesJunio C Hamano2006-03-201-27/+40
| | |/ / / / | |/| | | |
| * | | | | generate-cmdlist: style cleanups.Junio C Hamano2006-03-191-3/+7
| * | | | | Add missing semicolon to sed command.Shawn Pearce2006-03-191-1/+1
| * | | | | unpack_delta_entry(): reduce memory footprint.Junio C Hamano2006-03-191-8/+10
| * | | | | git.el: Added a function to diff against the other heads in a merge.Alexandre Julliard2006-03-191-0/+11
| * | | | | git.el: Get the default user name and email from the repository config.Alexandre Julliard2006-03-191-2/+9
| * | | | | git.el: More robust handling of subprocess errors when returning strings.Alexandre Julliard2006-03-191-16/+13