sha1_name.c: get_sha1_1() takes lookup flags
commite48ba200be908f02a3fb30adcbb8000b7100cb32
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Jul 2012 16:46:50 +0000 (2 09:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 23:42:22 +0000 (9 16:42 -0700)
tree7497dcbcc79bff3a394d958dfb6bcf523f86063c
parent6269b6b676310d9fa2560da49be618372b39acf4
sha1_name.c: get_sha1_1() takes lookup flags

This is to pass the disambiguation hints from the caller down the
callchain.  Nothing is changed in this step, as everybody just
passes 0 in the flag.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1_name.c