summaryrefslogtreecommitdiff
path: root/builtin/cat-file.c
AgeCommit message (Expand)Author
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-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
2011-06-20plug a few coverity-spotted leaksJim Meyering
2010-09-29blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664''Kirill Smelkov
2010-06-27Merge branch 'cp/textconv-cat-file'Junio C Hamano
2010-06-18textconv: support for cat_fileClément Poulain
2010-05-31Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds