666 Commits (60f487ac0ef1165932211ede29ea661c79984b16)

Author SHA1 Message Date
Derrick Stolee ebbed3ba04 revision.c: reduce object database queries 7 years ago
Jeff King f74bbc8dd2 revision: drop --show-all option 7 years ago
Thomas Gummerer a125a22334 read-cache: fix reading the shared index for other repos 7 years ago
Stefan Beller 15af58c1ad diffcore: add a pickaxe option to find a specific blob 7 years ago
Stefan Beller cf63051ada diff: introduce DIFF_PICKAXE_KINDS_MASK 7 years ago
Stefan Beller c1ddc4610c diff: migrate diff_flags.pickaxe_ignore_case to a pickaxe_opts bit 7 years ago
René Scharfe f1230fb5fc revision: remove the unused flag leak_pending 7 years ago
Jonathan Tan df11e19648 rev-list: support termination at promisor objects 7 years ago
Rafael Ascensão 65516f586b log: add option to choose which refs to decorate 7 years ago
Stefan Beller ce5b6f9be8 revision.h: introduce blob/tree walking in order of the commits 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams b2100e5291 diff: remove DIFF_OPT_CLR macro 7 years ago
Brandon Williams 23dcf77f48 diff: remove DIFF_OPT_SET macro 7 years ago
Brandon Williams 3b69daed86 diff: remove DIFF_OPT_TST macro 7 years ago
Jeff King a937b37e76 revision: quit pruning diff more quickly when possible 8 years ago
René Scharfe 744c040b19 refs: pass NULL to resolve_ref_unsafe() if hash is not needed 8 years ago
Ramsay Jones 071bcaab64 ALLOC_GROW: avoid -Wsign-compare warnings 8 years ago
Jeff King 7fa3c2ad6d revision: replace "struct cmdline_pathspec" with argv_array 8 years ago
Nguyễn Thái Ngọc Duy 32619f99f9 rev-list: expose and document --single-worktree 8 years ago
Nguyễn Thái Ngọc Duy acd9544a8f revision.c: --reflog add HEAD reflog from all worktrees 8 years ago
Nguyễn Thái Ngọc Duy d0c39a49cc revision.c: --all adds HEAD from all worktrees 8 years ago
Nguyễn Thái Ngọc Duy 073cf63c52 revision.c: use refs_for_each*() instead of for_each_*_submodule() 8 years ago
Nguyễn Thái Ngọc Duy be489d02d2 revision.c: --indexed-objects add objects from all worktrees 8 years ago
Nguyễn Thái Ngọc Duy 6c3d818154 revision.c: refactor add_index_objects_to_pending() 8 years ago
Jonathan Tan 150e3001d0 pack: move has_sha1_pack() 8 years ago
Jeff King 5d34d1ac06 revision: do not fallback to default when rev_input_given is set 8 years ago
Jeff King 7ba826290a revision: add rev_input_given flag 8 years ago
brian m. carlson 321c89bf5f sha1_name: convert GET_SHA1* flags to GET_OID* 8 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
Jeff King de239446b6 reflog-walk: apply --since/--until to reflog dates 8 years ago
Jeff King d08565bf2d reflog-walk: stop using fake parents 8 years ago
Jeff King 7c2f08aa7a get_revision_1(): replace do-while with an early return 8 years ago
Jeff King 82fd0f4a4b revision: disallow reflog walking with revs->limited 8 years ago
Ævar Arnfjörð Bjarmason 07a3d41173 grep: remove regflags from the public grep_opt API 8 years ago
Ævar Arnfjörð Bjarmason 55d3426929 wildmatch: remove unused wildopts parameter 8 years ago
Michael Haggerty 03df567fbf for_each_bisect_ref(): don't trim refnames 8 years ago
SZEDER Gábor 8b1d9136e1 revision.c: use skip_prefix() in handle_revision_pseudo_opt() 8 years ago
SZEDER Gábor 479b3d9785 revision.c: use skip_prefix() in handle_revision_opt() 8 years ago
SZEDER Gábor dffc651ed1 revision.c: stricter parsing of '--early-output' 8 years ago
SZEDER Gábor 9ada7aee19 revision.c: stricter parsing of '--no-{min,max}-parents' 8 years ago
Brandon Williams 66f414f885 diff-tree: convert diff_tree_sha1 to struct object_id 8 years ago
Brandon Williams 94a0097a41 diff: convert diff_change to struct object_id 8 years ago
Brandon Williams c26022ea8f diff: convert diff_addremove to struct object_id 8 years ago
brian m. carlson fb61e4d3ab notes: convert format_display_notes to struct object_id 8 years ago
Ævar Arnfjörð Bjarmason 7531a2dd87 log: add -P as a synonym for --perl-regexp 8 years ago
Jeff King 18f1ad7639 handle_revision_arg: record paths for pending objects 8 years ago
Jeff King 101dd4de16 handle_revision_arg: record modes for "a..b" endpoints 8 years ago
Jeff King 62faad5aa5 handle_revision_arg: add handle_dotdot() helper 8 years ago
Jeff King d89797feff handle_revision_arg: hoist ".." check out of range parsing 8 years ago
Jeff King f632dedd8d handle_revision_arg: stop using "dotdot" as a generic pointer 8 years ago