Merge branch 'dj/fetch-all-tags' into maint
commit8144049d79f2678eb6cee7bb9070341e3fcfe282
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Sep 2012 19:39:21 +0000 (24 12:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Sep 2012 19:39:21 +0000 (24 12:39 -0700)
tree6b59c21966cc4cee2b42f89a8c7ace853697a8c8
parentf9db19214a15a1c384dd895ccda2a455824179cd
parent85566460897ee76555a7c90a951fe2d50272eb5e
Merge branch 'dj/fetch-all-tags' into maint

"git fetch --all", when passed "--no-tags", did not honor the
"--no-tags" option while fetching from individual remotes (the same
issue existed with "--tags", but combination "--all --tags" makes
much less sense than "--all --no-tags").

* dj/fetch-all-tags:
  fetch --all: pass --tags/--no-tags through to each remote
  submodule: use argv_array instead of hand-building arrays
  fetch: use argv_array instead of hand-building arrays
  argv-array: fix bogus cast when freeing array
  argv-array: add pop function
builtin/fetch.c
submodule.c