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)
"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

1  2 
builtin/fetch.c

diff --cc builtin/fetch.c
Simple merge