summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-20everyday: replace 'prune' and 'repack' with 'gc'Libravatar Miklos Vajna1-13/+6
2007-12-20Remove old generated files from .gitignore.Libravatar Charles Bailey1-6/+0
2007-12-20clean up 1.5.4 release notesLibravatar Jeff King1-16/+17
2007-12-20Mention git-shell's "cvs" substitution in the RelNotesLibravatar Johannes Schindelin1-1/+3
2007-12-20shell-scripts usage(): consistently exit with non-zeroLibravatar Junio C Hamano1-1/+2
2007-12-20Reallow git-rebase --interactive --continue if commit is unnecessaryLibravatar Shawn O. Pearce1-1/+3
2007-12-20fix git commit --amend -m "new message"Libravatar Junio C Hamano1-1/+5
2007-12-20t4024: fix test script to use simpler sed patternLibravatar Junio C Hamano1-35/+123
2007-12-20Teach diff machinery to display other prefixes than "a/" and "b/"Libravatar Johannes Schindelin3-8/+27
2007-12-19GIT 1.5.4-rc1Libravatar Junio C Hamano3-10/+21
2007-12-19Catch and handle git-commit failures in git-rebase --interactiveLibravatar Shawn O. Pearce1-8/+9
2007-12-19Avoid update hook during git-rebase --interactiveLibravatar Shawn O. Pearce1-2/+2
2007-12-19Improved submodule merge supportLibravatar Finn Arne Gangstad1-1/+8
2007-12-19Fix interactive rebase to preserve author email addressLibravatar Sean1-1/+1
2007-12-19make 'git describe --all --contains' workLibravatar Nicolas Pitre1-6/+8
2007-12-19Fix git-instaweb breakage on MacOS X due to the limited sed functionalityLibravatar Charles Bailey2-6/+10
2007-12-19test "git clone -o"Libravatar Jeff King1-0/+22
2007-12-19clone: fix options '-o' and '--origin' to be recognised againLibravatar Marco Roeland1-1/+1
2007-12-19git show <tag>: show the taggerLibravatar Johannes Schindelin1-7/+31
2007-12-19git-svn: avoid warning when run without argumentsLibravatar Eric Wong1-2/+2
2007-12-19git-svn: workaround a for broken symlinks in SVNLibravatar Eric Wong1-3/+9
2007-12-19git-svn: avoid leaving leftover committer/author info in rebaseLibravatar Eric Wong1-11/+39
2007-12-18fix style of a few comments in diff-delta.cLibravatar Nicolas Pitre1-24/+24
2007-12-18git-filter-branch.sh: more portable tr usage: use \012, not \n.Libravatar Jim Meyering1-1/+1
2007-12-18filter-branch: Remove broken and unnecessary summary of rewritten refs.Libravatar Johannes Sixt1-5/+0
2007-12-18Fix some documentation typos.Libravatar Ralf Wildenhues6-10/+10
2007-12-18builtin-blame.c: remove unneeded memclr()Libravatar Junio C Hamano1-1/+0
2007-12-18unpack-trees: FLEX_ARRAY fixLibravatar Linus Torvalds1-1/+1
2007-12-17Fix segfault in diff-delta.c when FLEX_ARRAY is 1Libravatar Pierre Habouzit1-1/+1
2007-12-17Merge branch 'maint'Libravatar Junio C Hamano2-6/+11
2007-12-17rebase -p -i: handle "no changes" gracefullyLibravatar Johannes Schindelin2-1/+12
2007-12-17Document diff.external and mergetool.<tool>.pathLibravatar Johannes Schindelin1-0/+11
2007-12-17Support config variable diff.externalLibravatar Johannes Schindelin1-0/+7
2007-12-17Clean up documentation that references deprecated 'git peek-remote'.Libravatar Johannes Sixt4-8/+5
2007-12-17Clarify error response from 'git fetch' for bad responsesLibravatar Sam Vilain1-1/+1
2007-12-17the use of 'tr' in the test suite isn't really portableLibravatar H.Merijn Brand11-18/+18
2007-12-17Plug a resource leak in threaded pack-objects code.Libravatar Johannes Sixt1-2/+2
2007-12-17git-send-email: avoid duplicate message-idsLibravatar Jeff King1-1/+5
2007-12-17clone: correctly report http_fetch errorsLibravatar Jeff King1-5/+6
2007-12-16Documentation/git-submodule: refer to gitmodules(5)Libravatar Junio C Hamano1-1/+2
2007-12-16threaded pack-objects: Use condition variables for thread communication.Libravatar Johannes Sixt1-50/+79
2007-12-16builtin-commit: make summary output consistent with statusLibravatar Junio C Hamano1-0/+3
2007-12-16builtin-commit: fix summary output.Libravatar Junio C Hamano1-0/+1
2007-12-16builtin-apply: stronger indent-with-on-tab fixingLibravatar J. Bruce Fields1-2/+1
2007-12-16builtin-apply: minor cleanup of whitespace detectionLibravatar J. Bruce Fields1-4/+4
2007-12-16Re-re-re-fix common tail optimizationLibravatar Junio C Hamano2-1/+70
2007-12-16whitespace: fix config.txt description of indent-with-non-tabLibravatar J. Bruce Fields1-1/+1
2007-12-16whitespace: more accurate initial-indent highlightingLibravatar J. Bruce Fields1-8/+16
2007-12-16whitespace: fix initial-indent checkingLibravatar J. Bruce Fields2-6/+19
2007-12-16whitespace: minor cleanupLibravatar J. Bruce Fields1-12/+9