Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd_repack(): remove redundant local variable "nr_packs"
Its value is the same as the number of entries in the "names" string_list, so just use "names.nr" in its place. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Acked-by: Stefan Beller <stefanbeller@googlemail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information