Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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 | |
| * | | | | | | | | | | git-commit-tree: make it usable from other builtins | Miklos Vajna | 2008-07-06 | 2 | -30/+45 | |
| * | | | | | | | | | | Add new test case to ensure git-merge prepends the custom merge message | Miklos Vajna | 2008-07-06 | 1 | -0/+37 | |
| * | | | | | | | | | | Add new test case to ensure git-merge reduces octopus parents when possible | Miklos Vajna | 2008-06-30 | 1 | -0/+63 | |
| * | | | | | | | | | | Introduce reduce_heads() | Junio C Hamano | 2008-06-30 | 2 | -0/+47 | |
| * | | | | | | | | | | Introduce get_merge_bases_many() | Junio C Hamano | 2008-06-30 | 1 | -18/+38 | |
| * | | | | | | | | | | Add new test to ensure git-merge handles more than 25 refs. | Miklos Vajna | 2008-06-30 | 1 | -0/+52 | |
| * | | | | | | | | | | Introduce get_octopus_merge_bases() in commit.c | Miklos Vajna | 2008-06-30 | 2 | -0/+28 |