X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft3210-pack-refs.sh;h=413019acafc98646a61e77960527f042a8f96ac6;hb=04bf4483eab68301f44b912b3364db6d07542c72;hp=087ef75061f4d56fcb6350284d91820485249087;hpb=b805ef08e691299478b0d0c843eeab3f066c5872;p=git.git diff --git a/t/t3210-pack-refs.sh b/t/t3210-pack-refs.sh index 087ef7506..413019aca 100755 --- a/t/t3210-pack-refs.sh +++ b/t/t3210-pack-refs.sh @@ -96,6 +96,13 @@ test_expect_success \ git branch -d n/o/p && git branch n' +test_expect_success \ + 'see if up-to-date packed refs are preserved' \ + 'git branch q && + git pack-refs --all --prune && + git update-ref refs/heads/q refs/heads/q && + ! test -f .git/refs/heads/q' + test_expect_success 'pack, prune and repack' ' git tag foo && git pack-refs --all --prune &&