Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-13Merge 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-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-23builtin/cat-file.c: support NUL-delimited input with `-z`Taylor Blau
2022-07-23t1006: extract --batch-command inputs to variablesTaylor Blau
2022-05-13object-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-04Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-31cat-file: fix remaining usage bugsÆvar Arnfjörð Bjarmason
2021-12-31cat-file: make --batch-all-objects a CMDMODEÆvar Arnfjörð Bjarmason
2021-12-31cat-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
2021-12-08refs: introduce REF_SKIP_OID_VERIFICATION flagHan-Wen Nienhuys
2021-10-26Merge branch 'ab/fsck-unexpected-type'Junio C Hamano
2021-10-09cat-file: disable refs/replace with --batch-all-objectsJeff King
2021-10-09t1006: clean up broken objectsJeff King
2021-10-02fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason
2021-10-02object-file.c: return ULHR_TOO_LONG on "header too long"Ævar Arnfjörð Bjarmason
2021-10-02cat-file tests: test for current --allow-unknown-type behaviorÆvar Arnfjörð Bjarmason
2021-10-02cat-file tests: add corrupt loose object testÆvar Arnfjörð Bjarmason
2021-10-02cat-file tests: test for missing/bogus object with -t, -s and -pÆvar Arnfjörð Bjarmason
2021-10-02cat-file tests: move bogus_* variable declarations earlierÆvar Arnfjörð Bjarmason
2021-07-14Merge branch 'zh/cat-file-batch-fix'Junio C Hamano
2021-06-04cat-file: handle trivial --batch format with --batch-all-objectsZheNing Hu
2021-01-06mktag: 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-07tests: 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-12Spelling fixesVille Skyttä
2015-06-26cat-file: sort and de-dup output of --batch-all-objectsJeff King
2015-06-23cat-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