We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f9fa98 + 41429cb commit 6ce77d5Copy full SHA for 6ce77d5
t/t6011-rev-list-with-bad-commit.sh
@@ -38,6 +38,7 @@ test_expect_success 'verify number of revisions' \
38
test_expect_success 'corrupt second commit object' '
39
for p in .git/objects/pack/*.pack
40
do
41
+ chmod +w "$p" &&
42
sed "s/second commit/socond commit/" "$p" >"$p.munged" &&
43
mv "$p.munged" "$p" ||
44
return 1
0 commit comments