summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-21everyday: replace 'prune' and 'repack' with 'gc'Miklos Vajna
2007-12-21Remove old generated files from .gitignore.Charles Bailey
2007-12-21clean up 1.5.4 release notesJeff King
2007-12-21Mention git-shell's "cvs" substitution in the RelNotesJohannes Schindelin
2007-12-20shell-scripts usage(): consistently exit with non-zeroJunio C Hamano
2007-12-20Reallow git-rebase --interactive --continue if commit is unnecessaryShawn O. Pearce
2007-12-20fix git commit --amend -m "new message"Junio C Hamano
2007-12-20t4024: fix test script to use simpler sed patternJunio C Hamano
2007-12-20Teach diff machinery to display other prefixes than "a/" and "b/"Johannes Schindelin
2007-12-20GIT 1.5.4-rc1v1.5.4-rc1Junio C Hamano
2007-12-20Catch and handle git-commit failures in git-rebase --interactiveShawn O. Pearce
2007-12-20Avoid update hook during git-rebase --interactiveShawn O. Pearce
2007-12-20Improved submodule merge supportFinn Arne Gangstad
2007-12-19Fix interactive rebase to preserve author email addressSean
2007-12-19make 'git describe --all --contains' workNicolas Pitre
2007-12-19Fix git-instaweb breakage on MacOS X due to the limited sed functionalityCharles Bailey
2007-12-19test "git clone -o"Jeff King
2007-12-19clone: fix options '-o' and '--origin' to be recognised againMarco Roeland
2007-12-19git show <tag>: show the taggerJohannes Schindelin
2007-12-19git-svn: avoid warning when run without argumentsEric Wong
2007-12-19git-svn: workaround a for broken symlinks in SVNEric Wong
2007-12-19git-svn: avoid leaving leftover committer/author info in rebaseEric Wong
2007-12-18fix style of a few comments in diff-delta.cNicolas Pitre
2007-12-18git-filter-branch.sh: more portable tr usage: use \012, not \n.Jim Meyering
2007-12-18filter-branch: Remove broken and unnecessary summary of rewritten refs.Johannes Sixt
2007-12-18Fix some documentation typos.Ralf Wildenhues
2007-12-18builtin-blame.c: remove unneeded memclr()Junio C Hamano
2007-12-18unpack-trees: FLEX_ARRAY fixLinus Torvalds
2007-12-18Fix segfault in diff-delta.c when FLEX_ARRAY is 1Pierre Habouzit
2007-12-18Merge branch 'maint'Junio C Hamano
2007-12-18rebase -p -i: handle "no changes" gracefullyJohannes Schindelin
2007-12-18Document diff.external and mergetool.<tool>.pathJohannes Schindelin
2007-12-18Support config variable diff.externalJohannes Schindelin
2007-12-18Clean up documentation that references deprecated 'git peek-remote'.Johannes Sixt
2007-12-18Clarify error response from 'git fetch' for bad responsesSam Vilain
2007-12-18the use of 'tr' in the test suite isn't really portableH.Merijn Brand
2007-12-18Plug a resource leak in threaded pack-objects code.Johannes Sixt
2007-12-17git-send-email: avoid duplicate message-idsJeff King
2007-12-17clone: correctly report http_fetch errorsJeff King
2007-12-17Documentation/git-submodule: refer to gitmodules(5)Junio C Hamano
2007-12-17threaded pack-objects: Use condition variables for thread communication.Johannes Sixt
2007-12-16builtin-commit: make summary output consistent with statusJunio C Hamano
2007-12-16builtin-commit: fix summary output.Junio C Hamano
2007-12-16builtin-apply: stronger indent-with-on-tab fixingJ. Bruce Fields
2007-12-16builtin-apply: minor cleanup of whitespace detectionJ. Bruce Fields
2007-12-16Re-re-re-fix common tail optimizationJunio C Hamano
2007-12-16whitespace: fix config.txt description of indent-with-non-tabJ. Bruce Fields
2007-12-16whitespace: more accurate initial-indent highlightingJ. Bruce Fields
2007-12-16whitespace: fix initial-indent checkingJ. Bruce Fields
2007-12-16whitespace: minor cleanupJ. Bruce Fields