731 Commits (b5101f929789889c2e536d915698f58d5c5c6b7a)

Author SHA1 Message Date
brian m. carlson ea82b2a085 tree-walk: store object_id in a separate member 6 years ago
Nguyễn Thái Ngọc Duy ec36c42a63 Indent code with TABs 6 years ago
Matthew DeVore bbcde41a70 revision.c: put promisor option in specialized struct 6 years ago
Matthew DeVore 4cf67869b2 list-objects.c: don't segfault for missing cmdline objects 6 years ago
Nguyễn Thái Ngọc Duy 67022e0214 tree-walk.c: make tree_entry_interesting() take an index 6 years ago
Jeff King b4cfcde4db rev-list: handle flags for --indexed-objects 6 years ago
Derrick Stolee b45424181e revision.c: generation-based topo-order algorithm 6 years ago
Derrick Stolee 5284fc5cc9 commit/revisions: bookkeeping before refactoring 6 years ago
Derrick Stolee f0d9cc4196 revision.c: begin refactoring --topo-order logic 6 years ago
Matthew DeVore 669b1d2aae exclude-promisor-objects: declare when option is allowed 7 years ago
Nguyễn Thái Ngọc Duy ab3e1f78ae revision.c: better error reporting on ref from different worktrees 7 years ago
Nguyễn Thái Ngọc Duy 061e420a4d revision.c: correct a parameter name 7 years ago
Matthew DeVore 99c9aa9579 revision: mark non-user-given objects instead 7 years ago
Nguyễn Thái Ngọc Duy b3c7eef9b0 revision.c: reduce implicit dependency the_repository 7 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy a7edadda59 patch-ids.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy e675765235 diff.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 38bbc2ea39 grep.c: remove implicit dependency on the_index 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Jeff King a12cbe23ef rev-list: make empty --stdin not an error 7 years ago
Nguyễn Thái Ngọc Duy 6d2df284e7 dir.c: remove an implicit dependency on the_index in pathspec code 7 years ago
Derrick Stolee 6404355657 commit.h: remove method declarations 7 years ago
Jonathan Tan dc0a13f681 revision: tolerate promised targets of tags 7 years ago
Jonathan Tan a0c9016abd upload-pack: send refs' objects despite "filter" 7 years ago
Stefan Beller 2122f6754c commit: add repository argument to lookup_commit_reference 7 years ago
Stefan Beller f86bcc7b2c tree: add repository argument to lookup_tree 7 years ago
Stefan Beller da14a7ff99 blob: add repository argument to lookup_blob 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 7 years ago
Nguyễn Thái Ngọc Duy 87be252333 revision.c: use commit-slab for show_source 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Jeff King 8702b30fd7 mark_parents_uninteresting(): avoid most allocation 7 years ago
Jeff King 43fc643b75 mark_parents_uninteresting(): replace list with stack 7 years ago
Jeff King 577dd0d29b mark_parents_uninteresting(): drop missing object check 7 years ago
Jeff King a5411df0d9 mark_tree_contents_uninteresting(): drop missing object check 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson fd521245e6 revision: replace use of hard-coded constants 7 years ago
brian m. carlson 14c3c80c81 packfile: convert has_sha1_pack to object_id 7 years ago
Stefan Beller 23a3f0cb16 refs: add repository argument to get_main_ref_store 7 years ago
Derrick Stolee 2e27bd7731 treewide: replace maybe_tree with accessor methods 7 years ago
Derrick Stolee 891435d55d treewide: rename tree to maybe_tree 7 years ago
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