Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-p4: Fix upstream branch detection for submit/rebase with multiple…
… branches. Don't use git name-rev to locate the upstream git-p4 branch for rebase and submit but instead locate the branch by comparing the depot paths. name-rev may produce results like wrongbranch~12 as it uses the first match. Signed-off-by: Simon Hausmann <simon@lst.de> Signed-off-by: Marius Storm-Olsen <marius@trolltech.com>
- Loading branch information