git-describe: default to HEAD
commit4c34a2c555f8064d45e655e45fd40d7e2b203d6e
authorJunio C Hamano <junkio@cox.net>
Wed, 11 Jan 2006 21:57:42 +0000 (11 13:57 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 11 Jan 2006 21:58:32 +0000 (11 13:58 -0800)
tree112fd9379056736476879f6fc193c78f364999ef
parent0f76f52621a6d760127cf2a508e09287766219b6
git-describe: default to HEAD

This is based on the patch by Andreas Ericsson, but done slightly
differently, preferring to have separate loops -- one for options
and then arguments.

Signed-off-by: Junio C Hamano <junkio@cox.net>
describe.c