Merge branch 'fc/remote-helper-refmap' into next
commit8cd8cf873f2edce97930416c82a1a2213d488ee4
authorJunio C Hamano <gitster@pobox.com>
Tue, 10 Jun 2014 21:24:44 +0000 (10 14:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jun 2014 21:24:44 +0000 (10 14:24 -0700)
treec40cd34d2ff27296c1624e5f293cbc0aa6cc6597
parentefcd02e2376afe301a3c4b37992d650592c9e8cd
parente143ef4f6b08e0f948180f28ad3ba77c9a2e0a61
Merge branch 'fc/remote-helper-refmap' into next

Allow remote-helper/fast-import based transport to rename the refs
while transferring the history.

* fc/remote-helper-refmap:
  transport-helper: remove unnecessary strbuf resets
  transport-helper: add support to delete branches
  fast-export: add support to delete refs
  fast-import: add support to delete refs
  transport-helper: add support to push symbolic refs
  transport-helper: add support for old:new refspec
  fast-export: add new --refspec option
  fast-export: improve argument parsing
Documentation/git-fast-import.txt
t/t5801-remote-helpers.sh
transport-helper.c