replace: use a GIT_NO_REPLACE_OBJECTS env variable
[gitweb.git] / t / t6120-describe.sh
index 100c4d99fbb4d693b3d972652222fa826efdd07c..c050f94bc626c340d27ebfca824116f12b4fda26 100755 (executable)
@@ -34,6 +34,8 @@ test_expect_success setup '
        echo one >file && git add file && git commit -m initial &&
        one=$(git rev-parse HEAD) &&
 
+       git describe --always HEAD &&
+
        test_tick &&
        echo two >file && git add file && git commit -m second &&
        two=$(git rev-parse HEAD) &&