summaryrefslogtreecommitdiff
path: root/builtin/cat-file.c
AgeCommit message (Expand)Author
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2018-02-14object_info: change member name from 'typename' to 'type_name'Brandon Williams
2017-12-08sha1_file: support lazily fetching missing objectsJonathan Tan
2017-09-28Merge branch 'jk/fallthrough'Junio C Hamano
2017-09-28Merge branch 'jk/diff-blob'Junio C Hamano
2017-09-22consistently use "fallthrough" comments in switchesJeff King
2017-09-22cat-file: handle NULL object_context.pathJeff King
2017-08-23pack: move for_each_packed_object()Jonathan Tan
2017-07-17sha1_name: convert GET_SHA1* flags to GET_OID*brian m. carlson
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson
2017-07-05Merge branch 'jt/unify-object-info'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-22sha1_file: rename LOOKUP_REPLACE_OBJECTJonathan Tan
2017-06-22sha1_file: rename LOOKUP_UNKNOWN_OBJECTJonathan Tan
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-05Merge branch 'js/blame-lib'Junio C Hamano
2017-06-02Merge branch 'jk/diff-blob'Junio C Hamano
2017-05-24blame: move textconv_object with related functionsJeff Smith
2017-05-24get_sha1_with_context: dynamically allocate oc->pathJeff King
2017-05-08cat-file: fix memory leakJohannes Schindelin
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-31Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson
2017-02-22Convert object iteration callbacks to struct object_idbrian m. carlson
2016-10-10Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano
2016-09-26sha1_array: let callbacks interrupt iterationJeff King
2016-09-21Merge branch 'js/cat-file-filters'Junio C Hamano
2016-09-19Merge branch 'bc/object-id'Junio C Hamano
2016-09-11cat-file: support --textconv/--filters in batch modeJohannes Schindelin
2016-09-11cat-file --textconv/--filters: allow specifying the path separatelyJohannes Schindelin
2016-09-11cat-file: introduce the --filters optionJohannes Schindelin
2016-09-08cat-file: put spaces around pipes in usage stringAlex Henrie
2016-09-07streaming: make stream_blob_to_fd take struct object_idbrian m. carlson
2016-09-07builtin: convert textconv_object to use struct object_idbrian m. carlson
2016-09-07builtin/cat-file: convert some static functions to struct object_idbrian m. carlson
2016-09-07builtin/cat-file: convert struct expand_data to use struct object_idbrian m. carlson
2016-08-11provide an initializer for "struct object_info"Jeff King
2016-07-28Merge branch 'nd/pack-ofs-4gb-limit'Junio C Hamano
2016-07-13sha1_file.c: use type off_t* for object_info->disk_sizepNguyễn Thái Ngọc Duy
2016-05-31Merge branch 'jk/cat-file-buffered-batch-all'Junio C Hamano
2016-05-18cat-file: default to --buffer when --batch-all-objects is usedJeff King
2016-05-18cat-file: avoid noop calls to sha1_object_info_extendedJeff King
2016-01-15cat-file: read batch stream with strbuf_getline()Junio C Hamano
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2015-10-16usage: do not insist that standard input must come from a fileJunio C Hamano
2015-06-26cat-file: sort and de-dup output of --batch-all-objectsJeff King
2015-06-22cat-file: add --batch-all-objects optionJeff King
2015-06-22cat-file: split batch_one_object into two stagesJeff King