summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy2009-09-013-8/+39
* Make test case number uniqueJohannes Sixt2009-08-271-0/+0
* tests: disable interactive hunk selection tests if perl is not availableJeff King2009-08-181-0/+5
* DWIM 'git stash save -p' for 'git stash -p'Thomas Rast2009-08-152-3/+3
* Merge branch 'js/stash-dwim' into tr/reset-checkout-patchJunio C Hamano2009-08-153-8/+19
|\
| * Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin2009-07-313-8/+19
* | Implement 'git stash save --patch'Thomas Rast2009-08-154-18/+145
* | Implement 'git checkout --patch'Thomas Rast2009-08-154-1/+199
* | Implement 'git reset --patch'Thomas Rast2009-08-154-6/+154
* | builtin-add: refactor the meat of interactive_add()Thomas Rast2009-08-142-14/+31
* | Add a small patch-mode testing libraryThomas Rast2009-08-141-0/+36
* | git-apply--interactive: Refactor patch mode codeThomas Rast2009-08-141-27/+55
|/
* Merge branch 'maint'Junio C Hamano2009-07-254-17/+19
|\
| * t8005: Nobody writes Russian in shift_jisJunio C Hamano2009-07-254-17/+19
* | Merge branch 'maint'Junio C Hamano2009-07-252-5/+9
|\ \ | |/
| * Fix severe breakage in "git-apply --whitespace=fix"Junio C Hamano2009-07-252-5/+9
* | Update release notes for 1.6.4Junio C Hamano2009-07-251-2/+13
* | Merge branch 'js/maint-graft-unhide-true-parents'Junio C Hamano2009-07-257-3/+31
|\ \
| * | git repack: keep commits hidden by a graftJohannes Schindelin2009-07-247-4/+20
| * | Add a test showing that 'git repack' throws away grafted-away parentsBjörn Steinbrink2009-07-231-0/+12
* | | Merge branch 'av/maint-config-reader'Junio C Hamano2009-07-252-6/+57
|\ \ \
| * | | After renaming a section, print any trailing variable definitionsAlex Vandiver2009-07-242-3/+41
| * | | Make section_name_match start on '[', and return the length on successAlex Vandiver2009-07-241-3/+16
| |/ /
* | | Merge branch 'jk/maint-send-email-alias-loop'Junio C Hamano2009-07-251-7/+11
|\ \ \
| * | | send-email: detect cycles in alias expansionJeff King2009-07-241-7/+11
| |/ /
* | | Show the presence of untracked files in the bash prompt.Daniel Trstenjak2009-07-241-2/+13
* | | Merge branch 'maint'Junio C Hamano2009-07-244-33/+53
|\ \ \ | | |/ | |/|
| * | SunOS grep does not understand -C<n> nor -eJunio C Hamano2009-07-241-0/+1
| * | Fix export_marks() error handling.Matthias Andree2009-07-241-4/+10
| * | git branch: clean up detached branch handlingLinus Torvalds2009-07-231-15/+23
| * | git branch: avoid unnecessary object lookupsLinus Torvalds2009-07-231-10/+14
| * | git branch: fix performance problemLinus Torvalds2009-07-231-5/+5
| * | do_one_ref(): null_sha1 check is not about broken refJunio C Hamano2009-07-221-2/+3
| |/
* | git svn: fix shallow clone when upstream revision is too newEric Wong2009-07-222-0/+31
* | configure.ac: properly unset NEEDS_SSL_WITH_CRYPTO when sha1 func is missingv1.6.4-rc2Brandon Casey2009-07-221-3/+2
* | janitor: useless checks before freePierre Habouzit2009-07-222-3/+2
* | janitor: add DIV_ROUND_UP and use it.Pierre Habouzit2009-07-223-2/+4
* | refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit2009-07-223-3/+4
* | janitor: use NULL and not 0 for pointers.Pierre Habouzit2009-07-221-1/+1
* | git stash: modernize use of "dashed" git-XXX callsMartin Koegler2009-07-221-3/+3
* | Improve doc for format-patch threading options.Yann Dirson2009-07-222-12/+31
* | List send-email config options in config.txt.Yann Dirson2009-07-221-0/+44
* | configure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIBGEN testsBrandon Casey2009-07-222-2/+3
* | Merge branch 'maint'Junio C Hamano2009-07-224-18/+118
|\ \ | |/
| * Trailing whitespace and no newline fixSZEDER Gábor2009-07-222-3/+20
| * diff --cc: a lost line at the beginning of the file is shown incorrectlyJunio C Hamano2009-07-222-7/+93
| * combine-diff.c: fix performance problem when folding common deleted linesJunio C Hamano2009-07-221-8/+5
* | git svn: fix reparenting when ugly http(s) URLs are usedEric Wong2009-07-191-2/+4
* | git svn: rename tests that had conflicting numbersEric Wong2009-07-192-0/+0
* | Updates to draft release notes to 1.6.4Junio C Hamano2009-07-181-10/+47