Merge branch 'master' into layer/cosmetics

This commit is contained in:
Jonas Bernoulli
2017-09-19 19:04:55 +02:00
11 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (C) 2016 Jonas Bernoulli
# Copyright (C) 2016-2017 Jonas Bernoulli
#
# Author: Jonas Bernoulli <jonas@bernoul.li>
# License: GPL v3 <https://www.gnu.org/licenses/gpl-3.0.txt>
@@ -52,7 +52,7 @@ do
then
git config remote.pushDefault "$remote"
else
branch=$(git rev-parse --abbref-ref HEAD)
branch=$(git rev-parse --abbrev-ref HEAD)
test -n "$branch" &&
git config branch.master.remote "$remote"
fi