diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-02-27 23:15:53 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-28 01:06:06 -0800 |
commit | cd673c1f17228d272c4b7f81fbb28bc31cf0cac6 (patch) | |
tree | 5e5537843e6b38f62a3b4f15437e4a3bf8ee89ab /blob.c | |
parent | 2478dc84b5fb2617bfab3a8f65f1270de578b94a (diff) | |
download | git-cd673c1f17228d272c4b7f81fbb28bc31cf0cac6.tar.gz git-cd673c1f17228d272c4b7f81fbb28bc31cf0cac6.tar.xz |
has_sha1_pack(): refactor "pretend these packs do not exist" interface
Most of the callers of this function except only one pass NULL to its last
parameter, ignore_packed.
Introduce has_sha1_kept_pack() function that has the function signature
and the semantics of this function, and convert the sole caller that does
not pass NULL to call this new function.
All other callers and has_sha1_pack() lose the ignore_packed parameter.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'blob.c')
0 files changed, 0 insertions, 0 deletions