From: Junio C Hamano Date: Wed, 9 Jul 2008 00:31:51 +0000 (-0700) Subject: branch --contains: default to HEAD X-Git-Tag: v1.6.0-rc0~66^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e84fb2ff75f861a708ea5a914883e178a845f4ef?ds=inline;hp=e84fb2ff75f861a708ea5a914883e178a845f4ef branch --contains: default to HEAD We used to require the name of the commit to limit the branches shown to the --contains option, but more recent --merged/--no-meregd defaults to HEAD (and they do not allow arbitrary commit, which is a separate issue). This teaches --contains to default to HEAD when no parameter is given. Signed-off-by: Junio C Hamano ---