Merge branch 'fc/remote-helper-refmap'
commitc9fc3a6ac5011ce03e8132973687d1242807dc6c
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Jun 2014 19:18:15 +0000 (16 12:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Jun 2014 19:18:15 +0000 (16 12:18 -0700)
tree9d8a40b578307a5be129f5385ad28fea3d8e8bad
parent1a81f6ceea7795e2b78cebd356d276afe79e7626
parente143ef4f6b08e0f948180f28ad3ba77c9a2e0a61
Merge branch 'fc/remote-helper-refmap'

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