summaryrefslogtreecommitdiff
path: root/builtin/cat-file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* plug a few coverity-spotted leaksJim Meyering2011-06-201-0/+2
* blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664''Kirill Smelkov2010-09-291-1/+1
* Merge branch 'cp/textconv-cat-file'Junio C Hamano2010-06-271-4/+34
|\
| * textconv: support for cat_fileClément Poulain2010-06-181-4/+34
* | Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan2010-05-311-1/+3
|/
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+258