Merge branch 'dj/fetch-all-tags'
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Sep 2012 18:54:19 +0000 (11:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Sep 2012 18:54:19 +0000 (11:54 -0700)
commit0f80d8943f23a5ce5973556a144d4fe4195e16a7
treeebf8e5c17fbdf77088a0847f60f15db4006ccf68
parente9496f86db8ab8b9718adbce269b2f5b8936d1ea
parent85566460897ee76555a7c90a951fe2d50272eb5e
Merge branch 'dj/fetch-all-tags'

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