summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-svn: testcase for partial rebuildDeskin Miler2008-09-211-0/+59
* Merge branch 'db/maint-checkout-b'Junio C Hamano2008-09-212-0/+22
|\
| * Check early that a new branch is new and validDaniel Barkalow2008-09-212-0/+22
* | t5510: test "git fetch" following tags minimallyJunio C Hamano2008-09-211-0/+20
* | Update draft release notes to 1.6.1Junio C Hamano2008-09-201-1/+21
* | Merge branch 'maint'Junio C Hamano2008-09-198-39/+56
|\ \ | |/
| * Start draft release notes for 1.6.0.3Junio C Hamano2008-09-192-1/+30
| * git-repack uses --no-repack-object, not --no-repack-delta.Mikael Magnusson2008-09-192-2/+2
| * Typo "bogos" in format-patch error message.Mikael Magnusson2008-09-191-1/+1
| * builtin-clone: fix typoFabrizio Chiarello2008-09-191-1/+1
| * Bust the ghost of long-defunct diffcore-pathspec.Yann Dirson2008-09-192-34/+22
| * completion: git commit should list --interactiveEric Raible2008-09-191-1/+1
* | bash: use for-each-ref format 'refname:short'SZEDER Gábor2008-09-191-20/+6
* | Merge branch 'maint'Junio C Hamano2008-09-1812-39/+327
|\ \ | |/
| * Merge branch 'dp/maint-rebase-fix' into maintJunio C Hamano2008-09-181-3/+11
| |\
| * \ Merge branch 'jc/maint-checkout-keep-remove' into maintJunio C Hamano2008-09-185-2/+24
| |\ \
| * \ \ Merge branch 'jc/maint-diff-quiet' into maintJunio C Hamano2008-09-181-11/+1
| |\ \ \
| * \ \ \ Merge branch 'jc/maint-name-hash-clear' into maintJunio C Hamano2008-09-181-0/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/maint-template-permbits' into maintJunio C Hamano2008-09-181-5/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'mh/maint-honor-no-ssl-verify' into maintJunio C Hamano2008-09-181-1/+10
| |\ \ \ \ \ \
| * | | | | | | sha1_file: link() returns -1 on failure, not errnoThomas Rast2008-09-181-1/+3
| * | | | | | | Make git archive respect core.autocrlf when creating zip format archivesCharles Bailey2008-09-182-1/+3
| * | | | | | | Add new test to demonstrate git archive core.autocrlf inconsistencyCharles Bailey2008-09-181-0/+46
| * | | | | | | gitweb: avoid warnings for commits without bodyJoey Hess2008-09-181-1/+1
| * | | | | | | Clarified gitattributes documentation regarding custom hunk header.Garry Dolley2008-09-181-9/+9
| * | | | | | | git-svn: fix handling of even funkier branch namesEric Wong2008-09-182-0/+17
| * | | | | | | git-svn: Always create a new RA when calling do_switch for svn://Alec Berryman2008-09-183-13/+235
| * | | | | | | git-svn: factor out svnserve test code for later useAlec Berryman2008-09-182-13/+18
| * | | | | | | diff/diff-files: do not use --cc too aggressivelyJunio C Hamano2008-09-182-2/+13
* | | | | | | | Merge branch 'jc/diff-prefix'Junio C Hamano2008-09-187-8/+70
|\ \ \ \ \ \ \ \
| * | | | | | | | diff: vary default prefix depending on what are comparedJunio C Hamano2008-08-307-8/+70
* | | | | | | | | Merge branch 'np/pack'Junio C Hamano2008-09-183-11/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t5300: improve SHA1 collision testNicolas Pitre2008-09-021-1/+2
| * | | | | | | | | pack-objects: don't include missing preferred base objectsNicolas Pitre2008-09-021-0/+8
| * | | | | | | | | sha1write: don't copy full sized buffersNicolas Pitre2008-09-021-10/+17
| * | | | | | | | | Merge branch 'np/maint-safer-pack' into np/packJunio C Hamano2008-09-026-55/+112
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'bw/shortref'Junio C Hamano2008-09-183-7/+173
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | for-each-ref: `:short` format for `refname`Bert Wesarg2008-09-053-7/+173
* | | | | | | | | | | | Merge branch 'rs/decorate'Junio C Hamano2008-09-185-28/+60
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | add '%d' pretty format specifier to show decorationRené Scharfe2008-09-042-0/+22
| * | | | | | | | | | | | move load_ref_decorations() to log-tree.c and export itRené Scharfe2008-09-043-35/+37
| * | | | | | | | | | | | log: add load_ref_decorations()René Scharfe2008-09-041-2/+10
* | | | | | | | | | | | | Merge branch 'tr/rev-list-reverse'Junio C Hamano2008-09-183-21/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | t6013: replace use of 'tac' with equivalent PerlThomas Rast2008-08-311-2/+2
| * | | | | | | | | | | | | rev-list: fix --reverse interaction with --parentsThomas Rast2008-08-293-21/+60
* | | | | | | | | | | | | | Merge branch 'cc/bisect'Junio C Hamano2008-09-182-27/+260
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | bisect: remove "checkout_done" variable used when checking merge basesChristian Couder2008-09-051-5/+27
| * | | | | | | | | | | | | | bisect: only check merge bases when neededChristian Couder2008-08-272-14/+58
| * | | | | | | | | | | | | | bisect: test merge base if good rev is not an ancestor of bad revChristian Couder2008-08-272-25/+192
* | | | | | | | | | | | | | | Merge branch 'jc/setlinebuf-setvbuf'Junio C Hamano2008-09-181-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \