commit | 86506fe54c8e9e5f75a73956840497e3e5744f86 | [log] [tgz] |
---|---|---|
author | Simon Hausmann <simon@lst.de> | Wed Jul 18 12:40:12 2007 +0200 |
committer | Simon Hausmann <simon@lst.de> | Wed Jul 18 17:29:31 2007 +0200 |
tree | 1f5429d94161bb3b368f21282e78e578784cc6b8 | |
parent | 062410bb9d6553e6bc4f8fa7f0cab1ed63b75628 [diff] |
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>