commit | 635d413430d5419cfd0ac18e2318cf46c1984750 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Tue Dec 27 14:36:49 2005 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Tue Dec 27 17:57:27 2005 -0800 |
tree | 03c16ffcb95419724c61332964e78bc7e222f249 | |
parent | 908e5310b958619559d34b0b6da122f058faa47e [diff] |
git-describe: really prefer tags only. Often there are references other than annotated tags under refs/tags hierarchy that are used to "keep things just in case". default to use annotated tags only, still leaving the option to use any ref with --all flag. Signed-off-by: Junio C Hamano <junkio@cox.net>