Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd_fetch_pack(): declare dest to be const
There is no need for it to be non-const, and this avoids the need for casting away the constness of an argv element. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information