Merge branch 'sr/transport-helper-fix'
commit59d9ba869e900bf4da9822f417e4d40a710d8063
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Aug 2011 22:00:14 +0000 (1 15:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Aug 2011 22:00:14 +0000 (1 15:00 -0700)
tree07f1a07ddcff4c61e52cb959e6e7c0eec7abeb53
parent1df561fb4861708ce208488aa307516c0ecfa968
parent105fe3e457fba1dc005aa649410ec3962624232a
Merge branch 'sr/transport-helper-fix'

* sr/transport-helper-fix: (21 commits)
  transport-helper: die early on encountering deleted refs
  transport-helper: implement marks location as capability
  transport-helper: Use capname for refspec capability too
  transport-helper: change import semantics
  transport-helper: update ref status after push with export
  transport-helper: use the new done feature where possible
  transport-helper: check status code of finish_command
  transport-helper: factor out push_update_refs_status
  fast-export: support done feature
  fast-import: introduce 'done' command
  git-remote-testgit: fix error handling
  git-remote-testgit: only push for non-local repositories
  remote-curl: accept empty line as terminator
  remote-helpers: export GIT_DIR variable to helpers
  git_remote_helpers: push all refs during a non-local export
  transport-helper: don't feed bogus refs to export push
  git-remote-testgit: import non-HEAD refs
  t5800: document some non-functional parts of remote helpers
  t5800: use skip_all instead of prereq
  t5800: factor out some ref tests
  ...
Documentation/git-fast-export.txt
Documentation/git-fast-import.txt
Documentation/git-remote-helpers.txt
fast-import.c
remote-curl.c
t/t9300-fast-import.sh