Merge branch 'pw/p4-branch-fixes'
authorJunio C Hamano <gitster@pobox.com>
Tue, 22 Jan 2013 04:15:44 +0000 (20:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Jan 2013 04:15:44 +0000 (20:15 -0800)
commit801cbd7c71bfc61ebd7dd526ccf43282ef887869
tree0fc1ad9b8f0291a829cd7e41e5f29b06361658f5
parent864b5c41e472f2411d11620d3841b2b0dfceb9ec
parent44e8d26cf3fbc0795fb1c44f54f458847313d35e
Merge branch 'pw/p4-branch-fixes'

Fix "git p4" around branch handling.

* pw/p4-branch-fixes:
  git p4: fix submit when no master branch
  git p4 test: keep P4CLIENT changes inside subshells
  git p4: fix sync --branch when no master branch
  git p4: fail gracefully on sync with no master branch
  git p4: rearrange self.initialParent use
  git p4: allow short ref names to --branch
  git p4 doc: fix branch detection example
  git p4: clone --branch should checkout master
  git p4: verify expected refs in clone --bare test
  git p4: create p4/HEAD on initial clone
  git p4: inline listExistingP4GitBranches
  git p4: add comments to p4BranchesInGit
  git p4: rearrange and simplify hasOrigin handling
  git p4: test sync/clone --branch behavior
git-p4.py