aboutsummaryrefslogtreecommitdiff
path: root/builtin/cat-file.c
Commit message (Expand)AuthorAge
* streaming: make stream_blob_to_fd take struct object_idbrian m. carlson2016-09-07
* builtin: convert textconv_object to use struct object_idbrian m. carlson2016-09-07
* builtin/cat-file: convert some static functions to struct object_idbrian m. carlson2016-09-07
* builtin/cat-file: convert struct expand_data to use struct object_idbrian m. carlson2016-09-07
* Merge branch 'nd/pack-ofs-4gb-limit'Junio C Hamano2016-07-28
|\
| * sha1_file.c: use type off_t* for object_info->disk_sizepNguyễn Thái Ngọc Duy2016-07-13
* | Merge branch 'jk/cat-file-buffered-batch-all'Junio C Hamano2016-05-31
|\ \ | |/ |/|
| * cat-file: default to --buffer when --batch-all-objects is usedJeff King2016-05-18
| * cat-file: avoid noop calls to sha1_object_info_extendedJeff King2016-05-18
* | cat-file: read batch stream with strbuf_getline()Junio C Hamano2016-01-15
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
|/
* usage: do not insist that standard input must come from a fileJunio C Hamano2015-10-16
* cat-file: sort and de-dup output of --batch-all-objectsJeff King2015-06-26
* cat-file: add --batch-all-objects optionJeff King2015-06-22
* cat-file: split batch_one_object into two stagesJeff King2015-06-22
* cat-file: stop returning value from batch_one_objectJeff King2015-06-22
* cat-file: add --buffer optionJeff King2015-06-22
* cat-file: move batch_options definition to top of fileJeff King2015-06-22
* cat-file: minor style fix in options listJeff King2015-06-22
* Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano2015-06-01
|\
| * cat-file: add --follow-symlinks to --batchDavid Turner2015-05-20
* | cat-file: teach cat-file a '--allow-unknown-type' optionKarthik Nayak2015-05-06
* | cat-file: make the options mutually exclusiveKarthik Nayak2015-05-06
|/
* Merge branch 'ah/usage-strings'Junio C Hamano2015-02-11
|\
| * standardize usage info string formatAlex Henrie2015-01-14
* | Merge branch 'ak/cat-file-clean-up'Junio C Hamano2015-01-22
|\ \
| * | cat-file: use "type" and "size" from outer scopeAlexander Kuleshov2015-01-13
| |/
* | cat-file: remove unused includesAlexander Kuleshov2015-01-09
|/
* use skip_prefix() to avoid more magic numbersRené Scharfe2014-10-07
* Merge branch 'jk/warn-on-object-refname-ambiguity'Junio C Hamano2014-03-25
|\
| * cat-file: restore warn_on_object_refname_ambiguity flagJeff King2014-03-13
| * cat-file: fix a minor memory leak in batch_objectsJeff King2014-01-07
| * cat-file: refactor error handling of batch_objectsJeff King2014-01-07
* | Merge branch 'jk/oi-delta-base'Junio C Hamano2014-01-10
|\ \
| * | cat-file: provide %(deltabase) batch formatJeff King2013-12-26
| |/
* | Merge branch 'cc/replace-object-info'Junio C Hamano2014-01-10
|\ \
| * | sha1_object_info_extended(): add an "unsigned flags" parameterChristian Couder2013-12-12
| |/
* | cat-file: handle --batch format with missing type/sizeJeff King2013-12-12
* | cat-file: pass expand_data to print_object_or_dieJeff King2013-12-12
|/
* Merge branch 'mg/more-textconv'Junio C Hamano2013-10-23
|\
| * cat-file: do not die on --textconv without textconv filtersMichael J Gruber2013-05-10
* | cat-file: only split on whitespace when %(rest) is usedJeff King2013-08-05
* | Revert "cat-file: split --batch input lines on whitespace"Junio C Hamano2013-08-02
* | sha1_object_info_extended: make type calculation optionalJeff King2013-07-12
* | cat-file: disable object/refname ambiguity check for batch modeJeff King2013-07-12
* | cat-file: split --batch input lines on whitespaceJeff King2013-07-12
* | cat-file: add %(objectsize:disk) format atomJeff King2013-07-12
* | cat-file: add --batch-check=<format>Jeff King2013-07-12
* | cat-file: refactor --batch option parsingJeff King2013-07-11
* | cat-file: teach --batch to stream blob objectsJeff King2013-07-11