diff options
author | Michael Haggerty <mhagger@alum.mit.edu> | 2012-01-17 06:50:31 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-01-17 11:41:41 -0800 |
commit | e45a59955ec78bca12930bcf6aa9642fd94c9e7c (patch) | |
tree | 52659a4f55c7511b85d8bbc7529bb3dc77f026cb /hash.c | |
parent | Git 1.7.9-rc1 (diff) | |
download | tgif-e45a59955ec78bca12930bcf6aa9642fd94c9e7c.tar.xz |
pack_refs(): remove redundant check
handle_one_ref() only adds refs to the cbdata.ref_to_prune list if
(cbdata.flags & PACK_REFS_PRUNE) is set. So any references in this
list at the end of pack_refs() can be pruned unconditionally.
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'hash.c')
0 files changed, 0 insertions, 0 deletions