Merge branch 'mh/fetch-pack-constness'
authorJunio C Hamano <gitster@pobox.com>
Tue, 29 May 2012 20:08:53 +0000 (13:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 May 2012 20:08:53 +0000 (13:08 -0700)
Tighten constness of some local variables in a callchain.

By Michael Haggerty
* mh/fetch-pack-constness:
cmd_fetch_pack(): respect constness of argv parameter
cmd_fetch_pack(): combine the loop termination conditions
cmd_fetch_pack(): handle non-option arguments outside of the loop
cmd_fetch_pack(): declare dest to be const

1  2 
builtin/fetch-pack.c
Simple merge