Closed Ajedi32 closed 10 years ago
It looks like I'm having the same issue even when the push is a fast-forward.
Something similar seems to also be occurring when I try to delete remote branches... I'm guessing there's something in ungit written with the assumption that all remote branches are on origin
?
Awesome, thanks for the fix!
Thanks for the report :)
I have a repository with two remotes. One named
origin
, and another namedother-remote
(just an example).temp
is a branch on my repository.origin/temp
andother-remote/temp
both exist, but cannot be fast-forwarded totemp
.When I drag and drop
other-remote/temp
to themove
button next to the commit thattemp
is on, I am prompted to force-push, and click "Yes". So far so good.Now here's the problem: Ungit moves
origin/temp
to the same commit astemp
, and leavesother-remote/temp
unchanged. Any further attempt to moveother-remote/temp
fails silently.I'm guessing the cause of this bug will be obvious, but just in case it's not, here's the console output for my attempt to move
other-remote/temp
afterorigin/temp
has already been moved: