| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | rev-list: honor --quiet option | Junio C Hamano | 2008-07-17 | 1 | -4/+1 |
* | | | | | api-run-command.txt: typofix | Stephan Beyer | 2008-07-17 | 1 | -1/+1 |
* | | | | | Start preparing 1.5.6.4 release notes | Junio C Hamano | 2008-07-16 | 2 | -1/+44 |
* | | | | | git fetch-pack: do not complain about "no common commits" in an empty repo | Johannes Schindelin | 2008-07-16 | 1 | -1/+2 |
* | | | | | Merge branch 'js/maint-pretty-mailmap' into maint | Junio C Hamano | 2008-07-16 | 2 | -2/+27 |
|\ \ \ \ \ |
|
| * | | | | | Add pretty format %aN which gives the author name, respecting .mailmap | Johannes Schindelin | 2008-07-11 | 2 | -2/+27 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'sp/maint-bash-completion-optim' into maint | Junio C Hamano | 2008-07-16 | 1 | -18/+50 |
|\ \ \ \ \ |
|
| * | | | | | bash completion: Resolve git show ref:path<tab> losing ref: portion | Shawn O. Pearce | 2008-07-14 | 1 | -2/+25 |
| * | | | | | bash completion: Append space after file names have been completed | Shawn O. Pearce | 2008-07-13 | 1 | -1/+9 |
| * | | | | | bash completion: Don't offer "a.." as a completion for "a." | Shawn O. Pearce | 2008-07-13 | 1 | -3/+0 |
| * | | | | | bash completion: Improve responsiveness of git-log completion | Shawn O. Pearce | 2008-07-13 | 1 | -12/+16 |
| |/ / / / |
|
* | | | | | Merge branch 'sp/maint-pack-memuse' into maint | Junio C Hamano | 2008-07-16 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | Correct pack memory leak causing git gc to try to exceed ulimit | Shawn O. Pearce | 2008-07-09 | 1 | -0/+1 |
| |/ / / / |
|
* | | | | | Merge branch 'ls/maint-mailinfo-patch-label' into maint | Junio C Hamano | 2008-07-16 | 7 | -2/+104 |
|\ \ \ \ \ |
|
| * | | | | | git-mailinfo: Fix getting the subject from the in-body [PATCH] line | Lukas Sandström | 2008-07-13 | 7 | -2/+104 |
* | | | | | | Merge branch 'js/maint-daemon-syslog' into maint | Junio C Hamano | 2008-07-16 | 1 | -20/+50 |
|\ \ \ \ \ \ |
|
| * | | | | | | git daemon: avoid calling syslog() from a signal handler | Johannes Schindelin | 2008-07-06 | 1 | -20/+50 |
* | | | | | | | rebase-i: keep old parents when preserving merges | Stephan Beyer | 2008-07-16 | 1 | -0/+2 |
* | | | | | | | t7600-merge: Use test_expect_failure to test option parsing | Johannes Sixt | 2008-07-16 | 1 | -30/+6 |
* | | | | | | | Fix buffer overflow in prepare_attr_stack | Dmitry Potapov | 2008-07-16 | 1 | -6/+9 |
* | | | | | | | Fix buffer overflow in git diff | Dmitry Potapov | 2008-07-16 | 5 | -25/+34 |
* | | | | | | | Fix buffer overflow in git-grep | Dmitry Potapov | 2008-07-16 | 1 | -12/+15 |
* | | | | | | | git-cvsserver: fix call to nonexistant cleanupWorkDir() | Lars Noschinski | 2008-07-16 | 1 | -1/+1 |
* | | | | | | | Documentation/git-cherry-pick.txt et al.: Fix misleading -n description | Petr Baudis | 2008-07-16 | 2 | -13/+13 |
| |_|_|/ / /
|/| | | | | |
|
* | | | | | | GIT 1.5.6.3v1.5.6.3 | Junio C Hamano | 2008-07-13 | 2 | -9/+20 |
* | | | | | | git-am: Do not exit silently if committer is unset | Stephan Beyer | 2008-07-13 | 1 | -1/+2 |
* | | | | | | t0004: fix timing bug | Junio C Hamano | 2008-07-12 | 1 | -9/+10 |
| |/ / / /
|/| | | | |
|
* | | | | | git-mailinfo: document the -n option | Lukas Sandström | 2008-07-11 | 2 | -2/+5 |
* | | | | | Fix backwards-incompatible handling of core.sharedRepository | Petr Baudis | 2008-07-11 | 2 | -1/+24 |
| |/ / /
|/| | | |
|
* | | | | Start preparing release notes for 1.5.6.3 | Junio C Hamano | 2008-07-08 | 2 | -1/+43 |
* | | | | git-submodule - Fix bugs in adding an existing repo as a module | Mark Levedahl | 2008-07-08 | 1 | -2/+1 |
* | | | | bash: offer only paths after '--' | SZEDER Gábor | 2008-07-08 | 1 | -0/+30 |
* | | | | Remove unnecessary pack-*.keep file after successful git-clone | Shawn O. Pearce | 2008-07-08 | 2 | -3/+24 |
* | | | | make deleting a missing ref more quiet | Jeff King | 2008-07-08 | 3 | -3/+9 |
* | | | | Merge branch 'qq/maint' into maint | Junio C Hamano | 2008-07-08 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | run_command(): respect GIT_TRACE | Johannes Schindelin | 2008-07-07 | 1 | -0/+2 |
* | | | | | Merge branch 'lt/racy-empty' into maint | Junio C Hamano | 2008-07-08 | 1 | -0/+16 |
|\ \ \ \ \ |
|
| * | | | | | racy-git: an empty blob has a fixed object name | Linus Torvalds | 2008-06-19 | 1 | -0/+16 |
* | | | | | | Merge branch 'qq/maint' (early part) into maint | Junio C Hamano | 2008-07-07 | 15 | -88/+73 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | git-svn.perl: workaround assertions in svn library 1.5.0 | Gerrit Pape | 2008-07-07 | 1 | -0/+2 |
| * | | | | | mailinfo: feed the correct line length to decode_transfer_encoding() | Junio C Hamano | 2008-07-06 | 1 | -0/+1 |
| * | | | | | git-clone: remove leftover debugging fprintf(). | Alex Riesen | 2008-07-06 | 1 | -1/+0 |
| * | | | | | Fix "config_error_nonbool" used with value instead of key | Christian Couder | 2008-07-05 | 1 | -1/+1 |
| * | | | | | clone -q: honor "quiet" option over native transports. | Junio C Hamano | 2008-07-05 | 1 | -1/+3 |
| * | | | | | attribute documentation: keep EXAMPLE at end | Junio C Hamano | 2008-07-05 | 1 | -16/+17 |
| * | | | | | builtin-commit.c: Use 'git_config_string' to get 'commit.template' | Brian Hetro | 2008-07-05 | 1 | -7/+4 |
| * | | | | | http.c: Use 'git_config_string' to clean up SSL config. | Brian Hetro | 2008-07-05 | 1 | -24/+12 |
| * | | | | | diff.c: Use 'git_config_string' to get 'diff.external' | Brian Hetro | 2008-07-05 | 1 | -6/+2 |
| * | | | | | convert.c: Use 'git_config_string' to get 'smudge' and 'clean' | Brian Hetro | 2008-07-05 | 1 | -16/+9 |
| * | | | | | builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'for... | Brian Hetro | 2008-07-05 | 1 | -12/+4 |