Age | Commit message (Expand) | Author | Files | Lines |
2021-10-25 | Merge branch 'ab/fsck-unexpected-type' | Junio C Hamano | 1 | -19/+209 |
2021-10-08 | cat-file: disable refs/replace with --batch-all-objects | Jeff King | 1 | -0/+66 |
2021-10-08 | t1006: clean up broken objects | Jeff King | 1 | -0/+9 |
2021-10-01 | fsck: report invalid object type-path combinations | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2021-10-01 | object-file.c: return ULHR_TOO_LONG on "header too long" | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2021-10-01 | cat-file tests: test for current --allow-unknown-type behavior | Ævar Arnfjörð Bjarmason | 1 | -0/+61 |
2021-10-01 | cat-file tests: add corrupt loose object test | Ævar Arnfjörð Bjarmason | 1 | -0/+52 |
2021-10-01 | cat-file tests: test for missing/bogus object with -t, -s and -p | Ævar Arnfjörð Bjarmason | 1 | -0/+75 |
2021-10-01 | cat-file tests: move bogus_* variable declarations earlier | Ævar Arnfjörð Bjarmason | 1 | -16/+19 |
2021-07-13 | Merge branch 'zh/cat-file-batch-fix' | Junio C Hamano | 1 | -0/+22 |
2021-06-04 | cat-file: handle trivial --batch format with --batch-all-objects | ZheNing Hu | 1 | -0/+22 |
2021-01-05 | mktag: use fsck instead of custom verify_tag() | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2020-07-30 | t: remove test_oid_init in tests | brian m. carlson | 1 | -2/+0 |
2018-10-16 | Merge branch 'md/test-cleanup' | Junio C Hamano | 1 | -4/+4 |
2018-10-07 | tests: standardize pipe placement | Matthew DeVore | 1 | -4/+4 |
2018-09-17 | t1006: make hash size independent | brian m. carlson | 1 | -2/+4 |
2018-08-13 | cat-file: support "unordered" output for --batch-all-objects | Jeff King | 1 | -0/+11 |
2018-08-13 | t1006: test cat-file --batch-all-objects with duplicates | Jeff King | 1 | -2/+4 |
2018-05-14 | t: switch $_z40 to $ZERO_OID | brian m. carlson | 1 | -4/+4 |
2018-03-27 | t/helper: merge test-genrandom into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2016-08-11 | Spelling fixes | Ville Skyttä | 1 | -1/+1 |
2015-06-26 | cat-file: sort and de-dup output of --batch-all-objects | Jeff King | 1 | -3/+2 |
2015-06-22 | cat-file: add --batch-all-objects option | Jeff King | 1 | -0/+27 |
2015-06-01 | Merge branch 'dt/cat-file-follow-symlinks' | Junio C Hamano | 1 | -0/+206 |
2015-05-20 | cat-file: add --follow-symlinks to --batch | David Turner | 1 | -0/+205 |
2015-05-06 | t1006: add tests for git cat-file --allow-unknown-type | Karthik Nayak | 1 | -0/+45 |
2015-03-20 | t: fix trivial &&-chain breakage | Jeff King | 1 | -1/+1 |
2014-01-10 | Merge branch 'jk/oi-delta-base' | Junio C Hamano | 1 | -0/+34 |
2013-12-27 | Merge branch 'jk/cat-file-regression-fix' | Junio C Hamano | 1 | -0/+22 |
2013-12-26 | cat-file: provide %(deltabase) batch format | Jeff King | 1 | -0/+34 |
2013-12-12 | cat-file: handle --batch format with missing type/size | Jeff King | 1 | -0/+22 |
2013-12-05 | Merge branch 'sb/sha1-loose-object-info-check-existence' | Junio C Hamano | 1 | -0/+6 |
2013-11-06 | sha1_loose_object_info(): do not return success on missing object | Junio C Hamano | 1 | -0/+6 |
2013-08-05 | cat-file: only split on whitespace when %(rest) is used | Jeff King | 1 | -0/+15 |
2013-08-02 | Revert "cat-file: split --batch input lines on whitespace" | Junio C Hamano | 1 | -7/+0 |
2013-07-12 | cat-file: split --batch input lines on whitespace | Jeff King | 1 | -0/+7 |
2013-07-12 | cat-file: add --batch-check=<format> | Jeff King | 1 | -0/+6 |
2013-07-11 | t1006: modernize output comparisons | Jeff King | 1 | -43/+18 |
2013-04-17 | cat-file: print tags raw for "cat-file -p" | Jeff King | 1 | -4/+1 |
2013-04-12 | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 1 | -2/+2 |
2008-06-09 | cat-file --batch / --batch-check: do not exit if hashes are missing | Lea Wiemann | 1 | -3/+21 |
2008-06-09 | t1006-cat-file.sh: typo | Lea Wiemann | 1 | -1/+1 |
2008-05-23 | change quoting in test t1006-cat-file.sh | Michele Ballabio | 1 | -3/+3 |
2008-05-05 | git-cat-file: Add --batch option | Adam Roben | 1 | -17/+57 |
2008-05-05 | git-cat-file: Add --batch-check option | Adam Roben | 1 | -0/+65 |
2008-05-05 | Add tests for git cat-file | Adam Roben | 1 | -0/+121 |