summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit3
1 files changed, 2 insertions, 1 deletions
diff --git a/dgit b/dgit
index d524bd2..9393bdd 100755
--- a/dgit
+++ b/dgit
@@ -2592,7 +2592,8 @@ END
my @fcmd = (@git, qw(fetch -p -n -q), access_giturl(), @fspecs);
runcmd_ordryrun_local @git, qw(fetch -p -n -q), access_giturl(),
- @fspecs;
+ @fspecs
+ if @fspecs;
%lrfetchrefs_f = ();
my %objgot;