aboutsummaryrefslogtreecommitdiff
path: root/t/t1006-cat-file.sh
AgeCommit message (Expand)Author
2026-03-12Merge branch 'bc/sha1-256-interop-02'Junio C Hamano
2026-02-23t/helper: improve "genrandom" test helperPatrick Steinhardt
2026-02-07repository: require Rust support for interoperabilitybrian m. carlson
2025-12-18t1006: accommodate for symlink support in MSYS2Johannes Schindelin
2025-07-08t1006: fix broken TAP formatPatrick Steinhardt
2025-06-03cat-file.c: add batch handling for submodulesVictoria Dye
2025-06-03cat-file: add %(objectmode) atomVictoria Dye
2025-06-03t1006: update 'run_tests' to test generic object specifiersVictoria Dye
2025-05-16t: add lib-loose.shJeff King
2025-05-16cat-file: make --allow-unknown-type a noopJeff King
2025-04-16Merge branch 'ps/cat-file-filter-batch'Junio C Hamano
2025-04-16Merge branch 'ps/test-wo-perl-prereq'Junio C Hamano
2025-04-15Merge branch 'jk/zlib-inflate-fixes'Junio C Hamano
2025-04-07t: adapt existing PERL prerequisitesPatrick Steinhardt
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt
2025-04-07builtin/cat-file: support "object:type=" objects filterPatrick Steinhardt
2025-04-07builtin/cat-file: support "blob:limit=" objects filterPatrick Steinhardt
2025-04-07builtin/cat-file: support "blob:none" objects filterPatrick Steinhardt
2025-04-07builtin/cat-file: wire up an option to filter objectsPatrick Steinhardt
2025-02-25unpack_loose_header(): avoid numeric comparison of zlib statusJeff King
2025-02-25git_inflate(): skip zlib_post_call() sanity check on Z_NEED_DICTJeff King
2025-02-25unpack_loose_header(): fix infinite loop on broken zlib inputJeff King
2025-01-13object-name: fix resolution of object names containing curly bracesElijah Newren
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-08-14object-name: fix leaking symlink paths in object contextPatrick Steinhardt
2024-06-20t1006: ensure cat-file info isn't buffered by defaultEric Wong
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-01-12Merge branch 'jk/t1006-cat-file-objectsize-disk'Junio C Hamano
2024-01-03t1006: prefer shell loop to awk for packed object sizesRené Scharfe
2023-12-21t1006: add tests for %(objectsize:disk)Jeff King
2023-11-27i18n: factorize even more 'incompatible options' messagesRené Scharfe
2023-10-02t1006: test oid compatibility with cat-fileEric W. Biederman
2023-10-02t1006: rename sha1 to oidEric W. Biederman
2023-06-12cat-file: add option '-Z' that delimits input and output with NULPatrick Steinhardt
2023-06-12t1006: modernize test style to use `test_cmp`Patrick Steinhardt
2023-06-12t1006: don't strip timestamps from expected resultsPatrick Steinhardt
2023-03-20t1006: assert error output of cat-fileAndrei Rybak
2023-01-18t1006: stop using 0-padded timestampsJeff King
2022-07-22builtin/cat-file.c: support NUL-delimited input with `-z`Taylor Blau
2022-07-22t1006: extract --batch-command inputs to variablesTaylor Blau
2022-05-12object-file: fix a unpack_loose_header() regression in 3b6a8db3b03Ævar Arnfjörð Bjarmason
2022-02-18cat-file: add --batch-command modeJohn Cai
2022-02-18cat-file: add remove_timestamp helperJohn Cai
2022-02-05Merge branch 'ab/cat-file'Junio C Hamano
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-30cat-file: fix remaining usage bugsÆvar Arnfjörð Bjarmason
2021-12-30cat-file: make --batch-all-objects a CMDMODEÆvar Arnfjörð Bjarmason
2021-12-30cat-file tests: test bad usageÆvar Arnfjörð Bjarmason
2021-12-13tests: fix broken &&-chains in `{...}` groupsEric Sunshine
2021-12-13tests: fix broken &&-chains in `$(...)` command substitutionsEric Sunshine