Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ns/am-slacker' | Junio C Hamano | 2009-02-04 | 3 | -2/+69 |
|\ | |||||
| * | git-am: Add --ignore-date option | Nanako Shiraishi | 2009-01-25 | 3 | -1/+37 |
| * | am: Add --committer-date-is-author-date option | Junio C Hamano | 2009-01-25 | 2 | -1/+32 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-02-04 | 5 | -3/+4 |
|\ \ | |||||
| * \ | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-02-03 | 5 | -4/+4 |
| |\ \ | |||||
| | * | | User-manual: "git stash <comment>" form is long gone | William Pursell | 2009-02-03 | 1 | -1/+1 |
| | * | | add test-dump-cache-tree in Makefile | Guanqun Lu | 2009-02-03 | 2 | -1/+1 |
| | * | | fix typo in Documentation | Guanqun Lu | 2009-02-03 | 1 | -1/+1 |
| | * | | apply: fix access to an uninitialized mode variable, found by valgrind | Johannes Schindelin | 2009-02-03 | 1 | -1/+1 |
* | | | | bash: offer to show (un)staged changes | Thomas Rast | 2009-02-03 | 1 | -2/+24 |
* | | | | tests: fix test_commit() for case insensitive filesystems | Junio C Hamano | 2009-02-03 | 1 | -1/+1 |
* | | | | t3412: further simplify setting of GIT_EDITOR | Junio C Hamano | 2009-02-03 | 1 | -4/+0 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2009-02-03 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-02-03 | 1 | -0/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | grep: pass -I (ignore binary) down to external grep | Junio C Hamano | 2009-02-02 | 1 | -0/+2 |
* | | | | Merge branch 'jc/maint-add-u-remove-conflicted' | Junio C Hamano | 2009-02-03 | 2 | -1/+69 |
|\ \ \ \ | |||||
| * | | | | add -u: do not fail to resolve a path as deleted | Junio C Hamano | 2009-01-28 | 2 | -1/+69 |
* | | | | | Merge branch 'jk/maint-cleanup-after-exec-failure' | Junio C Hamano | 2009-02-03 | 3 | -10/+30 |
|\ \ \ \ \ | |||||
| * | | | | | git: use run_command() to execute dashed externals | Jeff King | 2009-01-28 | 1 | -4/+13 |
| * | | | | | run_command(): help callers distinguish errors | Jeff King | 2009-01-28 | 1 | -0/+1 |
| * | | | | | run_command(): handle missing command errors more gracefully | Jeff King | 2009-01-28 | 1 | -4/+14 |
| * | | | | | git: s/run_command/run_builtin/ | Jeff King | 2009-01-28 | 1 | -2/+2 |
| |/ / / / | |||||
* | | | | | t3412: use log|name-rev instead of log --graph | Thomas Rast | 2009-02-01 | 1 | -26/+39 |
* | | | | | gitweb: Update README that gitweb works better with PATH_INFO | Jakub Narebski | 2009-02-01 | 1 | -6/+4 |
* | | | | | mailinfo: cleanup extra spaces for complex 'From:' | Kirill Smelkov | 2009-02-01 | 4 | -8/+19 |
* | | | | | Merge branch 'ks/maint-mailinfo-folded' | Junio C Hamano | 2009-01-31 | 22 | -10/+229 |
|\ \ \ \ \ | |||||
| * | | | | | mailinfo: tests for RFC2047 examples | Kirill Smelkov | 2009-01-28 | 14 | -0/+100 |
| * | | | | | mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)' | Kirill Smelkov | 2009-01-28 | 5 | -1/+11 |
| * | | | | | mailinfo: 'From:' header should be unfold as well | Kirill Smelkov | 2009-01-12 | 2 | -1/+5 |
| * | | | | | mailinfo: correctly handle multiline 'Subject:' header | Kirill Smelkov | 2009-01-10 | 6 | -9/+114 |
* | | | | | | Merge branch 'jc/maint-apply-fix' | Junio C Hamano | 2009-01-31 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | builtin-apply.c: do not set bogus mode in check_preimage() for deleted path | Junio C Hamano | 2009-01-28 | 1 | -1/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'am/maint-push-doc' | Junio C Hamano | 2009-01-31 | 2 | -23/+34 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Documentation: rework src/dst description in git push | Anders Melchiorsen | 2009-01-25 | 1 | -11/+12 |
| * | | | | | | Documentation: more git push examples | Anders Melchiorsen | 2009-01-25 | 1 | -3/+13 |
| * | | | | | | Documentation: simplify refspec format description | Junio C Hamano | 2009-01-25 | 2 | -9/+9 |
* | | | | | | | Merge branch 'jc/maint-allow-uninteresting-missing' | Junio C Hamano | 2009-01-31 | 2 | -3/+44 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | revision traversal: allow UNINTERESTING objects to be missing | Junio C Hamano | 2009-01-28 | 2 | -3/+44 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jg/tag-contains' | Junio C Hamano | 2009-01-31 | 8 | -38/+185 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-tag: Add --contains option | Jake Goulding | 2009-01-28 | 3 | -3/+146 |
| * | | | | | | | Make has_commit() non-static | Jake Goulding | 2009-01-28 | 3 | -17/+19 |
| * | | | | | | | Make opt_parse_with_commit() non-static | Jake Goulding | 2009-01-28 | 3 | -18/+20 |
* | | | | | | | | Merge branch 'js/maint-rebase-i-submodule' | Junio C Hamano | 2009-01-31 | 2 | -5/+30 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix submodule squashing into unrelated commit | Johannes Schindelin | 2009-01-28 | 2 | -6/+5 |
| * | | | | | | | | rebase -i squashes submodule changes into unrelated commit | Junio C Hamano | 2009-01-28 | 1 | -0/+26 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'jc/maint-split-diff-metainfo' | Junio C Hamano | 2009-01-31 | 3 | -67/+99 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into jc/maint-split-diff-me... | Junio C Hamano | 2009-01-27 | 3 | -67/+99 |
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | |||||
| | * | | | | | | | diff.c: output correct index lines for a split diff | Junio C Hamano | 2009-01-27 | 2 | -66/+98 |
* | | | | | | | | | Merge branch 'sp/runtime-prefix' | Junio C Hamano | 2009-01-31 | 21 | -46/+151 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Windows: Revert to default paths and convert them by RUNTIME_PREFIX | Steffen Prohaska | 2009-01-26 | 1 | -3/+1 |