aboutsummaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAge
* Merge branch 'sb/describe-blob'Junio C Hamano2017-12-28
|\
| * revision.h: introduce blob/tree walking in order of the commitsStefan Beller2017-11-16
* | log: add option to choose which refs to decorateRafael Ascensão2017-11-22
* | Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-09
|\ \
| * | diff: make struct diff_flags members lowercaseBrandon Williams2017-11-01
| * | diff: remove DIFF_OPT_CLR macroBrandon Williams2017-11-01
| * | diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-01
| * | diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-01
| |/
* | Merge branch 'jk/revision-pruning-optim'Junio C Hamano2017-11-06
|\ \ | |/ |/|
| * revision: quit pruning diff more quickly when possibleJeff King2017-10-14
* | Merge branch 'rj/no-sign-compare'Junio C Hamano2017-09-29
|\ \
| * | ALLOC_GROW: avoid -Wsign-compare warningsRamsay Jones2017-09-22
| * | Merge branch 'jk/rev-list-empty-input' into maintJunio C Hamano2017-09-10
| |\ \
| * \ \ Merge branch 'jk/reflog-walk' into maintJunio C Hamano2017-08-23
| |\ \ \
* | \ \ \ Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano2017-09-28
|\ \ \ \ \
| * | | | | refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-24
* | | | | | revision: replace "struct cmdline_pathspec" with argv_arrayJeff King2017-09-21
|/ / / / /
* | | | | Merge branch 'nd/prune-in-worktree'Junio C Hamano2017-09-19
|\ \ \ \ \
| * | | | | rev-list: expose and document --single-worktreeNguyễn Thái Ngọc Duy2017-08-24
| * | | | | revision.c: --reflog add HEAD reflog from all worktreesNguyễn Thái Ngọc Duy2017-08-24
| * | | | | revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy2017-08-24
| * | | | | revision.c: use refs_for_each*() instead of for_each_*_submodule()Nguyễn Thái Ngọc Duy2017-08-24
| * | | | | revision.c: --indexed-objects add objects from all worktreesNguyễn Thái Ngọc Duy2017-08-24
| * | | | | revision.c: refactor add_index_objects_to_pending()Nguyễn Thái Ngọc Duy2017-08-24
* | | | | | pack: move has_sha1_pack()Jonathan Tan2017-08-23
|/ / / / /
* | | | | Merge branch 'jk/rev-list-empty-input'Junio C Hamano2017-08-11
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | revision: do not fallback to default when rev_input_given is setJeff King2017-08-02
| * | | | revision: add rev_input_given flagJeff King2017-08-02
| |/ / /
* | | | Merge branch 'jk/reflog-walk'Junio C Hamano2017-08-11
|\ \ \ \ | | |/ / | |/| |
| * | | reflog-walk: apply --since/--until to reflog datesJeff King2017-07-09
| * | | reflog-walk: stop using fake parentsJeff King2017-07-09
| * | | get_revision_1(): replace do-while with an early returnJeff King2017-07-09
| * | | revision: disallow reflog walking with revs->limitedJeff King2017-07-07
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-08-11
|\ \ \ \ | |_|/ / |/| | |
| * | | sha1_name: convert GET_SHA1* flags to GET_OID*brian m. carlson2017-07-17
| * | | sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-17
* | | | Merge branch 'ab/grep-lose-opt-regflags'Junio C Hamano2017-07-13
|\ \ \ \ | |/ / / |/| | |
| * | | grep: remove regflags from the public grep_opt APIÆvar Arnfjörð Bjarmason2017-06-30
| |/ /
* | | Merge branch 'ab/wildmatch'Junio C Hamano2017-07-10
|\ \ \ | |/ / |/| |
| * | wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason2017-06-23
* | | Merge branch 'mh/packed-ref-store-prep'Junio C Hamano2017-06-26
|\ \ \ | |/ / |/| |
| * | for_each_bisect_ref(): don't trim refnamesMichael Haggerty2017-06-18
| * | Merge branch 'bc/object-id'Junio C Hamano2017-05-23
| |\ \
* | \ \ Merge branch 'sg/revision-parser-skip-prefix'Junio C Hamano2017-06-22
|\ \ \ \
| * | | | revision.c: use skip_prefix() in handle_revision_pseudo_opt()SZEDER Gábor2017-06-12
| * | | | revision.c: use skip_prefix() in handle_revision_opt()SZEDER Gábor2017-06-12
| * | | | revision.c: stricter parsing of '--early-output'SZEDER Gábor2017-06-12
| * | | | revision.c: stricter parsing of '--no-{min,max}-parents'SZEDER Gábor2017-06-12
* | | | | Merge branch 'bw/object-id'Junio C Hamano2017-06-19
|\ \ \ \ \
| * | | | | diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams2017-06-05