summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-12-16whitespace: reorganize initial-indent checkJ. Bruce Fields
2007-12-16whitespace: fix off-by-one error in non-space-in-indent checkingJ. Bruce Fields
2007-12-16rename git-browse--help to git-help--browseJeff King
2007-12-16Fix a memory leak李鸿
2007-12-16gitweb: Make config_to_multi return [] instead of [undef]Petr Baudis
2007-12-16gitweb: Teach "a=blob" action to be more lenient about blob/file mime typeJakub Narebski
2007-12-16gitweb: disambiguate heads and tags withs the same nameJakub Narebski
2007-12-16teach bash completion to treat commands with "--" as a helperJeff King
2007-12-16trim_common_tail: brown paper bag fix.Jeff King