146 Commits (87c67efc0ca0c17b5732f657c273501ab51e3ef9)

Author SHA1 Message Date
ZheNing Hu ee02ac6164 cat-file: merge two block into one 4 years ago
ZheNing Hu e16acc80a7 cat-file: handle trivial --batch format with --batch-all-objects 4 years ago
Christian Couder 0172f7834a cat-file: add missing [=<format>] to usage/synopsis 5 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Jeff King fe299ec5ae oid_array: rename source file from sha1-array 5 years ago
brian m. carlson c397aac02f convert: provide additional metadata to filters 5 years ago
brian m. carlson ab90ecae99 convert: permit passing additional metadata to filter processes 5 years ago
Jeff King b99b6bcc57 packed_object_info(): use object_id for returning delta base 5 years ago
Nguyễn Thái Ngọc Duy d3b4705ab8 sha1-file.c: remove the_repo from read_object_with_reference() 6 years ago
Christian Couder b14ed5adaf Use promisor_remote_get_direct() and has_promisor_remote() 6 years ago
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