Merge branch 'maint'
* maint: Fix list of released versions in the toc document Do not fail "describe --always" in a tag-less repository
This commit is contained in:
@ -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) &&
|
||||
|
Reference in New Issue
Block a user