summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make 'git stash -k' a short form for 'git stash save --keep-index'Johannes Schindelin2009-07-313-8/+19
* 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
* | push: do not give big warning when no preference is configuredJunio C Hamano2009-07-183-28/+2
* | t4202-log.sh: Test git log --no-walk sort orderMichael J Gruber2009-07-181-0/+20
* | cvsexportcommit: reorder tests to quiet intermittent failureMike Ralphson2009-07-181-19/+22
* | Merge branch 'maint'Junio C Hamano2009-07-183-4/+4
|\ \ | |/
| * checkout -f: deal with a D/F conflict entry correctlyJunio C Hamano2009-07-181-1/+1
| * sha1_name.c: avoid unnecessary strbuf_releaseBrandon Casey2009-07-161-2/+0
| * refs.c: release file descriptor on error returnBrandon Casey2009-07-161-1/+3
* | Revert "mailinfo: Remove only one set of square brackets"v1.6.4-rc1Junio C Hamano2009-07-153-9/+2
* | Fix extraneous lstat's in 'git checkout -f'Linus Torvalds2009-07-141-1/+1
* | Improve on the 'invalid object' error message at commit timeLinus Torvalds2009-07-141-1/+2
* | Make 'git show' more usefulLinus Torvalds2009-07-141-1/+1