chiark / gitweb /
Name the local remote tracking branch remotes/dgit/dgit/<suite> so that we avoid...
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 4e9afe0fe423ed590962adf4da16bcde574ed08a..22596134bb94027477209cd9baba3ac53ea1330c 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -68,7 +68,7 @@ our $csuite;
 sub lbranch () { return "$branchprefix/$csuite"; }
 my $lbranch_re = '^refs/heads/'.$branchprefix.'/([^/.]+)$';
 sub lref () { return "refs/heads/".lbranch(); }
-sub lrref () { return "refs/remotes/$remotename/$csuite"; }
+sub lrref () { return "refs/remotes/$remotename/$branchprefix/$csuite"; }
 sub rrref () { return "refs/$branchprefix/$csuite"; }
 sub debiantag ($) { 
     my ($v) = @_;