summaryrefslogtreecommitdiff
path: root/builtin/cat-file.c
AgeCommit message (Expand)Author
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
2013-12-12sha1_object_info_extended(): add an "unsigned flags" parameterChristian Couder
2013-12-12cat-file: handle --batch format with missing type/sizeJeff King
2013-12-12cat-file: pass expand_data to print_object_or_dieJeff King
2013-10-23Merge branch 'mg/more-textconv'Junio C Hamano
2013-08-05cat-file: only split on whitespace when %(rest) is usedJeff King
2013-08-02Revert "cat-file: split --batch input lines on whitespace"Junio C Hamano
2013-07-12sha1_object_info_extended: make type calculation optionalJeff King
2013-07-12cat-file: disable object/refname ambiguity check for batch modeJeff King
2013-07-12cat-file: split --batch input lines on whitespaceJeff King
2013-07-12cat-file: add %(objectsize:disk) format atomJeff King
2013-07-12cat-file: add --batch-check=<format>Jeff King
2013-07-11cat-file: refactor --batch option parsingJeff King
2013-07-11cat-file: teach --batch to stream blob objectsJeff King
2013-05-10cat-file: do not die on --textconv without textconv filtersMichael J Gruber
2013-04-17cat-file: print tags raw for "cat-file -p"Jeff King
2013-03-30cat-file: Fix an gcc -Wuninitialized warningRamsay Jones
2013-03-21drop some obsolete "x = x" compiler warning hacksJeff King
2012-09-07Merge branch 'nd/i18n-parseopt-help'Junio C Hamano
2012-08-27Merge branch 'jk/maint-null-in-trees'Junio C Hamano
2012-08-20i18n: cat-file: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-07-29diff: do not use null sha1 as a sentinel valueJeff King
2012-07-22Merge branch 'jc/sha1-name-more'Junio C Hamano
2012-07-09sha1_name.c: teach lookup context to get_sha1_with_context()Junio C Hamano
2012-03-07cat-file: use streaming API to print blobsNguyễn Thái Ngọc Duy
2012-02-07drop odd return value semantics from userdiff_configJeff King