summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re(-re)*fix trim_common_tail()Linus Torvalds2007-12-201-4/+7
* gitweb: fix whitespace in config_to_multi (indent with tab)Jakub Narebski2007-12-201-1/+1
* everyday: replace 'prune' and 'repack' with 'gc'Miklos Vajna2007-12-201-13/+6
* Remove old generated files from .gitignore.Charles Bailey2007-12-201-6/+0
* clean up 1.5.4 release notesJeff King2007-12-201-16/+17
* Mention git-shell's "cvs" substitution in the RelNotesJohannes Schindelin2007-12-201-1/+3
* shell-scripts usage(): consistently exit with non-zeroJunio C Hamano2007-12-201-1/+2
* Reallow git-rebase --interactive --continue if commit is unnecessaryShawn O. Pearce2007-12-201-1/+3
* fix git commit --amend -m "new message"Junio C Hamano2007-12-201-1/+5
* t4024: fix test script to use simpler sed patternJunio C Hamano2007-12-201-35/+123
* Teach diff machinery to display other prefixes than "a/" and "b/"Johannes Schindelin2007-12-203-8/+27
* GIT 1.5.4-rc1v1.5.4-rc1Junio C Hamano2007-12-193-10/+21
* Catch and handle git-commit failures in git-rebase --interactiveShawn O. Pearce2007-12-191-8/+9
* Avoid update hook during git-rebase --interactiveShawn O. Pearce2007-12-191-2/+2
* Improved submodule merge supportFinn Arne Gangstad2007-12-191-1/+8
* Fix interactive rebase to preserve author email addressSean2007-12-191-1/+1
* make 'git describe --all --contains' workNicolas Pitre2007-12-191-6/+8
* Fix git-instaweb breakage on MacOS X due to the limited sed functionalityCharles Bailey2007-12-192-6/+10
* test "git clone -o"Jeff King2007-12-191-0/+22
* clone: fix options '-o' and '--origin' to be recognised againMarco Roeland2007-12-191-1/+1
* git show <tag>: show the taggerJohannes Schindelin2007-12-191-7/+31
* git-svn: avoid warning when run without argumentsEric Wong2007-12-191-2/+2
* git-svn: workaround a for broken symlinks in SVNEric Wong2007-12-191-3/+9
* git-svn: avoid leaving leftover committer/author info in rebaseEric Wong2007-12-191-11/+39
* fix style of a few comments in diff-delta.cNicolas Pitre2007-12-181-24/+24
* git-filter-branch.sh: more portable tr usage: use \012, not \n.Jim Meyering2007-12-181-1/+1
* filter-branch: Remove broken and unnecessary summary of rewritten refs.Johannes Sixt2007-12-181-5/+0
* Fix some documentation typos.Ralf Wildenhues2007-12-186-10/+10
* builtin-blame.c: remove unneeded memclr()Junio C Hamano2007-12-181-1/+0
* unpack-trees: FLEX_ARRAY fixLinus Torvalds2007-12-181-1/+1
* Fix segfault in diff-delta.c when FLEX_ARRAY is 1Pierre Habouzit2007-12-171-1/+1
* Merge branch 'maint'Junio C Hamano2007-12-172-6/+11
|\
| * git-send-email: avoid duplicate message-idsJeff King2007-12-171-1/+5
| * clone: correctly report http_fetch errorsJeff King2007-12-171-5/+6
* | rebase -p -i: handle "no changes" gracefullyJohannes Schindelin2007-12-172-1/+12
* | Document diff.external and mergetool.<tool>.pathJohannes Schindelin2007-12-171-0/+11
* | Support config variable diff.externalJohannes Schindelin2007-12-171-0/+7
* | Clean up documentation that references deprecated 'git peek-remote'.Johannes Sixt2007-12-174-8/+5
* | Clarify error response from 'git fetch' for bad responsesSam Vilain2007-12-171-1/+1
* | the use of 'tr' in the test suite isn't really portableH.Merijn Brand2007-12-1711-18/+18
* | Plug a resource leak in threaded pack-objects code.Johannes Sixt2007-12-171-2/+2
* | Documentation/git-submodule: refer to gitmodules(5)Junio C Hamano2007-12-161-1/+2
* | threaded pack-objects: Use condition variables for thread communication.Johannes Sixt2007-12-161-50/+79
* | builtin-commit: make summary output consistent with statusJunio C Hamano2007-12-161-0/+3
* | builtin-commit: fix summary output.Junio C Hamano2007-12-161-0/+1
* | builtin-apply: stronger indent-with-on-tab fixingJ. Bruce Fields2007-12-161-2/+1
* | builtin-apply: minor cleanup of whitespace detectionJ. Bruce Fields2007-12-161-4/+4
* | Re-re-re-fix common tail optimizationJunio C Hamano2007-12-162-1/+70
* | whitespace: fix config.txt description of indent-with-non-tabJ. Bruce Fields2007-12-161-1/+1
* | whitespace: more accurate initial-indent highlightingJ. Bruce Fields2007-12-161-8/+16