commit | aa1dec9ef6ff184792520eb4539af1555c01604c | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Jun 20 23:03:09 2012 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jul 03 11:17:59 2012 -0700 |
tree | 57f7ce140695ba2f9f6ce28f3674a204a899c9de | |
parent | 37c00e5590605c9d3ba76b6c9d7a94ac0356f703 [diff] |
sha1_name.c: teach get_short_sha1() a commit-only option When the caller knows that the parameter is meant to name a commit, e.g. "56789a" in describe name "v1.2.3-4-g56789a", pass that as a hint so that lower level can use it to disambiguate objects when there is only one commit whose name begins with 56789a even if there are objects of other types whose names share the same prefix. Signed-off-by: Junio C Hamano <gitster@pobox.com>