logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 680d4261dfa57d2dd6b131ae65047dc00ee8261f
parent 1530f3c5ebe41965f896e6389390826c65fd2467
Author: Michael Forney <mforney@mforney.org>
Date:   Tue,  9 Apr 2019 23:02:46 -0700

scripts/commit.sh: Fix when branch doesn't already exist

Diffstat:

Mscripts/commit.sh1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/commit.sh b/scripts/commit.sh @@ -14,6 +14,7 @@ if commit=$(git -C "$repo" show-ref -s --verify "refs/heads/$branch" 2>/dev/null fi else set -- + unset commit fi if [ -z "${commit+set}" ] ; then