| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ \
| |_|/
|/| | |
|
| * | | log: use true parents for diff even when rewriting | Thomas Rast | 2013-08-01 | 1 | -0/+3 |
* | | | commit.h: drop redundant comment | Jeff King | 2013-07-25 | 1 | -2/+0 |
|/ / |
|
* | | Merge branch 'jk/format-patch-from' | Junio C Hamano | 2013-07-15 | 1 | -4/+17 |
|\ \ |
|
| * | | teach format-patch to place other authors into in-body "From" | Jeff King | 2013-07-03 | 1 | -0/+5 |
| * | | pretty.c: drop const-ness from pretty_print_context | Jeff King | 2013-07-03 | 1 | -4/+12 |
| |/ |
|
* | | commit.c: make compare_commits_by_commit_date global | Jeff King | 2013-07-02 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'jc/topo-author-date-sort' | Junio C Hamano | 2013-07-01 | 1 | -3/+12 |
|\ |
|
| * | log: --author-date-order | Junio C Hamano | 2013-06-11 | 1 | -1/+2 |
| * | toposort: rename "lifo" field | Junio C Hamano | 2013-06-11 | 1 | -3/+11 |
* | | Merge branch 'jk/commit-info-slab' | Junio C Hamano | 2013-07-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | commit: allow associating auxiliary info on-demand | Jeff King | 2013-04-13 | 1 | -1/+1 |
* | | fetch-pack: prepare updated shallow file before fetching the pack | Nguyễn Thái Ngọc Duy | 2013-05-28 | 1 | -0/+2 |
* | | pretty: save commit encoding from logmsg_reencode if the caller needs it | Nguyễn Thái Ngọc Duy | 2013-04-18 | 1 | -0/+1 |
* | | Sync with 'maint' | Junio C Hamano | 2013-04-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 2013-04-12 | 1 | -1/+1 |
* | | merge/pull Check for untrusted good GPG signatures | Sebastian Götte | 2013-03-31 | 1 | -5/+5 |
* | | Move commit GPG signature verification to commit.c | Sebastian Götte | 2013-03-31 | 1 | -0/+10 |
* | | Merge branch 'jc/push-follow-tag' | Junio C Hamano | 2013-03-25 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | commit.c: add in_merge_bases_many() | Junio C Hamano | 2013-03-05 | 1 | -0/+1 |
| * | commit.c: add clear_commit_marks_many() | Junio C Hamano | 2013-03-05 | 1 | -0/+1 |
* | | Merge branch 'jk/read-commit-buffer-data-after-free' | Junio C Hamano | 2013-02-04 | 1 | -0/+1 |
|\ \ |
|
| * | | logmsg_reencode: never return NULL | Jeff King | 2013-01-26 | 1 | -0/+1 |
* | | | Merge branch 'nd/fetch-depth-is-broken' | Junio C Hamano | 2013-02-01 | 1 | -0/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | fetch: add --unshallow for turning shallow repo into complete one | Nguyễn Thái Ngọc Duy | 2013-01-11 | 1 | -0/+3 |
* | | | Merge branch 'ap/log-mailmap' | Junio C Hamano | 2013-01-20 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | mailmap: add mailmap structure to rev_info and pp | Antoine Pelisse | 2013-01-10 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'jc/format-color-auto' | Junio C Hamano | 2013-01-05 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | log --format: teach %C(auto,black) to respect color config | Junio C Hamano | 2012-12-17 | 1 | -0/+1 |
| |/ |
|