Age | Commit message (Expand) | Author | Files | Lines |
2014-08-27 | commit: provide a function to find a header in a buffer | Jeff King | 1 | -0/+11 |
2014-08-27 | log-tree: use FLEX_ARRAY in name_decoration | Jeff King | 1 | -1/+1 |
2014-08-26 | log-tree: make name_decoration hash static | Jeff King | 1 | -1/+1 |
2014-08-26 | log-tree: make add_name_decoration a public function | Jeff King | 1 | -0/+12 |
2014-07-30 | pretty: make empty userformats truly empty | Jeff King | 1 | -0/+1 |
2014-07-27 | Merge branch 'cc/replace-graft' | Junio C Hamano | 1 | -0/+2 |
2014-07-22 | Merge branch 'kb/perf-trace' | Junio C Hamano | 1 | -0/+1 |
2014-07-21 | replace: remove signature when using --graft | Christian Couder | 1 | -0/+2 |
2014-07-13 | trace: improve trace performance | Karsten Blees | 1 | -0/+1 |
2014-07-07 | commit: add for_each_mergetag() | Christian Couder | 1 | -0/+5 |
2014-06-13 | reuse cached commit buffer when parsing signatures | Jeff King | 1 | -1/+1 |
2014-06-13 | commit: record buffer length in cache | Jeff King | 1 | -4/+4 |
2014-06-13 | commit: convert commit->buffer to a slab | Jeff King | 1 | -1/+0 |
2014-06-13 | convert logmsg_reencode to get_commit_buffer | Jeff King | 1 | -1/+0 |
2014-06-13 | provide helpers to access the commit buffer | Jeff King | 1 | -0/+21 |
2014-06-13 | provide a helper to set the commit buffer | Jeff King | 1 | -0/+6 |
2014-06-13 | provide a helper to free commit buffer | Jeff King | 1 | -0/+11 |
2014-06-12 | logmsg_reencode: return const buffer | Jeff King | 1 | -4/+4 |
2014-06-12 | commit_tree: take a pointer/len pair rather than a const strbuf | Jeff King | 1 | -2/+4 |
2014-04-08 | Merge branch 'bp/commit-p-editor' into maint | Junio C Hamano | 1 | -0/+3 |
2014-03-28 | Merge branch 'bp/commit-p-editor' | Junio C Hamano | 1 | -0/+3 |
2014-03-18 | commit: fix patch hunk editing with "commit -p -m" | Benoit Pierre | 1 | -0/+3 |
2014-02-27 | shallow: automatically clean up shallow tempfiles | Jeff King | 1 | -1/+1 |
2014-01-17 | Merge branch 'nd/shallow-clone' | Junio C Hamano | 1 | -4/+33 |
2014-01-10 | Merge branch 'nd/commit-tree-constness' | Junio C Hamano | 1 | -2/+2 |
2014-01-06 | shallow: remove unused code | Ramsay Jones | 1 | -2/+0 |
2013-12-26 | commit.c: make "tree" a const pointer in commit_tree*() | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2013-12-10 | prune: clean .git/shallow after pruning objects | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2013-12-10 | receive-pack: allow pushes that update .git/shallow | Nguyễn Thái Ngọc Duy | 1 | -0/+9 |
2013-12-10 | add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-12-10 | shallow.c: steps 6 and 7 to select new commits for .git/shallow | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2013-12-10 | shallow.c: the 8 steps to select new commits for .git/shallow | Nguyễn Thái Ngọc Duy | 1 | -0/+15 |
2013-12-10 | shallow.c: extend setup_*_shallow() to accept extra shallow commits | Nguyễn Thái Ngọc Duy | 1 | -3/+5 |
2013-12-10 | make the sender advertise shallow commits to the receiver | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2013-12-05 | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 1 | -0/+1 |
2013-10-24 | log_tree_diff: die when we fail to parse a commit | Jeff King | 1 | -0/+1 |
2013-09-20 | Merge branch 'nd/fetch-into-shallow' | Junio C Hamano | 1 | -0/+4 |
2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -1/+1 |
2013-09-09 | Merge branch 'tr/log-full-diff-keep-true-parents' | Junio C Hamano | 1 | -0/+3 |
2013-08-28 | shallow: add setup_temporary_shallow() | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2013-08-18 | move setup_alternate_shallow and write_shallow_commits to shallow.c | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2013-08-01 | log: use true parents for diff even when rewriting | Thomas Rast | 1 | -0/+3 |
2013-07-25 | commit.h: drop redundant comment | Jeff King | 1 | -2/+0 |
2013-07-15 | convert run_add_interactive to use struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-07-15 | Merge branch 'jk/format-patch-from' | Junio C Hamano | 1 | -4/+17 |
2013-07-03 | teach format-patch to place other authors into in-body "From" | Jeff King | 1 | -0/+5 |
2013-07-03 | pretty.c: drop const-ness from pretty_print_context | Jeff King | 1 | -4/+12 |
2013-07-02 | commit.c: make compare_commits_by_commit_date global | Jeff King | 1 | -0/+2 |
2013-07-01 | Merge branch 'jc/topo-author-date-sort' | Junio C Hamano | 1 | -3/+12 |
2013-07-01 | Merge branch 'jk/commit-info-slab' | Junio C Hamano | 1 | -1/+1 |