Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ds/mark-parents-uninteresting-optim' | Junio C Hamano | 2018-03-08 | 1 | -1/+2 |
|\ | |||||
| * | revision.c: reduce object database queries | Derrick Stolee | 2018-02-28 | 1 | -1/+2 |
* | | Merge branch 'jk/cached-commit-buffer' | Junio C Hamano | 2018-03-06 | 1 | -10/+0 |
|\ \ | |||||
| * | | revision: drop --show-all option | Jeff King | 2018-02-22 | 1 | -10/+0 |
| * | | Merge branch 'rs/lose-leak-pending' into maint | Junio C Hamano | 2018-02-16 | 1 | -2/+1 |
| |\ \ | |||||
* | \ \ | Merge branch 'tg/split-index-fixes' | Junio C Hamano | 2018-02-13 | 1 | -1/+2 |
|\ \ \ \ | |||||
| * | | | | read-cache: fix reading the shared index for other repos | Thomas Gummerer | 2018-01-19 | 1 | -1/+2 |
* | | | | | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 2018-02-13 | 1 | -2/+31 |
|\ \ \ \ \ | |||||
| * | | | | | rev-list: support termination at promisor objects | Jonathan Tan | 2017-12-08 | 1 | -2/+31 |
| |/ / / / | |||||
* | | | | | Merge branch 'sb/diff-blobfind-pickaxe' | Junio C Hamano | 2018-01-23 | 1 | -2/+5 |
|\ \ \ \ \ | |||||
| * | | | | | diffcore: add a pickaxe option to find a specific blob | Stefan Beller | 2018-01-05 | 1 | -0/+3 |
| * | | | | | diff: introduce DIFF_PICKAXE_KINDS_MASK | Stefan Beller | 2018-01-05 | 1 | -1/+1 |
| * | | | | | diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bit | Stefan Beller | 2018-01-05 | 1 | -1/+1 |
* | | | | | | Merge branch 'rs/lose-leak-pending' | Junio C Hamano | 2018-01-23 | 1 | -2/+1 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | revision: remove the unused flag leak_pending | René Scharfe | 2017-12-28 | 1 | -2/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'sb/describe-blob' | Junio C Hamano | 2017-12-28 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | revision.h: introduce blob/tree walking in order of the commits | Stefan Beller | 2017-11-16 | 1 | -0/+2 |
| |/ / / | |||||
* | / / | log: add option to choose which refs to decorate | Rafael Ascensão | 2017-11-22 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 2017-11-09 | 1 | -12/+12 |
|\ \ \ | |||||
| * | | | diff: make struct diff_flags members lowercase | Brandon Williams | 2017-11-01 | 1 | -12/+12 |
| * | | | diff: remove DIFF_OPT_CLR macro | Brandon Williams | 2017-11-01 | 1 | -2/+2 |
| * | | | diff: remove DIFF_OPT_SET macro | Brandon Williams | 2017-11-01 | 1 | -8/+8 |
| * | | | diff: remove DIFF_OPT_TST macro | Brandon Williams | 2017-11-01 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge branch 'jk/revision-pruning-optim' | Junio C Hamano | 2017-11-06 | 1 | -3/+13 |
|\ \ \ | |/ / |/| | | |||||
| * | | revision: quit pruning diff more quickly when possible | Jeff King | 2017-10-14 | 1 | -3/+13 |
| |/ | |||||
* | | Merge branch 'rj/no-sign-compare' | Junio C Hamano | 2017-09-29 | 1 | -1/+1 |
|\ \ | |||||
| * | | ALLOC_GROW: avoid -Wsign-compare warnings | Ramsay Jones | 2017-09-22 | 1 | -1/+1 |
| * | | Merge branch 'jk/rev-list-empty-input' into maint | Junio C Hamano | 2017-09-10 | 1 | -1/+2 |
| |\ \ | |||||
| * \ \ | Merge branch 'jk/reflog-walk' into maint | Junio C Hamano | 2017-08-23 | 1 | -20/+37 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'rs/resolve-ref-optional-result' | Junio C Hamano | 2017-09-28 | 1 | -2/+1 |
|\ \ \ \ \ | |||||
| * | | | | | refs: pass NULL to resolve_ref_unsafe() if hash is not needed | René Scharfe | 2017-09-24 | 1 | -2/+1 |
* | | | | | | revision: replace "struct cmdline_pathspec" with argv_array | Jeff King | 2017-09-21 | 1 | -28/+11 |
|/ / / / / | |||||
* | | | | | Merge branch 'nd/prune-in-worktree' | Junio C Hamano | 2017-09-19 | 1 | -23/+108 |
|\ \ \ \ \ | |||||
| * | | | | | rev-list: expose and document --single-worktree | Nguyễn Thái Ngọc Duy | 2017-08-24 | 1 | -0/+2 |
| * | | | | | revision.c: --reflog add HEAD reflog from all worktrees | Nguyễn Thái Ngọc Duy | 2017-08-24 | 1 | -1/+27 |
| * | | | | | revision.c: --all adds HEAD from all worktrees | Nguyễn Thái Ngọc Duy | 2017-08-24 | 1 | -0/+14 |
| * | | | | | revision.c: use refs_for_each*() instead of for_each_*_submodule() | Nguyễn Thái Ngọc Duy | 2017-08-24 | 1 | -16/+32 |
| * | | | | | revision.c: --indexed-objects add objects from all worktrees | Nguyễn Thái Ngọc Duy | 2017-08-24 | 1 | -0/+21 |
| * | | | | | revision.c: refactor add_index_objects_to_pending() | Nguyễn Thái Ngọc Duy | 2017-08-24 | 1 | -6/+12 |
* | | | | | | pack: move has_sha1_pack() | Jonathan Tan | 2017-08-24 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | | | Merge branch 'jk/rev-list-empty-input' | Junio C Hamano | 2017-08-11 | 1 | -1/+2 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | revision: do not fallback to default when rev_input_given is set | Jeff King | 2017-08-03 | 1 | -1/+1 |
| * | | | | revision: add rev_input_given flag | Jeff King | 2017-08-03 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Merge branch 'jk/reflog-walk' | Junio C Hamano | 2017-08-11 | 1 | -20/+37 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | reflog-walk: apply --since/--until to reflog dates | Jeff King | 2017-07-09 | 1 | -3/+16 |
| * | | | reflog-walk: stop using fake parents | Jeff King | 2017-07-09 | 1 | -12/+15 |
| * | | | get_revision_1(): replace do-while with an early return | Jeff King | 2017-07-09 | 1 | -6/+5 |
| * | | | revision: disallow reflog walking with revs->limited | Jeff King | 2017-07-07 | 1 | -0/+2 |
* | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-08-11 | 1 | -8/+8 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | sha1_name: convert GET_SHA1* flags to GET_OID* | brian m. carlson | 2017-07-17 | 1 | -3/+3 |