Branch master is not always available, pointing to origin/master
This commit is contained in:
parent
97fd00a3c7
commit
cad163ffd0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue