summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit6
1 files changed, 1 insertions, 5 deletions
diff --git a/dgit b/dgit
index a6855b3..b104b7c 100755
--- a/dgit
+++ b/dgit
@@ -2922,11 +2922,7 @@ sub git_fetch_us () {
# deliberately-not-ff, in which case we must fetch everything.
my @specs = deliberately_not_fast_forward ? qw(tags/*) :
- map { "tags/$_" }
- (quiltmode_splitbrain
- ? (map { $_->('*',access_nomdistro) }
- \&debiantag_new, \&debiantag_maintview)
- : debiantags('*',access_nomdistro));
+ map { "tags/$_" } debiantags('*',access_nomdistro);
push @specs, server_branch($csuite);
push @specs, $rewritemap;
push @specs, qw(heads/*) if deliberately_not_fast_forward;