Merge branch 'tm/fetch-prune'
commit666b4c2670f013bc1747f1db9b72a4b25266cec2
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Jan 2014 18:32:50 +0000 (10 10:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Jan 2014 18:32:50 +0000 (10 10:32 -0800)
tree2e8d29034a9b3b8ce3e114add1062e1677a558f6
parent2da5cbd651114569b1a25d9b73c0e2afffb30aa7
parent10a6cc8890ec1e5459c05ddeb28a671acdc37d60
Merge branch 'tm/fetch-prune'

Fetching 'frotz' branch with "git fetch", while having
'frotz/nitfol' remote-tracking branch from an earlier fetch, would
error out, primarily because the command has not been told to
remove anything on our side. In such a case, "git fetch --prune"
can be used to remove 'frotz/nitfol' to make room to fetch and
store 'frotz' remote-tracking branch.

* tm/fetch-prune:
  fetch --prune: Run prune before fetching
  fetch --prune: always print header url