133 Commits (f0596ecc8de9bdbdfc394b2f153ff67f64fc4615)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
David Turner d1dd94b308 Do not print 'dangling' for cat-file in case of ambiguity 6 years ago
Nguyễn Thái Ngọc Duy 3a7a698e93 sha1-name.c: remove implicit dependency on the_index 6 years ago
Jeff King c93206b412 update comment references to sha1_object_info() 6 years ago
Torsten Bögershausen ca473cef91 Upcast size_t variables to uintmax_t when printing 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
Jeff King 0eb8d3767c cat-file: report an error on multiple --batch options 6 years ago
Jeff King 0ad1efb4b3 cat-file: mark batch options with NONEG 6 years ago
Jeff King 98f425b453 cat-file: handle streaming failures consistently 6 years ago
Nguyễn Thái Ngọc Duy 6afaf80785 diff.c: remove the_index dependency in textconv() functions 7 years ago
Jeff King 79ed0a5e26 cat-file: use a single strbuf for all output 7 years ago
Jeff King 54d2f0d945 cat-file: split batch "buf" into two variables 7 years ago
Jeff King ced9fff75d cat-file: use oidset check-and-insert 7 years ago
Nguyễn Thái Ngọc Duy 7f944e264e convert.c: remove an implicit dependency on the_index 7 years ago
Jeff King 0750bb5b51 cat-file: support "unordered" output for --batch-all-objects 7 years ago
Jeff King b1adb38458 cat-file: rename batch_{loose,packed}_object callbacks 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Stefan Beller 7ecd869060 cache.h: add repository argument to oid_object_info_extended 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
brian m. carlson 02f0547eaa sha1_file: convert read_object_with_reference to object_id 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
Brandon Williams 6ca32f4714 object_info: change member name from 'typename' to 'type_name' 7 years ago
Jonathan Tan 8b4c0103a9 sha1_file: support lazily fetching missing objects 7 years ago
Jeff King 1cf01a34ea consistently use "fallthrough" comments in switches 8 years ago
Jeff King cc0ea7c9e5 cat-file: handle NULL object_context.path 8 years ago
Jonathan Tan 7709f468fd pack: move for_each_packed_object() 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
Jonathan Tan 1f0c0d36c1 sha1_file: rename LOOKUP_REPLACE_OBJECT 8 years ago
Jonathan Tan 19fc5e84a7 sha1_file: rename LOOKUP_UNKNOWN_OBJECT 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jeff Smith 3a35cb2ea8 blame: move textconv_object with related functions 8 years ago
Jeff King dc944b65f1 get_sha1_with_context: dynamically allocate oc->path 8 years ago
Johannes Schindelin 05c2b7ba49 cat-file: fix memory leak 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 1b7ba794d2 Convert sha1_array_for_each_unique and for_each_abbrev to object_id 8 years ago
brian m. carlson 98a72ddc12 Make sha1_array_append take a struct object_id * 8 years ago
brian m. carlson 76c1d9a096 Convert object iteration callbacks to struct object_id 8 years ago
Jeff King 16ddcd403b sha1_array: let callbacks interrupt iteration 9 years ago
Johannes Schindelin 321459439e cat-file: support --textconv/--filters in batch mode 9 years ago
Johannes Schindelin 7bcf341453 cat-file --textconv/--filters: allow specifying the path separately 9 years ago
Johannes Schindelin b9e62f6011 cat-file: introduce the --filters option 9 years ago
Alex Henrie 88c782942c cat-file: put spaces around pipes in usage string 9 years ago
brian m. carlson 7eda0e4fbb streaming: make stream_blob_to_fd take struct object_id 9 years ago
brian m. carlson acad70d106 builtin: convert textconv_object to use struct object_id 9 years ago
brian m. carlson 63ecb99e0d builtin/cat-file: convert some static functions to struct object_id 9 years ago
brian m. carlson cd4f77beb7 builtin/cat-file: convert struct expand_data to use struct object_id 9 years ago