summaryrefslogtreecommitdiff
path: root/builtin/cat-file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/pack-objects-optim-mru'Junio C Hamano2016-10-101-3/+2
|\
| * provide an initializer for "struct object_info"Jeff King2016-08-111-3/+2
* | sha1_array: let callbacks interrupt iterationJeff King2016-09-261-1/+2
* | Merge branch 'js/cat-file-filters'Junio C Hamano2016-09-211-8/+96
|\ \
| * | cat-file: support --textconv/--filters in batch modejs/cat-file-filtersJohannes Schindelin2016-09-111-5/+44
| * | cat-file --textconv/--filters: allow specifying the path separatelyJohannes Schindelin2016-09-111-5/+21
| * | cat-file: introduce the --filters optionJohannes Schindelin2016-09-111-1/+35
* | | Merge branch 'bc/object-id'Junio C Hamano2016-09-191-34/+36
|\ \ \
| * | | streaming: make stream_blob_to_fd take struct object_idbrian m. carlson2016-09-071-3/+3
| * | | builtin: convert textconv_object to use struct object_idbrian m. carlson2016-09-071-1/+1
| * | | builtin/cat-file: convert some static functions to struct object_idbrian m. carlson2016-09-071-25/+25
| * | | builtin/cat-file: convert struct expand_data to use struct object_idbrian m. carlson2016-09-071-10/+12
| |/ /
* | | cat-file: put spaces around pipes in usage stringAlex Henrie2016-09-081-1/+1
|/ /
* | Merge branch 'nd/pack-ofs-4gb-limit'Junio C Hamano2016-07-281-2/+2
|\ \ | |/ |/|
| * sha1_file.c: use type off_t* for object_info->disk_sizepNguyễn Thái Ngọc Duy2016-07-131-2/+2
* | Merge branch 'jk/cat-file-buffered-batch-all'Junio C Hamano2016-05-311-1/+20
|\ \ | |/ |/|
| * cat-file: default to --buffer when --batch-all-objects is usedjk/cat-file-buffered-batch-allJeff King2016-05-181-0/+4
| * cat-file: avoid noop calls to sha1_object_info_extendedJeff King2016-05-181-1/+16
* | cat-file: read batch stream with strbuf_getline()Junio C Hamano2016-01-151-1/+1
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
|/
* usage: do not insist that standard input must come from a filejc/usage-stdinJunio C Hamano2015-10-161-1/+1
* cat-file: sort and de-dup output of --batch-all-objectsjk/cat-file-batch-allJeff King2015-06-261-7/+15
* cat-file: add --batch-all-objects optionJeff King2015-06-221-2/+42
* cat-file: split batch_one_object into two stagesJeff King2015-06-221-16/+23
* cat-file: stop returning value from batch_one_objectJeff King2015-06-221-12/+6
* cat-file: add --buffer optionJeff King2015-06-221-7/+19
* cat-file: move batch_options definition to top of fileJeff King2015-06-221-6/+7
* cat-file: minor style fix in options listJeff King2015-06-221-1/+1
* Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano2015-06-011-6/+45
|\
| * cat-file: add --follow-symlinks to --batchdt/cat-file-follow-symlinksDavid Turner2015-05-201-6/+45
* | cat-file: teach cat-file a '--allow-unknown-type' optionKarthik Nayak2015-05-061-12/+26
* | cat-file: make the options mutually exclusiveKarthik Nayak2015-05-061-8/+5
|/
* Merge branch 'ah/usage-strings'Junio C Hamano2015-02-111-2/+2
|\
| * standardize usage info string formatAlex Henrie2015-01-141-2/+2
* | Merge branch 'ak/cat-file-clean-up'Junio C Hamano2015-01-221-2/+0
|\ \
| * | cat-file: use "type" and "size" from outer scopeak/cat-file-clean-upAlexander Kuleshov2015-01-131-2/+0
| |/
* | cat-file: remove unused includesak/fewer-includesAlexander Kuleshov2015-01-091-4/+0
|/
* use skip_prefix() to avoid more magic numbersrs/more-uses-of-skip-prefixRené Scharfe2014-10-071-2/+3
* Merge branch 'jk/warn-on-object-refname-ambiguity'Junio C Hamano2014-03-251-6/+9
|\
| * cat-file: restore warn_on_object_refname_ambiguity flagJeff King2014-03-131-0/+3
| * cat-file: fix a minor memory leak in batch_objectsJeff King2014-01-071-0/+1
| * cat-file: refactor error handling of batch_objectsJeff King2014-01-071-6/+5
* | Merge branch 'jk/oi-delta-base'Junio C Hamano2014-01-101-0/+6
|\ \
| * | cat-file: provide %(deltabase) batch formatjk/oi-delta-baseJeff King2013-12-261-0/+6
| |/
* | Merge branch 'cc/replace-object-info'Junio C Hamano2014-01-101-1/+1
|\ \
| * | sha1_object_info_extended(): add an "unsigned flags" parameterChristian Couder2013-12-121-1/+1
| |/
* | cat-file: handle --batch format with missing type/sizejk/cat-file-regression-fixJeff King2013-12-121-1/+10
* | cat-file: pass expand_data to print_object_or_dieJeff King2013-12-121-10/+11
|/
* Merge branch 'mg/more-textconv'Junio C Hamano2013-10-231-10/+8
|\
| * cat-file: do not die on --textconv without textconv filtersMichael J Gruber2013-05-101-10/+8