Branch master is not always available, pointing to origin/master

This commit is contained in:
Benjamin Bohard 2020-09-16 10:25:16 +02:00
parent 97fd00a3c7
commit cad163ffd0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if [ -z "$ceiling_commit" ]
then
ceiling_commit="HEAD"
fi
first_commit=$(git rev-list --max-parents=0 master)
first_commit=$(git rev-list --max-parents=0 origin/master)
# Get commits log as changelog