summaryrefslogtreecommitdiff
path: root/builtin/cat-file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cat-file: only split on whitespace when %(rest) is usedjk/cat-file-batch-optimJeff King2013-08-051-1/+30
* | Revert "cat-file: split --batch input lines on whitespace"Junio C Hamano2013-08-021-19/+1
* | sha1_object_info_extended: make type calculation optionalJeff King2013-07-121-3/+4
* | cat-file: disable object/refname ambiguity check for batch modeJeff King2013-07-121-0/+9
* | cat-file: split --batch input lines on whitespaceJeff King2013-07-121-1/+19
* | cat-file: add %(objectsize:disk) format atomJeff King2013-07-121-0/+6
* | cat-file: add --batch-check=<format>Jeff King2013-07-121-15/+92
* | cat-file: refactor --batch option parsingJeff King2013-07-111-18/+38
* | cat-file: teach --batch to stream blob objectsJeff King2013-07-111-13/+28
* | cat-file: print tags raw for "cat-file -p"Jeff King2013-04-171-71/+0
|/
* cat-file: Fix an gcc -Wuninitialized warningRamsay Jones2013-03-291-1/+1
* drop some obsolete "x = x" compiler warning hacksJeff King2013-03-211-1/+1
* Merge branch 'nd/i18n-parseopt-help'Junio C Hamano2012-09-071-10/+10
|\
| * i18n: cat-file: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-10/+10
* | Merge branch 'jk/maint-null-in-trees'Junio C Hamano2012-08-271-1/+1
|\ \ | |/ |/|
| * diff: do not use null sha1 as a sentinel valueJeff King2012-07-291-1/+1
* | Merge branch 'jc/sha1-name-more'Junio C Hamano2012-07-221-1/+1
|\ \
| * | sha1_name.c: teach lookup context to get_sha1_with_context()Junio C Hamano2012-07-091-1/+1
| |/
* | cat-file: use streaming API to print blobsNguyễn Thái Ngọc Duy2012-03-071-0/+25
* | drop odd return value semantics from userdiff_configjk/userdiff-config-simplifyJeff King2012-02-071-7/+1
|/