commit | 37c00e5590605c9d3ba76b6c9d7a94ac0356f703 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Mon Jun 18 11:32:03 2012 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jul 03 11:17:59 2012 -0700 |
tree | 39e7f67e8b6b8a7a5a4b576c0c923f2cfd348ed9 | |
parent | c005e98612c3ba896415cfa56df67ae8b240cc85 [diff] |
sha1_name.c: allow get_short_sha1() to take other flags Instead of a separate "int quietly" argument, make it take "unsigned flags" so that we can pass other options to it. The bit assignment of this flag word is exposed in cache.h because the mechanism will be exposed to callers of the higher layer in later commits in this series. Signed-off-by: Junio C Hamano <gitster@pobox.com>