Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 | 139 | -335/+350 |
|\ | |||||
| * | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 80 | -101/+102 |
| * | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 2008-07-13 | 58 | -233/+247 |
| * | t/test-lib.sh: exit with small negagive int is ok with test_must_fail | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | | Merge branch 'rs/archive' | Junio C Hamano | 2008-07-16 | 12 | -274/+208 |
|\ \ | |||||
| * | | archive: remove extra arguments parsing code | René Scharfe | 2008-07-15 | 3 | -31/+17 |
| * | | archive: unify file attribute handling | René Scharfe | 2008-07-15 | 2 | -43/+23 |
| * | | archive: centralize archive entry writing | René Scharfe | 2008-07-15 | 4 | -154/+133 |
| * | | archive: add baselen member to struct archiver_args | René Scharfe | 2008-07-15 | 4 | -10/+8 |
| * | | add context pointer to read_tree_recursive() | René Scharfe | 2008-07-15 | 8 | -26/+28 |
| * | | archive: remove args member from struct archiver | René Scharfe | 2008-07-15 | 3 | -39/+28 |
* | | | Merge branch 'ag/blame' | Junio C Hamano | 2008-07-16 | 1 | -5/+28 |
|\ \ \ | |||||
| * | | | Do not try to detect move/copy for entries below threshold. | Alexander Gavrilov | 2008-07-15 | 1 | -5/+11 |
| * | | | Avoid rescanning unchanged entries in search for copies. | Alexander Gavrilov | 2008-07-15 | 1 | -2/+19 |
* | | | | Merge branch 'rs/rebase-checkout-not-so-quiet' | Junio C Hamano | 2008-07-16 | 1 | -2/+1 |
|\ \ \ \ | |||||
| * | | | | git-rebase: report checkout failure | Junio C Hamano | 2008-07-14 | 1 | -3/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'sp/maint-index-pack' | Junio C Hamano | 2008-07-16 | 1 | -29/+113 |
|\ \ \ \ | |||||
| * | | | | index-pack: Honor core.deltaBaseCacheLimit when resolving deltas | Shawn O. Pearce | 2008-07-15 | 1 | -2/+46 |
| * | | | | index-pack: Track the object_entry that creates each base_data | Shawn O. Pearce | 2008-07-15 | 1 | -6/+12 |
| * | | | | index-pack: Chain the struct base_data on the stack for traversal | Shawn O. Pearce | 2008-07-15 | 1 | -3/+31 |
| * | | | | index-pack: Refactor base arguments of resolve_delta into a struct | Shawn O. Pearce | 2008-07-15 | 1 | -27/+33 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2008-07-16 | 13 | -88/+124 |
|\ \ \ \ \ | |||||
| * | | | | | 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 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'sp/maint-bash-completion-optim' into maint | Junio C Hamano | 2008-07-16 | 1 | -18/+50 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'sp/maint-pack-memuse' into maint | Junio C Hamano | 2008-07-16 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'ls/maint-mailinfo-patch-label' into maint | Junio C Hamano | 2008-07-16 | 7 | -2/+104 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'js/maint-daemon-syslog' into maint | Junio C Hamano | 2008-07-16 | 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 |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | t/Makefile: use specified shell when running aggregation script | SungHyun Nam | 2008-07-16 | 1 | -1/+1 |
* | | | | | | | | | | parse-options.c: make check_typos() static | Nanako Shiraishi | 2008-07-16 | 1 | -1/+1 |
* | | | | | | | | | | builtin-describe.c: make a global variable "pattern" static | Nanako Shiraishi | 2008-07-16 | 1 | -1/+1 |
* | | | | | | | | | | cache-tree.c: make cache_tree_find() static | Nanako Shiraishi | 2008-07-16 | 2 | -3/+1 |
* | | | | | | | | | | t/aggregate-results: whitespace fix | Junio C Hamano | 2008-07-16 | 1 | -5/+5 |
* | | | | | | | | | | t/lib-git-svn: fix SVN_HTTPD tests to work with "trash directory" | Eric Wong | 2008-07-16 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'mv/merge-in-c' | Junio C Hamano | 2008-07-15 | 24 | -219/+1916 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | reduce_heads(): protect from duplicate input | Junio C Hamano | 2008-07-14 | 2 | -2/+31 |
| * | | | | | | | | | | reduce_heads(): thinkofix | Sverre Hvammen Johansen | 2008-07-13 | 2 | -1/+12 |
| * | | | | | | | | | | Add a new test for git-merge-resolve | Miklos Vajna | 2008-07-13 | 1 | -0/+46 |
| * | | | | | | | | | | t6021: add a new test for git-merge-resolve | Miklos Vajna | 2008-07-13 | 1 | -0/+4 |
| * | | | | | | | | | | Teach merge.log to "git-merge" again | Junio C Hamano | 2008-07-10 | 2 | -0/+9 |
| * | | | | | | | | | | Build in merge | Miklos Vajna | 2008-07-07 | 6 | -2/+1157 |
| * | | | | | | | | | | Fix t7601-merge-pull-config.sh on AIX | Miklos Vajna | 2008-07-06 | 1 | -7/+7 |