| Commit message (Expand) | Author | Age |
* | reuse cached commit buffer when parsing signatures | Jeff King | 2014-06-13 |
* | commit: record buffer length in cache | Jeff King | 2014-06-13 |
* | commit: convert commit->buffer to a slab | Jeff King | 2014-06-13 |
* | convert logmsg_reencode to get_commit_buffer | Jeff King | 2014-06-13 |
* | provide helpers to access the commit buffer | Jeff King | 2014-06-13 |
* | provide a helper to set the commit buffer | Jeff King | 2014-06-13 |
* | provide a helper to free commit buffer | Jeff King | 2014-06-13 |
* | logmsg_reencode: return const buffer | Jeff King | 2014-06-12 |
* | commit_tree: take a pointer/len pair rather than a const strbuf | Jeff King | 2014-06-12 |
* | Merge branch 'bp/commit-p-editor' | Junio C Hamano | 2014-03-28 |
|\ |
|
| * | commit: fix patch hunk editing with "commit -p -m" | Benoit Pierre | 2014-03-18 |
* | | shallow: automatically clean up shallow tempfiles | Jeff King | 2014-02-27 |
|/ |
|
* | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 |
|\ |
|
| * | shallow: remove unused code | Ramsay Jones | 2014-01-06 |
| * | prune: clean .git/shallow after pruning objects | Nguyễn Thái Ngọc Duy | 2013-12-10 |
| * | receive-pack: allow pushes that update .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 |
| * | add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses | Nguyễn Thái Ngọc Duy | 2013-12-10 |
| * | shallow.c: steps 6 and 7 to select new commits for .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 |
| * | shallow.c: the 8 steps to select new commits for .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 |
| * | shallow.c: extend setup_*_shallow() to accept extra shallow commits | Nguyễn Thái Ngọc Duy | 2013-12-10 |
| * | make the sender advertise shallow commits to the receiver | Nguyễn Thái Ngọc Duy | 2013-12-10 |
* | | Merge branch 'nd/commit-tree-constness' | Junio C Hamano | 2014-01-10 |
|\ \ |
|
| * | | commit.c: make "tree" a const pointer in commit_tree*() | Nguyễn Thái Ngọc Duy | 2013-12-26 |
| |/ |
|
* | | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 2013-12-05 |
|\ \
| |/
|/| |
|
| * | log_tree_diff: die when we fail to parse a commit | Jeff King | 2013-10-24 |
* | | Merge branch 'nd/fetch-into-shallow' | Junio C Hamano | 2013-09-20 |
|\ \ |
|
| * | | shallow: add setup_temporary_shallow() | Nguyễn Thái Ngọc Duy | 2013-08-28 |
| * | | move setup_alternate_shallow and write_shallow_commits to shallow.c | Nguyễn Thái Ngọc Duy | 2013-08-18 |
| |/ |
|
* | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 |
|\ \ |
|
| * | | convert run_add_interactive to use struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 |
* | | | Merge branch 'tr/log-full-diff-keep-true-parents' | Junio C Hamano | 2013-09-09 |
|\ \ \
| |_|/
|/| | |
|
| * | | log: use true parents for diff even when rewriting | Thomas Rast | 2013-08-01 |
* | | | commit.h: drop redundant comment | Jeff King | 2013-07-25 |
|/ / |
|
* | | Merge branch 'jk/format-patch-from' | Junio C Hamano | 2013-07-15 |
|\ \ |
|
| * | | teach format-patch to place other authors into in-body "From" | Jeff King | 2013-07-03 |
| * | | pretty.c: drop const-ness from pretty_print_context | Jeff King | 2013-07-03 |
| |/ |
|
* | | commit.c: make compare_commits_by_commit_date global | Jeff King | 2013-07-02 |
|/ |
|
* | Merge branch 'jc/topo-author-date-sort' | Junio C Hamano | 2013-07-01 |
|\ |
|
| * | log: --author-date-order | Junio C Hamano | 2013-06-11 |
| * | toposort: rename "lifo" field | Junio C Hamano | 2013-06-11 |
* | | Merge branch 'jk/commit-info-slab' | Junio C Hamano | 2013-07-01 |
|\ \
| |/ |
|
| * | commit: allow associating auxiliary info on-demand | Jeff King | 2013-04-13 |
* | | fetch-pack: prepare updated shallow file before fetching the pack | Nguyễn Thái Ngọc Duy | 2013-05-28 |
* | | pretty: save commit encoding from logmsg_reencode if the caller needs it | Nguyễn Thái Ngọc Duy | 2013-04-18 |
* | | Sync with 'maint' | Junio C Hamano | 2013-04-12 |
|\ \
| |/ |
|
| * | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 2013-04-12 |
* | | merge/pull Check for untrusted good GPG signatures | Sebastian Götte | 2013-03-31 |
* | | Move commit GPG signature verification to commit.c | Sebastian Götte | 2013-03-31 |
* | | Merge branch 'jc/push-follow-tag' | Junio C Hamano | 2013-03-25 |
|\ \
| |/
|/| |
|
| * | commit.c: add in_merge_bases_many() | Junio C Hamano | 2013-03-05 |