follow symrefs when pushing
Bug #1800393 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Fix Released
|
High
|
Jelmer Vernooij |
Bug Description
When pushing to a plain Git URL, it's very common to get an error that looks something like this:
git: refusing to create funny ref 'HEAD' remotely
brz: ERROR: Unable to update remote HEAD branch. To update the master branch, specify the URL git+ssh://<email address hidden>
It's possible to avoid this by following symrefs during push on servers that support it (which includes GitHub).
Related branches
lp://qastaging/~jelmer/brz/git-follow-symref
Merged
into
lp://qastaging/brz
- Jelmer Vernooij: Approve
-
Diff: 177 lines (+78/-22)3 files modifiedbreezy/git/remote.py (+39/-22)
breezy/git/tests/test_remote.py (+36/-0)
doc/en/release-notes/brz-3.1.txt (+3/-0)
Changed in brz: | |
milestone: | 3.0.0 → 3.1.0 |
Changed in brz: | |
status: | Triaged → Fix Committed |
Changed in brz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.