summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* refs: add repository argument to get_main_ref_storeStefan Beller2018-04-121-2/+3
* Merge branch 'ds/mark-parents-uninteresting-optim'Junio C Hamano2018-03-081-1/+2
|\
| * revision.c: reduce object database queriesds/mark-parents-uninteresting-optimDerrick Stolee2018-02-271-1/+2
* | Merge branch 'jk/cached-commit-buffer'Junio C Hamano2018-03-061-10/+0
|\ \
| * | revision: drop --show-all optionjk/cached-commit-bufferJeff King2018-02-221-10/+0
| * | Merge branch 'rs/lose-leak-pending' into maintJunio C Hamano2018-02-151-2/+1
| |\ \
* | \ \ Merge branch 'tg/split-index-fixes'Junio C Hamano2018-02-131-1/+2
|\ \ \ \
| * | | | read-cache: fix reading the shared index for other reposThomas Gummerer2018-01-191-1/+2
* | | | | Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-2/+31
|\ \ \ \ \
| * | | | | rev-list: support termination at promisor objectsJonathan Tan2017-12-081-2/+31
| |/ / / /
* | | | | Merge branch 'sb/diff-blobfind-pickaxe'Junio C Hamano2018-01-231-2/+5
|\ \ \ \ \
| * | | | | diffcore: add a pickaxe option to find a specific blobStefan Beller2018-01-041-0/+3
| * | | | | diff: introduce DIFF_PICKAXE_KINDS_MASKStefan Beller2018-01-041-1/+1
| * | | | | diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bitStefan Beller2018-01-041-1/+1
* | | | | | Merge branch 'rs/lose-leak-pending'Junio C Hamano2018-01-231-2/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | revision: remove the unused flag leak_pendingRené Scharfe2017-12-281-2/+1
| | |/ / | |/| |
* | | | Merge branch 'sb/describe-blob'Junio C Hamano2017-12-281-0/+2
|\ \ \ \
| * | | | revision.h: introduce blob/tree walking in order of the commitsStefan Beller2017-11-161-0/+2
| |/ / /
* | | | log: add option to choose which refs to decoratera/decorate-limit-refsRafael Ascensão2017-11-221-1/+1
| |/ / |/| |
* | | Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-091-12/+12
|\ \ \
| * | | diff: make struct diff_flags members lowercasebw/diff-opt-impl-to-bitfieldsBrandon Williams2017-11-011-12/+12
| * | | diff: remove DIFF_OPT_CLR macroBrandon Williams2017-11-011-2/+2
| * | | diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-011-8/+8
| * | | diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-011-2/+2
| |/ /
* | | Merge branch 'jk/revision-pruning-optim'Junio C Hamano2017-11-061-3/+13
|\ \ \ | |/ / |/| |
| * | revision: quit pruning diff more quickly when possiblejk/revision-pruning-optimJeff King2017-10-141-3/+13
| |/
* | Merge branch 'rj/no-sign-compare'Junio C Hamano2017-09-291-1/+1
|\ \
| * | ALLOC_GROW: avoid -Wsign-compare warningsrj/no-sign-compareRamsay Jones2017-09-221-1/+1
| * | Merge branch 'jk/rev-list-empty-input' into maintJunio C Hamano2017-09-101-1/+2
| |\ \
| * \ \ Merge branch 'jk/reflog-walk' into maintJunio C Hamano2017-08-231-20/+37
| |\ \ \
* | \ \ \ Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano2017-09-281-2/+1
|\ \ \ \ \
| * | | | | refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-241-2/+1
* | | | | | revision: replace "struct cmdline_pathspec" with argv_arrayJeff King2017-09-211-28/+11
|/ / / / /
* | | | | Merge branch 'nd/prune-in-worktree'Junio C Hamano2017-09-191-23/+108
|\ \ \ \ \
| * | | | | rev-list: expose and document --single-worktreeNguyễn Thái Ngọc Duy2017-08-241-0/+2
| * | | | | revision.c: --reflog add HEAD reflog from all worktreesNguyễn Thái Ngọc Duy2017-08-241-1/+27
| * | | | | revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy2017-08-241-0/+14
| * | | | | revision.c: use refs_for_each*() instead of for_each_*_submodule()Nguyễn Thái Ngọc Duy2017-08-241-16/+32
| * | | | | revision.c: --indexed-objects add objects from all worktreesNguyễn Thái Ngọc Duy2017-08-241-0/+21
| * | | | | revision.c: refactor add_index_objects_to_pending()Nguyễn Thái Ngọc Duy2017-08-241-6/+12
* | | | | | pack: move has_sha1_pack()Jonathan Tan2017-08-231-0/+1
|/ / / / /
* | | | | Merge branch 'jk/rev-list-empty-input'Junio C Hamano2017-08-111-1/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | revision: do not fallback to default when rev_input_given is setjk/rev-list-empty-inputJeff King2017-08-021-1/+1
| * | | | revision: add rev_input_given flagJeff King2017-08-021-0/+1
| |/ / /
* | | | Merge branch 'jk/reflog-walk'Junio C Hamano2017-08-111-20/+37
|\ \ \ \ | | |/ / | |/| |
| * | | reflog-walk: apply --since/--until to reflog datesjk/reflog-walkJeff King2017-07-091-3/+16
| * | | reflog-walk: stop using fake parentsJeff King2017-07-091-12/+15
| * | | get_revision_1(): replace do-while with an early returnJeff King2017-07-091-6/+5
| * | | revision: disallow reflog walking with revs->limitedJeff King2017-07-071-0/+2
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-08-111-8/+8
|\ \ \ \ | |_|/ / |/| | |