128 Commits (a1d4f67c12ac172f835e6d5e4e0a197075e2146b)

Author SHA1 Message Date
Aaron Lipman ad464a4e84 bisect: combine args passed to find_bisection() 5 years ago
Aaron Lipman 0fe305a5d3 rev-list: allow bisect and first-parent flags 5 years ago
Junio C Hamano 20a5fd881a rev-list --count: comment on the use of count_right++ 5 years ago
Jeff King 2aaeb9ac41 rev-list: use bitmap filters for traversal 5 years ago
Jeff King 6663ae0a08 pack-bitmap: basic noop bitmap filter infrastructure 5 years ago
Jeff King 4eb707ebd6 rev-list: allow commit-only bitmap traversals 5 years ago
Jeff King 608d9c9365 rev-list: allow bitmaps when counting objects 5 years ago
Jeff King 55cb10f9b5 rev-list: make --count work with --objects 5 years ago
Jeff King 792f811998 rev-list: factor out bitmap-optimized routines 5 years ago
Jeff King d90fe06ea7 pack-bitmap: refuse to do a bitmap traversal with pathspecs 5 years ago
Jeff King e03f928e2a rev-list: fallback to non-bitmap traversal when filtering 5 years ago
René Scharfe 2fe44394c8 treewide: remove duplicate #include directives 5 years ago
Jeff King 4c96a77594 list-objects-filter: delay parsing of sparse oid 5 years ago
Matthew DeVore cf9ceb5a12 list-objects-filter-options: make filter_spec a string_list 6 years ago
Emily Shaffer 42357b4e8b rev-list: teach --no-object-names to enable piping 6 years ago
Jeff King d92349dd55 rev-list: drop unused void pointer from finish_commit() 6 years ago
Jeff King ee4dfee227 rev-list: let traversal die when --missing is not in use 6 years ago
Jeff King f06ab027ef rev-list: allow cached objects in existence check 6 years ago
Derrick Stolee 4f6d26b167 list-objects: consume sparse tree walk 6 years ago
Stefan Beller 6a7895fd8a commit: prepare free_commit_buffer and release_commit_memory for any repo 6 years ago
Matthew DeVore bbcde41a70 revision.c: put promisor option in specialized struct 6 years ago
Matthew DeVore 669b1d2aae exclude-promisor-objects: declare when option is allowed 6 years ago
Matthew DeVore 7c0fe330d5 rev-list: handle missing tree objects properly 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 6 years ago
Jeff King a12cbe23ef rev-list: make empty --stdin not an error 6 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 7 years ago
Jonathan Tan f3c23db2d7 pack-bitmap: add free function 7 years ago
Jonathan Tan 3ae5fa0768 pack-bitmap: remove bitmap_git global variable 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Ramsay Jones 156e1782a8 -Wuninitialized: remove some 'init-self' workarounds 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
Jeff King 7fa31b645f commit: drop uses of get_cached_commit_buffer() 7 years ago
Jeff Hostetler aa57b871da fetch: inherit filter-spec from partial clone 7 years ago
Jonathan Tan df11e19648 rev-list: support termination at promisor objects 7 years ago
Jeff Hostetler f4371a883f rev-list: support --no-filter argument 7 years ago
Jeff Hostetler caf3827e2f rev-list: add list-objects filtering support 7 years ago
Martin Ågren 24d707f636 bisect: change calling-convention of `find_bisection()` 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams 3b69daed86 diff: remove DIFF_OPT_TST macro 7 years ago
brian m. carlson 206649672e pack-bitmap: convert traverse_bitmap_commit_list to object_id 7 years ago
Junio C Hamano 8aade107dd progress: simplify "delayed" progress API 8 years ago
Jeff King 0159ba3226 rev-list: don't show usage when we see empty ref patterns 8 years ago
Jeff King d75dfb1089 rev-list: pass diffopt->use_colors through to pretty-print 8 years ago
Jeff King 7f97de5ee1 rev-list: check reflog_info before showing usage 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Junio C Hamano 5a88f97cff diff- and log- family: handle "git cmd -h" early 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
Johannes Schindelin cb71f8bdb5 PRItime: introduce a new "printf format" for timestamps 8 years ago
brian m. carlson dc01505f7f Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ 8 years ago
René Scharfe 2490574d15 use oid_to_hex_r() for converting struct object_id hashes to hex strings 8 years ago