| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | git-tag: fix -l switch handling regression. | Pierre Habouzit | 2007-12-22 | 2 | -15/+5 |
* | | Documentation: ls-files -v is about "assume unchanged". | Junio C Hamano | 2007-12-21 | 1 | -1/+2 |
* | | Re(-re)*fix trim_common_tail() | Linus Torvalds | 2007-12-20 | 1 | -4/+7 |
* | | gitweb: fix whitespace in config_to_multi (indent with tab) | Jakub Narebski | 2007-12-20 | 1 | -1/+1 |
* | | everyday: replace 'prune' and 'repack' with 'gc' | Miklos Vajna | 2007-12-20 | 1 | -13/+6 |
* | | Remove old generated files from .gitignore. | Charles Bailey | 2007-12-20 | 1 | -6/+0 |
* | | clean up 1.5.4 release notes | Jeff King | 2007-12-20 | 1 | -16/+17 |
* | | Mention git-shell's "cvs" substitution in the RelNotes | Johannes Schindelin | 2007-12-20 | 1 | -1/+3 |
* | | shell-scripts usage(): consistently exit with non-zero | Junio C Hamano | 2007-12-20 | 1 | -1/+2 |
* | | Reallow git-rebase --interactive --continue if commit is unnecessary | Shawn O. Pearce | 2007-12-20 | 1 | -1/+3 |
* | | fix git commit --amend -m "new message" | Junio C Hamano | 2007-12-20 | 1 | -1/+5 |
* | | t4024: fix test script to use simpler sed pattern | Junio C Hamano | 2007-12-20 | 1 | -35/+123 |
* | | Teach diff machinery to display other prefixes than "a/" and "b/" | Johannes Schindelin | 2007-12-20 | 3 | -8/+27 |
* | | GIT 1.5.4-rc1v1.5.4-rc1 | Junio C Hamano | 2007-12-19 | 3 | -10/+21 |
* | | Catch and handle git-commit failures in git-rebase --interactive | Shawn O. Pearce | 2007-12-19 | 1 | -8/+9 |
* | | Avoid update hook during git-rebase --interactive | Shawn O. Pearce | 2007-12-19 | 1 | -2/+2 |
* | | Improved submodule merge support | Finn Arne Gangstad | 2007-12-19 | 1 | -1/+8 |
* | | Fix interactive rebase to preserve author email address | Sean | 2007-12-19 | 1 | -1/+1 |
* | | make 'git describe --all --contains' work | Nicolas Pitre | 2007-12-19 | 1 | -6/+8 |
* | | Fix git-instaweb breakage on MacOS X due to the limited sed functionality | Charles Bailey | 2007-12-19 | 2 | -6/+10 |
* | | test "git clone -o" | Jeff King | 2007-12-19 | 1 | -0/+22 |
* | | clone: fix options '-o' and '--origin' to be recognised again | Marco Roeland | 2007-12-19 | 1 | -1/+1 |
* | | git show <tag>: show the tagger | Johannes Schindelin | 2007-12-19 | 1 | -7/+31 |
* | | git-svn: avoid warning when run without arguments | Eric Wong | 2007-12-19 | 1 | -2/+2 |
* | | git-svn: workaround a for broken symlinks in SVN | Eric Wong | 2007-12-19 | 1 | -3/+9 |
* | | git-svn: avoid leaving leftover committer/author info in rebase | Eric Wong | 2007-12-19 | 1 | -11/+39 |
* | | fix style of a few comments in diff-delta.c | Nicolas Pitre | 2007-12-18 | 1 | -24/+24 |
* | | git-filter-branch.sh: more portable tr usage: use \012, not \n. | Jim Meyering | 2007-12-18 | 1 | -1/+1 |
* | | filter-branch: Remove broken and unnecessary summary of rewritten refs. | Johannes Sixt | 2007-12-18 | 1 | -5/+0 |
* | | Fix some documentation typos. | Ralf Wildenhues | 2007-12-18 | 6 | -10/+10 |
* | | builtin-blame.c: remove unneeded memclr() | Junio C Hamano | 2007-12-18 | 1 | -1/+0 |
* | | unpack-trees: FLEX_ARRAY fix | Linus Torvalds | 2007-12-18 | 1 | -1/+1 |
* | | Fix segfault in diff-delta.c when FLEX_ARRAY is 1 | Pierre Habouzit | 2007-12-17 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-12-17 | 2 | -6/+11 |
|\ \
| |/ |
|
| * | git-send-email: avoid duplicate message-ids | Jeff King | 2007-12-17 | 1 | -1/+5 |
| * | clone: correctly report http_fetch errors | Jeff King | 2007-12-17 | 1 | -5/+6 |
* | | rebase -p -i: handle "no changes" gracefully | Johannes Schindelin | 2007-12-17 | 2 | -1/+12 |
* | | Document diff.external and mergetool.<tool>.path | Johannes Schindelin | 2007-12-17 | 1 | -0/+11 |
* | | Support config variable diff.external | Johannes Schindelin | 2007-12-17 | 1 | -0/+7 |
* | | Clean up documentation that references deprecated 'git peek-remote'. | Johannes Sixt | 2007-12-17 | 4 | -8/+5 |
* | | Clarify error response from 'git fetch' for bad responses | Sam Vilain | 2007-12-17 | 1 | -1/+1 |
* | | the use of 'tr' in the test suite isn't really portable | H.Merijn Brand | 2007-12-17 | 11 | -18/+18 |
* | | Plug a resource leak in threaded pack-objects code. | Johannes Sixt | 2007-12-17 | 1 | -2/+2 |
* | | Documentation/git-submodule: refer to gitmodules(5) | Junio C Hamano | 2007-12-16 | 1 | -1/+2 |
* | | threaded pack-objects: Use condition variables for thread communication. | Johannes Sixt | 2007-12-16 | 1 | -50/+79 |
* | | builtin-commit: make summary output consistent with status | Junio C Hamano | 2007-12-16 | 1 | -0/+3 |
* | | builtin-commit: fix summary output. | Junio C Hamano | 2007-12-16 | 1 | -0/+1 |
* | | builtin-apply: stronger indent-with-on-tab fixing | J. Bruce Fields | 2007-12-16 | 1 | -2/+1 |
* | | builtin-apply: minor cleanup of whitespace detection | J. Bruce Fields | 2007-12-16 | 1 | -4/+4 |
* | | Re-re-re-fix common tail optimization | Junio C Hamano | 2007-12-16 | 2 | -1/+70 |