| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jc/merge-bases' | Junio C Hamano | 2015-01-07 | 1 | -2/+5 |
|\ |
|
| * | get_merge_bases(): always clean-up object flagsjc/merge-bases | Junio C Hamano | 2014-10-30 | 1 | -2/+5 |
* | | Merge branch 'cc/interpret-trailers-more' | Junio C Hamano | 2014-12-22 | 1 | -0/+3 |
|\ \ |
|
| * | | commit: make ignore_non_trailer() non static | Christian Couder | 2014-11-10 | 1 | -0/+3 |
* | | | Merge branch 'da/styles' | Junio C Hamano | 2014-09-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | stylefix: asterisks stick to the variable, not the typeda/styles | David Aguilar | 2014-09-02 | 1 | -1/+1 |
* | | | | Merge branch 'jk/commit-author-parsing' | Junio C Hamano | 2014-09-19 | 1 | -0/+11 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | commit: provide a function to find a header in a buffer | Jeff King | 2014-08-27 | 1 | -0/+11 |
| |/ / |
|
* | | | Merge branch 'jk/name-decoration-alloc' | Junio C Hamano | 2014-09-11 | 1 | -2/+14 |
|\ \ \ |
|
| * | | | log-tree: use FLEX_ARRAY in name_decorationjk/name-decoration-alloc | Jeff King | 2014-08-27 | 1 | -1/+1 |
| * | | | log-tree: make name_decoration hash static | Jeff King | 2014-08-26 | 1 | -1/+1 |
| * | | | log-tree: make add_name_decoration a public function | Jeff King | 2014-08-26 | 1 | -0/+12 |
| * | | | Merge branch 'bp/commit-p-editor' into maint | Junio C Hamano | 2014-04-08 | 1 | -0/+3 |
| |\ \ \ |
|
* | | | | | pretty: make empty userformats truly emptyjk/pretty-empty-format | Jeff King | 2014-07-30 | 1 | -0/+1 |
| |_|/ /
|/| | | |
|
* | | | | Merge branch 'cc/replace-graft' | Junio C Hamano | 2014-07-27 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | replace: remove signature when using --graft | Christian Couder | 2014-07-21 | 1 | -0/+2 |
* | | | | | Merge branch 'kb/perf-trace' | Junio C Hamano | 2014-07-22 | 1 | -0/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | trace: improve trace performance | Karsten Blees | 2014-07-13 | 1 | -0/+1 |
* | | | | | commit: add for_each_mergetag()cc/for-each-mergetag | Christian Couder | 2014-07-07 | 1 | -0/+5 |
| |_|_|/
|/| | | |
|
* | | | | reuse cached commit buffer when parsing signaturesjk/commit-buffer-length | Jeff King | 2014-06-13 | 1 | -1/+1 |
* | | | | commit: record buffer length in cache | Jeff King | 2014-06-13 | 1 | -4/+4 |
* | | | | commit: convert commit->buffer to a slab | Jeff King | 2014-06-13 | 1 | -1/+0 |
* | | | | convert logmsg_reencode to get_commit_buffer | Jeff King | 2014-06-13 | 1 | -1/+0 |
* | | | | provide helpers to access the commit buffer | Jeff King | 2014-06-13 | 1 | -0/+21 |
* | | | | provide a helper to set the commit buffer | Jeff King | 2014-06-13 | 1 | -0/+6 |
* | | | | provide a helper to free commit buffer | Jeff King | 2014-06-13 | 1 | -0/+11 |
* | | | | logmsg_reencode: return const buffer | Jeff King | 2014-06-12 | 1 | -4/+4 |
* | | | | commit_tree: take a pointer/len pair rather than a const strbuf | Jeff King | 2014-06-12 | 1 | -2/+4 |
|/ / / |
|
* | | | Merge branch 'bp/commit-p-editor' | Junio C Hamano | 2014-03-28 | 1 | -0/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | commit: fix patch hunk editing with "commit -p -m" | Benoit Pierre | 2014-03-18 | 1 | -0/+3 |
* | | shallow: automatically clean up shallow tempfiles | Jeff King | 2014-02-27 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | 1 | -4/+33 |
|\ |
|
| * | shallow: remove unused code | Ramsay Jones | 2014-01-06 | 1 | -2/+0 |
| * | prune: clean .git/shallow after pruning objects | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+1 |
| * | receive-pack: allow pushes that update .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+9 |
| * | add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -1/+1 |
| * | shallow.c: steps 6 and 7 to select new commits for .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+3 |
| * | shallow.c: the 8 steps to select new commits for .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+15 |
| * | shallow.c: extend setup_*_shallow() to accept extra shallow commits | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -3/+5 |
| * | make the sender advertise shallow commits to the receiver | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+1 |
* | | Merge branch 'nd/commit-tree-constness' | Junio C Hamano | 2014-01-10 | 1 | -2/+2 |
|\ \ |
|
| * | | commit.c: make "tree" a const pointer in commit_tree*()nd/commit-tree-constness | Nguyễn Thái Ngọc Duy | 2013-12-26 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 2013-12-05 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | log_tree_diff: die when we fail to parse a commit | Jeff King | 2013-10-24 | 1 | -0/+1 |
* | | Merge branch 'nd/fetch-into-shallow' | Junio C Hamano | 2013-09-20 | 1 | -0/+4 |
|\ \ |
|
| * | | shallow: add setup_temporary_shallow() | Nguyễn Thái Ngọc Duy | 2013-08-28 | 1 | -0/+1 |
| * | | move setup_alternate_shallow and write_shallow_commits to shallow.c | Nguyễn Thái Ngọc Duy | 2013-08-18 | 1 | -0/+3 |
| |/ |
|
* | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | 1 | -1/+1 |
|\ \ |
|
| * | | convert run_add_interactive to use struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+1 |
* | | | Merge branch 'tr/log-full-diff-keep-true-parents' | Junio C Hamano | 2013-09-09 | 1 | -0/+3 |
|\ \ \
| |_|/
|/| | |
|