Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-dev] [PATCH git-r3 03/10] Properly support non-master default branch.
Date: Wed, 26 Feb 2014 15:22:40
Message-Id: 21262.1713.185364.617248@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-dev] [PATCH git-r3 03/10] Properly support non-master default branch. by "Michał Górny"
1 In _git-r3_update_head():
2
3 > + local head_hash=$(git rev-parse --verify ${1} || die)
4
5 Maybe it's overkill, but I'd put double quotes around the ${1} here.
6
7 Ulrich

Replies