diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-10-20 12:04:46 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-20 12:04:46 -0700 |
commit | 15c6ef7b06e57746c7d8ec81c0a125df54434b60 (patch) | |
tree | 8a7f976e185d8f48d638d3360cee7c9168b3a382 /t | |
parent | 98349e5364da6164add4ede3e63ceba2cc39159b (diff) | |
download | git-15c6ef7b06e57746c7d8ec81c0a125df54434b60.tar.gz |
Revert "archive: honor tar.umask even for pax headers"
This reverts commit 10f343ea814f5c18a0913997904ee11cd9b7da24, whose
output is no longer bit-for-bit equivalent from the older versions
of Git, which the infrastructure to (pretend to) upload tarballs
kernel.org uses depends on.
Diffstat (limited to 't')
-rwxr-xr-x | t/t5004-archive-corner-cases.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/t/t5004-archive-corner-cases.sh b/t/t5004-archive-corner-cases.sh index 83d20c4ba9..305bcac6b7 100755 --- a/t/t5004-archive-corner-cases.sh +++ b/t/t5004-archive-corner-cases.sh @@ -113,9 +113,4 @@ test_expect_success 'archive empty subtree by direct pathspec' ' check_dir extract sub ' -test_expect_success 'archive applies umask even for pax headers' ' - git archive --format=tar HEAD >archive.tar && - ! grep 0666 archive.tar -' - test_done |