commit | e48ba200be908f02a3fb30adcbb8000b7100cb32 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Mon Jul 02 09:46:50 2012 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jul 09 16:42:22 2012 -0700 |
tree | 7497dcbcc79bff3a394d958dfb6bcf523f86063c | |
parent | 6269b6b676310d9fa2560da49be618372b39acf4 [diff] |
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>