117 Commits (e0020b2f82910f50bc697d86aff70c3796fbdc41)

Author SHA1 Message Date
René Scharfe 2fe44394c8 treewide: remove duplicate #include directives 5 years ago
Jeff King 4c96a77594 list-objects-filter: delay parsing of sparse oid 6 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 7 years ago
Jeff King a12cbe23ef rev-list: make empty --stdin not an error 7 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
Jacob Keller 98985c6911 rev-list: use hdr_termination instead of a always using a newline 8 years ago
Jacob Keller 660e113ce1 graph: add support for --line-prefix on all graph-aware output 9 years ago
Jeff King 434ea3cdad rev-list: add optional progress reporting 9 years ago
Jeff King fb85db84dc rev-list: disable bitmaps when "-n" is used with listing objects 9 years ago
Jeff King 5c9f9bf313 rev-list: "adjust" results of "--count --use-bitmap-index -n" 9 years ago
Jeff King 2824e1841b list-objects: pass full pathname to callbacks 9 years ago
Jeff King dc06dc8800 list-objects: drop name_path entirely 9 years ago
Jeff King de1e67d070 list-objects: pass full pathname to callbacks 9 years ago
Jeff King bd64516aca list-objects: drop name_path entirely 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago