Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork942
Closed
Milestone
Description
To reproduce on tag 0.3:
origin=repo.remotes.originfetch_info=origin.fetch('master')# The most recent origin/master is now on FETCH_HEADfoo=fetch_info.FETCH_HEAD.commit>>ValueError:Failedtoparsereferenceinformationfrom'FETCH_HEAD'
.git/FETCH_HEAD
60b64ef992065e2600bfef6187a97f92398a9144 branch 'master' of git-server:/path/to/repo
Output of tokens from git.refs.symbolic:130
['60b64ef992065e2600bfef6187a97f92398a9144\t\tbranch',"'master'",'of','git.sympoz.net:/data2/git/sympoz-beta']
I patched in my local project ( but have not run tests or prepared a proper PR )
- tokens = value.split(" ")+ tokens = value.split()
Metadata
Metadata
Assignees
Labels
No labels