summaryrefslogtreecommitdiff
path: root/t/t1006-cat-file.sh
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesvs/typofixVille Skyttä2016-08-111-1/+1
* cat-file: sort and de-dup output of --batch-all-objectsjk/cat-file-batch-allJeff King2015-06-261-3/+2
* cat-file: add --batch-all-objects optionJeff King2015-06-221-0/+27
* Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano2015-06-011-0/+206
|\
| * cat-file: add --follow-symlinks to --batchdt/cat-file-follow-symlinksDavid Turner2015-05-201-0/+205
* | t1006: add tests for git cat-file --allow-unknown-typekn/cat-file-literallyKarthik Nayak2015-05-061-0/+45
|/
* t: fix trivial &&-chain breakageJeff King2015-03-201-1/+1
* Merge branch 'jk/oi-delta-base'Junio C Hamano2014-01-101-0/+34
|\
| * cat-file: provide %(deltabase) batch formatjk/oi-delta-baseJeff King2013-12-261-0/+34
* | Merge branch 'jk/cat-file-regression-fix'Junio C Hamano2013-12-271-0/+22
|\ \ | |/ |/|
| * cat-file: handle --batch format with missing type/sizejk/cat-file-regression-fixJeff King2013-12-121-0/+22
* | Merge branch 'sb/sha1-loose-object-info-check-existence'Junio C Hamano2013-12-051-0/+6
|\ \ | |/ |/|
| * sha1_loose_object_info(): do not return success on missing objectsb/sha1-loose-object-info-check-existenceJunio C Hamano2013-11-061-0/+6
* | cat-file: only split on whitespace when %(rest) is usedjk/cat-file-batch-optimJeff King2013-08-051-0/+15
|/
* Revert "cat-file: split --batch input lines on whitespace"Junio C Hamano2013-08-021-7/+0
* cat-file: split --batch input lines on whitespaceJeff King2013-07-121-0/+7
* cat-file: add --batch-check=<format>Jeff King2013-07-121-0/+6
* t1006: modernize output comparisonsJeff King2013-07-111-43/+18
* cat-file: print tags raw for "cat-file -p"Jeff King2013-04-171-4/+1
* Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-121-2/+2
* cat-file --batch / --batch-check: do not exit if hashes are missingLea Wiemann2008-06-091-3/+21
* t1006-cat-file.sh: typoLea Wiemann2008-06-091-1/+1
* change quoting in test t1006-cat-file.shMichele Ballabio2008-05-231-3/+3
* git-cat-file: Add --batch optionAdam Roben2008-05-051-17/+57
* git-cat-file: Add --batch-check optionAdam Roben2008-05-051-0/+65
* Add tests for git cat-fileAdam Roben2008-05-051-0/+121