Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | | | | | | Compute prefix at runtime if RUNTIME_PREFIX is set | Steffen Prohaska | 2009-01-26 | 2 | -0/+47 |
| * | | | | | | Modify setup_path() to only add git_exec_path() to PATH | Steffen Prohaska | 2009-01-26 | 1 | -3/+1 |
| * | | | | | | Add calls to git_extract_argv0_path() in programs that call git_config_* | Steffen Prohaska | 2009-01-26 | 16 | -0/+45 |
| * | | | | | | git_extract_argv0_path(): Move check for valid argv0 from caller to callee | Steffen Prohaska | 2009-01-26 | 2 | -4/+7 |
| * | | | | | | Refactor git_set_argv0_path() to git_extract_argv0_path() | Steve Haslam | 2009-01-26 | 3 | -18/+19 |
| * | | | | | | Move computation of absolute paths from Makefile to runtime (in preparation f... | Steffen Prohaska | 2009-01-26 | 3 | -23/+36 |
* | | | | | | | Merge branch 'jk/signal-cleanup' | Junio C Hamano | 2009-01-31 | 14 | -75/+197 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t0005: use SIGTERM for sigchain test | Jeff King | 2009-01-30 | 2 | -5/+5 |
| * | | | | | | | pager: do wait_for_pager on signal death | Jeff King | 2009-01-21 | 1 | -0/+9 |
| * | | | | | | | refactor signal handling for cleanup functions | Jeff King | 2009-01-21 | 8 | -13/+17 |
| * | | | | | | | chain kill signals for cleanup functions | Jeff King | 2009-01-21 | 12 | -19/+125 |
| * | | | | | | | diff: refactor tempfile cleanup handling | Jeff King | 2009-01-21 | 1 | -52/+55 |
| * | | | | | | | Windows: Fix signal numbers | Johannes Sixt | 2009-01-21 | 1 | -6/+6 |
* | | | | | | | | Merge branch 'jg/mergetool' | Junio C Hamano | 2009-01-31 | 1 | -10/+8 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | mergetool: Don't repeat merge tool candidates | Johannes Gilger | 2009-01-27 | 1 | -10/+8 |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-01-31 | 1 | -3/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-31 | 1 | -3/+6 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | merge: fix out-of-bounds memory access | René Scharfe | 2009-01-31 | 1 | -3/+6 |
* | | | | | | | | | | | contrib/difftool: Don't repeat merge tool candidates | David Aguilar | 2009-01-31 | 1 | -19/+12 |
* | | | | | | | | | | | contrib/difftool: add support for Kompare | Markus Heidelberg | 2009-01-31 | 2 | -7/+12 |
* | | | | | | | | | | | t3412: clean up GIT_EDITOR usage | Thomas Rast | 2009-01-30 | 1 | -25/+13 |
* | | | | | | | | | | | git-shortlog.txt: fix example about .mailmap | Michele Ballabio | 2009-01-30 | 1 | -1/+1 |
* | | | | | | | | | | | git-cvsserver: run post-update hook *after* update. | Stefan Karpinski | 2009-01-30 | 1 | -2/+2 |
* | | | | | | | | | | | Fix 'git diff --no-index' with a non-existing symlink target | Johannes Schindelin | 2009-01-30 | 2 | -1/+8 |
* | | | | | | | | | | | gitweb: align comments to code | Giuseppe Bilotta | 2009-01-30 | 1 | -4/+4 |