Merge branch 'mh/fetch-pack-constness'
commit4dbfaee0c797d8593a8ca4cfa96a641f9ee85e3f
authorJunio C Hamano <gitster@pobox.com>
Tue, 29 May 2012 20:08:53 +0000 (29 13:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 May 2012 20:08:53 +0000 (29 13:08 -0700)
tree4202a70ff1b23aba769fd16b4574053849d15ef5
parent38f2b874ff0e7d6f182b7995d45efbaf1adfe94a
parent57e6fc69588ea5e1b6a151d60f2cf9fa636251c1
Merge branch 'mh/fetch-pack-constness'

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
builtin/fetch-pack.c