summaryrefslogtreecommitdiff
path: root/builtin/cat-file.c
AgeCommit message (Expand)Author
2017-05-24blame: move textconv_object with related functionsJeff Smith
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
2015-01-14standardize usage info string formatAlex Henrie
2015-01-13cat-file: use "type" and "size" from outer scopeAlexander Kuleshov
2015-01-10cat-file: remove unused includesAlexander Kuleshov
2014-10-07use skip_prefix() to avoid more magic numbersRené Scharfe
2014-03-25Merge branch 'jk/warn-on-object-refname-ambiguity'Junio C Hamano
2014-03-13cat-file: restore warn_on_object_refname_ambiguity flagJeff King
2014-01-10Merge branch 'jk/oi-delta-base'Junio C Hamano
2014-01-10Merge branch 'cc/replace-object-info'Junio C Hamano
2014-01-07cat-file: fix a minor memory leak in batch_objectsJeff King
2014-01-07cat-file: refactor error handling of batch_objectsJeff King
2013-12-26cat-file: provide %(deltabase) batch formatJeff King