summaryrefslogtreecommitdiffstats
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* 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 decorateRafael 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 lowercaseBrandon 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 possibleJeff King2017-10-141-3/+13
* | Merge branch 'rj/no-sign-compare'Junio C Hamano2017-09-291-1/+1
|\ \
| * | ALLOC_GROW: avoid -Wsign-compare warningsRamsay 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 setJeff 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 datesJeff 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
|\ \ \ \ | |_|/ / |/| | |
| * | | sha1_name: convert GET_SHA1* flags to GET_OID*brian m. carlson2017-07-171-3/+3
| * | | sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-171-5/+5
* | | | Merge branch 'ab/grep-lose-opt-regflags'Junio C Hamano2017-07-131-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | grep: remove regflags from the public grep_opt APIÆvar Arnfjörð Bjarmason2017-06-301-2/+0
| |/ /
* | | Merge branch 'ab/wildmatch'Junio C Hamano2017-07-101-1/+1
|\ \ \ | |/ / |/| |
| * | wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason2017-06-231-1/+1
* | | Merge branch 'mh/packed-ref-store-prep'Junio C Hamano2017-06-261-1/+1
|\ \ \ | |/ / |/| |
| * | for_each_bisect_ref(): don't trim refnamesMichael Haggerty2017-06-181-1/+1
| * | Merge branch 'bc/object-id'Junio C Hamano2017-05-231-38/+38
| |\ \
* | \ \ Merge branch 'sg/revision-parser-skip-prefix'Junio C Hamano2017-06-221-46/+41
|\ \ \ \
| * | | | revision.c: use skip_prefix() in handle_revision_pseudo_opt()SZEDER Gábor2017-06-121-9/+9
| * | | | revision.c: use skip_prefix() in handle_revision_opt()SZEDER Gábor2017-06-121-25/+23
| * | | | revision.c: stricter parsing of '--early-output'SZEDER Gábor2017-06-121-10/+7
| * | | | revision.c: stricter parsing of '--no-{min,max}-parents'SZEDER Gábor2017-06-121-2/+2
* | | | | Merge branch 'bw/object-id'Junio C Hamano2017-06-191-8/+8
|\ \ \ \ \
| * | | | | diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams2017-06-051-2/+2