summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-27Fix documentation of --first-parent in git-log and copy it to git-rev-listJunio C Hamano
2007-12-26Fix "git log --diff-filter" bugArjen Laarhoven
2007-12-26Improve error messages when int/long cannot be parsed from configShawn O. Pearce
2007-12-24cvsimport: die on cvsps errorsJeff King
2007-12-23shortlog manpage documentation: work around asciidoc markup issuesGustaf Hendeby
2007-12-23Documentation: describe 'union' low-level merge driverJunio C Hamano
2007-12-22Don't dereference NULL upon lookup failure.Jim Meyering
2007-12-22Emit helpful status for accidental "git stash" saveWincent Colaiuta
2007-12-22parse-options: Add a gitcli(5) man page.Pierre Habouzit
2007-12-22Force the sticked form for options with optional arguments.Pierre Habouzit
2007-12-22Fix $EDITOR regression introduced by rewrite in C.Junio C Hamano
2007-12-22Small comment fix for git-cvsimport.Stefan Sperling
2007-12-22Make git send-email accept $EDITOR with argumentsGustaf Hendeby
2007-12-22git-tag: fix -l switch handling regression.Pierre Habouzit
2007-12-21Documentation: ls-files -v is about "assume unchanged".Junio C Hamano
2007-12-21Re(-re)*fix trim_common_tail()Linus Torvalds
2007-12-21gitweb: fix whitespace in config_to_multi (indent with tab)Jakub Narebski
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