summaryrefslogtreecommitdiff
path: root/t/t1006-cat-file.sh
AgeCommit message (Expand)Author
2021-01-05mktag: use fsck instead of custom verify_tag()Ævar Arnfjörð Bjarmason
2020-07-30t: remove test_oid_init in testsbrian m. carlson
2018-10-16Merge branch 'md/test-cleanup'Junio C Hamano
2018-10-06tests: standardize pipe placementMatthew DeVore
2018-09-17t1006: make hash size independentbrian m. carlson
2018-08-13cat-file: support "unordered" output for --batch-all-objectsJeff King
2018-08-13t1006: test cat-file --batch-all-objects with duplicatesJeff King
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson
2018-03-27t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy
2016-08-11Spelling fixesVille Skyttä
2015-06-26cat-file: sort and de-dup output of --batch-all-objectsJeff King
2015-06-22cat-file: add --batch-all-objects optionJeff King
2015-06-01Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano
2015-05-20cat-file: add --follow-symlinks to --batchDavid Turner
2015-05-06t1006: add tests for git cat-file --allow-unknown-typeKarthik Nayak
2015-03-20t: fix trivial &&-chain breakageJeff King
2014-01-10Merge branch 'jk/oi-delta-base'Junio C Hamano
2013-12-27Merge branch 'jk/cat-file-regression-fix'Junio C Hamano
2013-12-26cat-file: provide %(deltabase) batch formatJeff King
2013-12-12cat-file: handle --batch format with missing type/sizeJeff King
2013-12-05Merge branch 'sb/sha1-loose-object-info-check-existence'Junio C Hamano
2013-11-06sha1_loose_object_info(): do not return success on missing objectJunio C Hamano
2013-08-05cat-file: only split on whitespace when %(rest) is usedJeff King
2013-08-02Revert "cat-file: split --batch input lines on whitespace"Junio C Hamano
2013-07-12cat-file: split --batch input lines on whitespaceJeff King
2013-07-12cat-file: add --batch-check=<format>Jeff King
2013-07-11t1006: modernize output comparisonsJeff King
2013-04-17cat-file: print tags raw for "cat-file -p"Jeff King
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini
2008-06-09cat-file --batch / --batch-check: do not exit if hashes are missingLea Wiemann
2008-06-09t1006-cat-file.sh: typoLea Wiemann
2008-05-23change quoting in test t1006-cat-file.shMichele Ballabio
2008-05-06git-cat-file: Add --batch optionAdam Roben
2008-05-06git-cat-file: Add --batch-check optionAdam Roben
2008-05-06Add tests for git cat-fileAdam Roben