Merge branch 'sg/describe-contains'
authorJunio C Hamano <gitster@pobox.com>
Mon, 31 Aug 2015 22:39:10 +0000 (15:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Aug 2015 22:39:10 +0000 (15:39 -0700)
"git describe" without argument defaulted to describe the HEAD
commit, but "git describe --contains" didn't. Arguably, in a
repository used for active development, such defaulting would not
be very useful as the tip of branch is typically not tagged, but it
is better to be consistent.

* sg/describe-contains:
describe --contains: default to HEAD when no commit-ish is given

1  2 
Documentation/git-describe.txt
builtin/describe.c
Simple merge
Simple merge