From 25542893f277a588a18d80a7bedd40291ec0675b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 28 Jun 2019 14:42:19 +0100 Subject: dgit(1): Tidying up after tag format: Drop splitbrain conditional Now, debiantags is always just debiantag_new plus debiantag_maintview. So we can drop this complexity. No functional change. Signed-off-by: Ian Jackson --- dgit | 6 +----- 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3