aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-cat-file.txt
AgeCommit message (Expand)AuthorFilesLines
2023-10-09doc/cat-file: make synopsis and description less confusingŠtěpán Němec1-17/+15
2023-06-12cat-file: add option '-Z' that delimits input and output with NULPatrick Steinhardt1-2/+13
2023-01-18git-cat-file.txt: fix list continuations rendering literallyMartin Ågren1-7/+12
2022-12-20cat-file: add mailmap support to --batch-check optionSiddharth Asthana1-13/+36
2022-12-20cat-file: add mailmap support to -s optionSiddharth Asthana1-1/+3
2022-08-05Merge branch 'tb/cat-file-z'Junio C Hamano1-1/+6
2022-07-22builtin/cat-file.c: support NUL-delimited input with `-z`Taylor Blau1-1/+6
2022-07-18cat-file: add mailmap supportSiddharth Asthana1-0/+6
2022-04-07Documentation: add --batch-command to cat-file synopsisÆvar Arnfjörð Bjarmason1-1/+1
2022-02-18cat-file: add --batch-command modeJohn Cai1-4/+38
2022-01-12cat-file: don't whitespace-pad "(...)" in SYNOPSIS and usage outputÆvar Arnfjörð Bjarmason1-2/+2
2021-12-30cat-file docs: fix SYNOPSIS and "-h" outputÆvar Arnfjörð Bjarmason1-2/+8
2021-10-08cat-file: disable refs/replace with --batch-all-objectsJeff King1-1/+2
2021-10-08cat-file: mention --unordered along with --batch-all-objectsJeff King1-2/+3
2021-03-03git-cat-file.txt: remove references to "sha1"Denton Liu1-5/+6
2021-03-03git-cat-file.txt: monospace args, placeholders and filenamesDenton Liu1-28/+28
2020-07-01cat-file: add missing [=<format>] to usage/synopsisChristian Couder1-1/+1
2019-02-06Merge branch 'dt/cat-file-batch-ambiguous'Junio C Hamano1-0/+6
2019-01-18Do not print 'dangling' for cat-file in case of ambiguityDavid Turner1-0/+6
2019-01-10Use "whitespace" consistentlyPhillip Wood1-4/+4
2018-08-13cat-file: support "unordered" output for --batch-all-objectsJeff King1-0/+10
2018-01-10cat-file doc: document that -e will return some outputÆvar Arnfjörð Bjarmason1-3/+4
2017-09-14doc: fix minor typos (extra/duplicated words)Evan Zacks1-1/+1
2016-09-11cat-file: support --textconv/--filters in batch modeJohannes Schindelin1-5/+13
2016-09-11cat-file --textconv/--filters: allow specifying the path separatelyJohannes Schindelin1-1/+6
2016-09-11cat-file: introduce the --filters optionJohannes Schindelin1-3/+9
2016-08-24cat-file: fix a grammo in the man pageJohannes Schindelin1-2/+3
2016-06-28doc: typeset long command-line options as literalMatthieu Moy1-1/+1
2016-06-28doc: typeset short command-line options as literalMatthieu Moy1-6/+6
2015-10-16usage: do not insist that standard input must come from a fileJunio C Hamano1-1/+1
2015-06-26cat-file: sort and de-dup output of --batch-all-objectsJeff King1-2/+1
2015-06-22cat-file: add --batch-all-objects optionJeff King1-0/+8
2015-06-22cat-file: add --buffer optionJeff King1-0/+7
2015-06-01Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano1-1/+98
2015-05-20cat-file: add --follow-symlinks to --batchDavid Turner1-1/+98
2015-05-06cat-file: teach cat-file a '--allow-unknown-type' optionKarthik Nayak1-1/+4
2013-12-26cat-file: provide %(deltabase) batch formatJeff King1-3/+9
2013-09-17Merge branch 'rh/ishes-doc'Junio C Hamano1-1/+1
2013-09-04use 'tree-ish' instead of 'treeish'Richard Hansen1-1/+1
2013-08-05cat-file: only split on whitespace when %(rest) is usedJeff King1-4/+10
2013-08-02Revert "cat-file: split --batch input lines on whitespace"Junio C Hamano1-8/+2
2013-07-12cat-file: split --batch input lines on whitespaceJeff King1-2/+8
2013-07-12cat-file: add %(objectsize:disk) format atomJeff King1-0/+18
2013-07-12cat-file: add --batch-check=<format>Jeff King1-11/+44
2013-04-15The name of the hash function is "SHA-1", not "SHA1"Thomas Ackermann1-3/+3
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-8/+0
2010-10-13Documentation: gitrevisions is in section 7Jonathan Nieder1-1/+1
2010-07-05Documentation: link to gitrevisions rather than git-rev-parseMichael J Gruber1-1/+1
2010-06-24git-cat-file.txt: Document --textconvMichael J Gruber1-2/+8
2009-05-25fix cat-file usage message and documentationJeff King1-2/+2
2009-03-22Documentation: minor grammatical fixes in git-cat-file.txtDavid J. Mellor1-9/+9
2008-08-05Documentation: typos / spelling fixesMike Ralphson1-1/+1
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-2/+2
2008-06-09Documentation/git-cat-file.txt: add missing line breakLea Wiemann1-0/+1
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-05-05git-cat-file: Add --batch optionAdam Roben1-3/+15
2008-05-05git-cat-file: Add --batch-check optionAdam Roben1-5/+26
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-2/+2
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-01-31Update git-cat-file documentationAneesh Kumar K.V1-1/+3
2007-01-18Documentation: sync git.txt command list and manual page titleJunio C Hamano1-1/+1
2006-05-24cat-file: document -p optionJeff King1-2/+7
2006-01-05Wrap synopsis lines and use [verse] to keep formattingJonas Fonseca1-1/+1
2005-12-03A few more options for git-cat-fileH. Peter Anvin1-3/+10
2005-10-10Remove the version tags from the manpagesJunio C Hamano1-1/+0
2005-10-05Some typos and light editing of various manpagesChristian Meder1-1/+1
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov1-1/+1
2005-06-28[PATCH] git-cat-file: '-s' to find out object size.Junio C Hamano1-3/+9
2005-05-10[PATCH 1/4] split core-git.txt and updateDavid Greaves1-0/+55