aboutsummaryrefslogtreecommitdiff
path: root/builtin/cat-file.c
Commit message (Expand)AuthorAge
* 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
* | cat-file: print tags raw for "cat-file -p"Jeff King2013-04-17
|/
* cat-file: Fix an gcc -Wuninitialized warningRamsay Jones2013-03-29
* drop some obsolete "x = x" compiler warning hacksJeff King2013-03-21
* Merge branch 'nd/i18n-parseopt-help'Junio C Hamano2012-09-07
|\
| * i18n: cat-file: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
* | Merge branch 'jk/maint-null-in-trees'Junio C Hamano2012-08-27
|\ \ | |/ |/|
| * diff: do not use null sha1 as a sentinel valueJeff King2012-07-29
* | Merge branch 'jc/sha1-name-more'Junio C Hamano2012-07-22
|\ \
| * | sha1_name.c: teach lookup context to get_sha1_with_context()Junio C Hamano2012-07-09
| |/
* | cat-file: use streaming API to print blobsNguyễn Thái Ngọc Duy2012-03-07
* | drop odd return value semantics from userdiff_configJeff King2012-02-07
|/
* plug a few coverity-spotted leaksJim Meyering2011-06-20
* blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664''Kirill Smelkov2010-09-29
* Merge branch 'cp/textconv-cat-file'Junio C Hamano2010-06-27
|\
| * textconv: support for cat_fileClément Poulain2010-06-18
* | Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan2010-05-31
|/
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22