]> rtime.felk.cvut.cz Git - git.git/commitdiff
Merge branch 'tm/fetch-prune'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Jan 2014 18:32:50 +0000 (10:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Jan 2014 18:32:50 +0000 (10:32 -0800)
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


Trivial merge