Make git publish --edit work during git-rebase
stefanha opened this issue · 0 comments
stefanha commented
During git-rebase the HEAD does not reference a branch. git-publish --edit fails because the current branch cannot be determined. It should be possible to determine the rebase branch through other means so that git-publish --edit works.
Suggested-by: Laurent Vivier lvivier@redhat.com