summaryrefslogtreecommitdiff
path: root/builtin/cat-file.c
AgeCommit message (Expand)Author
2017-10-18Merge branch 'jk/diff-blob' into maintJunio C Hamano
2017-09-22cat-file: handle NULL object_context.pathJeff King
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
2015-06-22cat-file: stop returning value from batch_one_objectJeff King
2015-06-22cat-file: add --buffer optionJeff King
2015-06-22cat-file: move batch_options definition to top of fileJeff King
2015-06-22cat-file: minor style fix in options listJeff King
2015-06-01Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano
2015-05-20cat-file: add --follow-symlinks to --batchDavid Turner
2015-05-06cat-file: teach cat-file a '--allow-unknown-type' optionKarthik Nayak
2015-05-06cat-file: make the options mutually exclusiveKarthik Nayak
2015-02-11Merge branch 'ah/usage-strings'Junio C Hamano
2015-01-22Merge branch 'ak/cat-file-clean-up'Junio C Hamano