Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | | | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 2017-07-17 | 1 | -5/+5 |
* | | | | Merge branch 'ab/grep-lose-opt-regflags' | Junio C Hamano | 2017-07-14 | 1 | -2/+0 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | grep: remove regflags from the public grep_opt API | Ævar Arnfjörð Bjarmason | 2017-06-30 | 1 | -2/+0 |
| |/ / | |||||
* | | | Merge branch 'ab/wildmatch' | Junio C Hamano | 2017-07-10 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | wildmatch: remove unused wildopts parameter | Ævar Arnfjörð Bjarmason | 2017-06-24 | 1 | -1/+1 |
* | | | Merge branch 'mh/packed-ref-store-prep' | Junio C Hamano | 2017-06-26 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | for_each_bisect_ref(): don't trim refnames | Michael Haggerty | 2017-06-19 | 1 | -1/+1 |
| * | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-05-23 | 1 | -38/+38 |
| |\ \ | |||||
* | \ \ | Merge branch 'sg/revision-parser-skip-prefix' | Junio C Hamano | 2017-06-22 | 1 | -46/+41 |
|\ \ \ \ | |||||
| * | | | | revision.c: use skip_prefix() in handle_revision_pseudo_opt() | SZEDER Gábor | 2017-06-12 | 1 | -9/+9 |
| * | | | | revision.c: use skip_prefix() in handle_revision_opt() | SZEDER Gábor | 2017-06-12 | 1 | -25/+23 |
| * | | | | revision.c: stricter parsing of '--early-output' | SZEDER Gábor | 2017-06-12 | 1 | -10/+7 |
| * | | | | revision.c: stricter parsing of '--no-{min,max}-parents' | SZEDER Gábor | 2017-06-12 | 1 | -2/+2 |
* | | | | | Merge branch 'bw/object-id' | Junio C Hamano | 2017-06-19 | 1 | -8/+8 |
|\ \ \ \ \ | |||||
| * | | | | | diff-tree: convert diff_tree_sha1 to struct object_id | Brandon Williams | 2017-06-05 | 1 | -2/+2 |
| * | | | | | diff: convert diff_change to struct object_id | Brandon Williams | 2017-06-02 | 1 | -3/+3 |
| * | | | | | diff: convert diff_addremove to struct object_id | Brandon Williams | 2017-06-02 | 1 | -2/+2 |
| * | | | | | notes: convert format_display_notes to struct object_id | brian m. carlson | 2017-06-02 | 1 | -1/+1 |