summaryrefslogtreecommitdiff
path: root/t/t5000-tar-tree.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-5/+5
2026-04-22t: prepare execution of potentially failing commands for `set -e`Patrick Steinhardt1-2/+2
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-09-30Merge branch 'rs/archive-with-attr-pathspec-fix'Junio C Hamano1-0/+12
2024-09-23archive: load index before pathspec checksRené Scharfe1-0/+12
2024-08-22builtin/archive: fix leaking `OPT_FILENAME()` valuePatrick Steinhardt1-0/+1
2023-12-21archive: "--list" does not take further optionsJunio C Hamano1-0/+10
2023-04-21Merge branch 'rs/archive-from-subdirectory-fixes'Junio C Hamano1-0/+13
2023-03-27t5000: use check_mtime()René Scharfe1-8/+1
2023-03-24archive: improve support for running in subdirectoryRené Scharfe1-0/+13
2023-02-18archive: add --mtimeRené Scharfe1-0/+19
2023-02-06t5000: modernise archive and :(glob) testKostya Farber1-5/+5
2022-10-30archive-tar: report filter start error only onceRené Scharfe1-0/+7
2022-07-18Merge branch 'ab/test-without-templates'Junio C Hamano1-1/+4
2022-06-15archive-tar: use internal gzip by defaultRené Scharfe1-16/+16
2022-06-15archive-tar: add internal gzip implementationRené Scharfe1-0/+16
2022-06-06tests: don't assume a .git/info for .git/info/attributesÆvar Arnfjörð Bjarmason1-1/+4
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine1-2/+2
2021-06-02t5000: inspect HEAD using git-rev-parseHan-Wen Nienhuys1-4/+5
2021-06-02t5000: reformat indentation to the latest fashionHan-Wen Nienhuys1-51/+62
2021-01-18commit-graph: consolidate fill_commit_graph_infoAbhishek Kumar1-3/+21
2020-09-19archive: add --add-fileRené Scharfe1-0/+29
2019-07-01t5000: make hash independentbrian m. carlson1-5/+11
2018-10-26archive: initialize archivers earlierJosh Steadmon1-0/+6
2018-04-25Merge branch 'ps/test-chmtime-get'Junio C Hamano1-1/+1
2018-04-09t/helper: 'test-chmtime (--get|-g)' to print only the mtimePaul-Sebastian Ungureanu1-1/+1
2018-03-27t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy1-1/+1
2017-04-20t0006 & t5000: skip "far in the future" test when time_t is too limitedJohannes Schindelin1-1/+1
2017-04-20t0006 & t5000: prepare for 64-bit timestampsJohannes Schindelin1-3/+3
2016-12-16t5000: extract nongit function to test-lib-functions.shJeff King1-14/+0
2016-11-22archive: read local configurationJunio C Hamano1-3/+32
2016-07-15archive-tar: huge offset and future timestamps would not work on 32-bitJunio C Hamano1-6/+6
2016-07-01archive-tar: write extended headers for far-future mtimeJeff King1-2/+2
2016-07-01archive-tar: write extended headers for file sizes >= 8GBJeff King1-2/+2
2016-07-01t5000: test tar files that overflow ustar headersJeff King1-0/+74
2014-12-22Merge branch 'js/t5000-dont-copy-bin-sh'Junio C Hamano1-1/+1
2014-11-24t5000 on Windows: do not mistake "sh.exe" as "sh"Johannes Sixt1-1/+1
2014-10-08Merge branch 'nd/archive-pathspec'Junio C Hamano1-0/+14
2014-09-22archive: support filtering paths with globNguyễn Thái Ngọc Duy1-0/+14
2014-07-07t5000, t5003: simplify commitRené Scharfe1-8/+4
2014-06-25Merge branch 'ep/avoid-test-a-o'Junio C Hamano1-1/+1
2014-06-16Merge branch 'sk/test-cmp-bin'Junio C Hamano1-17/+17
2014-06-09t/t5000-tar-tree.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto1-1/+1
2014-06-04t5000, t5003: do not use test_cmp to compare binary filesStepan Kasal1-17/+17
2014-04-30t5000-tar-tree.sh: use the $( ... ) construct for command substitutionElia Pinto1-3/+3
2014-02-28add uploadarchive.allowUnreachable optionScott J. Goldman1-0/+9
2013-12-17Merge branch 'jk/t5000-gzip-simplify'Junio C Hamano1-16/+4
2013-12-04t5000: simplify gzip prerequisite checksJeff King1-16/+4
2013-11-12tar-tree: remove deprecated commandJohn Keeping1-13/+3