summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow selection of different cleanup modes for commit messagesAlex Riesen2007-12-223-5/+114
* builtin-commit: avoid double-negation in the code.Junio C Hamano2007-12-221-6/+6
* builtin-commit: fix amending of the initial commitJunio C Hamano2007-12-221-4/+4
* t7005: do not exit inside test.Junio C Hamano2007-12-221-1/+1
* Don't dereference NULL upon lookup failure.Jim Meyering2007-12-221-13/+22
* Emit helpful status for accidental "git stash" saveWincent Colaiuta2007-12-221-2/+4
* parse-options: Add a gitcli(5) man page.Pierre Habouzit2007-12-223-1/+115
* Force the sticked form for options with optional arguments.Pierre Habouzit2007-12-222-51/+51
* Fix $EDITOR regression introduced by rewrite in C.Junio C Hamano2007-12-221-1/+13
* Small comment fix for git-cvsimport.Stefan Sperling2007-12-221-1/+1
* Make git send-email accept $EDITOR with argumentsGustaf Hendeby2007-12-221-1/+1
* git-tag: fix -l switch handling regression.Pierre Habouzit2007-12-222-15/+5
* Documentation: ls-files -v is about "assume unchanged".Junio C Hamano2007-12-211-1/+2
* 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