108 Commits (26597cb0cceb82b315c543f1cc02bbb72c537eaa)

Author SHA1 Message Date
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 7 years ago
Jeff King cc0ea7c9e5 cat-file: handle NULL object_context.path 7 years ago
Jonathan Tan 7709f468fd pack: move for_each_packed_object() 7 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 8 years ago
Johannes Schindelin 321459439e cat-file: support --textconv/--filters in batch mode 8 years ago
Johannes Schindelin 7bcf341453 cat-file --textconv/--filters: allow specifying the path separately 8 years ago
Johannes Schindelin b9e62f6011 cat-file: introduce the --filters option 8 years ago
Alex Henrie 88c782942c cat-file: put spaces around pipes in usage string 8 years ago
brian m. carlson 7eda0e4fbb streaming: make stream_blob_to_fd take struct object_id 8 years ago
brian m. carlson acad70d106 builtin: convert textconv_object to use struct object_id 8 years ago
brian m. carlson 63ecb99e0d builtin/cat-file: convert some static functions to struct object_id 8 years ago
brian m. carlson cd4f77beb7 builtin/cat-file: convert struct expand_data to use struct object_id 8 years ago
Jeff King 27b5c1a065 provide an initializer for "struct object_info" 9 years ago
Nguyễn Thái Ngọc Duy 166df26f28 sha1_file.c: use type off_t* for object_info->disk_sizep 9 years ago
Jeff King 6a36e1e7bb cat-file: default to --buffer when --batch-all-objects is used 9 years ago
Jeff King 845de33a5b cat-file: avoid noop calls to sha1_object_info_extended 9 years ago
Junio C Hamano b42ca3dd0f cat-file: read batch stream with strbuf_getline() 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Junio C Hamano 33e8fc8740 usage: do not insist that standard input must come from a file 9 years ago
Jeff King 3115ee45c8 cat-file: sort and de-dup output of --batch-all-objects 10 years ago
Jeff King 6a951937ae cat-file: add --batch-all-objects option 10 years ago
Jeff King 44b877e9bc cat-file: split batch_one_object into two stages 10 years ago
Jeff King 82330950d9 cat-file: stop returning value from batch_one_object 10 years ago
Jeff King fc4937c372 cat-file: add --buffer option 10 years ago
Jeff King bfd155943e cat-file: move batch_options definition to top of file 10 years ago
Jeff King ad42f28d0c cat-file: minor style fix in options list 10 years ago
David Turner 122d53464b cat-file: add --follow-symlinks to --batch 10 years ago
Karthik Nayak 39e4ae3880 cat-file: teach cat-file a '--allow-unknown-type' option 10 years ago
Karthik Nayak b48158ac94 cat-file: make the options mutually exclusive 10 years ago