aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* t7005: do not exit inside test.Junio C Hamano2007-12-22
* Don't dereference NULL upon lookup failure.Jim Meyering2007-12-22
* Emit helpful status for accidental "git stash" saveWincent Colaiuta2007-12-22
* parse-options: Add a gitcli(5) man page.Pierre Habouzit2007-12-22
* Force the sticked form for options with optional arguments.Pierre Habouzit2007-12-22
* Fix $EDITOR regression introduced by rewrite in C.Junio C Hamano2007-12-22
* Small comment fix for git-cvsimport.Stefan Sperling2007-12-22
* Make git send-email accept $EDITOR with argumentsGustaf Hendeby2007-12-22
* git-tag: fix -l switch handling regression.Pierre Habouzit2007-12-22
* Documentation: ls-files -v is about "assume unchanged".Junio C Hamano2007-12-21
* Re(-re)*fix trim_common_tail()Linus Torvalds2007-12-20
* gitweb: fix whitespace in config_to_multi (indent with tab)Jakub Narebski2007-12-20
* everyday: replace 'prune' and 'repack' with 'gc'Miklos Vajna2007-12-20
* Remove old generated files from .gitignore.Charles Bailey2007-12-20
* clean up 1.5.4 release notesJeff King2007-12-20
* Mention git-shell's "cvs" substitution in the RelNotesJohannes Schindelin2007-12-20
* shell-scripts usage(): consistently exit with non-zeroJunio C Hamano2007-12-20
* Reallow git-rebase --interactive --continue if commit is unnecessaryShawn O. Pearce2007-12-20
* fix git commit --amend -m "new message"Junio C Hamano2007-12-20
* t4024: fix test script to use simpler sed patternJunio C Hamano2007-12-20
* Teach diff machinery to display other prefixes than "a/" and "b/"Johannes Schindelin2007-12-20
* GIT 1.5.4-rc1v1.5.4-rc1Junio C Hamano2007-12-19
* Catch and handle git-commit failures in git-rebase --interactiveShawn O. Pearce2007-12-19
* Avoid update hook during git-rebase --interactiveShawn O. Pearce2007-12-19
* Improved submodule merge supportFinn Arne Gangstad2007-12-19
* Fix interactive rebase to preserve author email addressSean2007-12-19
* make 'git describe --all --contains' workNicolas Pitre2007-12-19
* Fix git-instaweb breakage on MacOS X due to the limited sed functionalityCharles Bailey2007-12-19
* test "git clone -o"Jeff King2007-12-19
* clone: fix options '-o' and '--origin' to be recognised againMarco Roeland2007-12-19
* git show <tag>: show the taggerJohannes Schindelin2007-12-19
* git-svn: avoid warning when run without argumentsEric Wong2007-12-19
* git-svn: workaround a for broken symlinks in SVNEric Wong2007-12-19
* git-svn: avoid leaving leftover committer/author info in rebaseEric Wong2007-12-19
* fix style of a few comments in diff-delta.cNicolas Pitre2007-12-18
* git-filter-branch.sh: more portable tr usage: use \012, not \n.Jim Meyering2007-12-18
* filter-branch: Remove broken and unnecessary summary of rewritten refs.Johannes Sixt2007-12-18
* Fix some documentation typos.Ralf Wildenhues2007-12-18
* builtin-blame.c: remove unneeded memclr()Junio C Hamano2007-12-18
* unpack-trees: FLEX_ARRAY fixLinus Torvalds2007-12-18
* Fix segfault in diff-delta.c when FLEX_ARRAY is 1Pierre Habouzit2007-12-17
* Merge branch 'maint'Junio C Hamano2007-12-17
|\
| * git-send-email: avoid duplicate message-idsJeff King2007-12-17
| * clone: correctly report http_fetch errorsJeff King2007-12-17
* | rebase -p -i: handle "no changes" gracefullyJohannes Schindelin2007-12-17
* | Document diff.external and mergetool.<tool>.pathJohannes Schindelin2007-12-17
* | Support config variable diff.externalJohannes Schindelin2007-12-17
* | Clean up documentation that references deprecated 'git peek-remote'.Johannes Sixt2007-12-17
* | Clarify error response from 'git fetch' for bad responsesSam Vilain2007-12-17
* | the use of 'tr' in the test suite isn't really portableH.Merijn Brand2007-12-17