summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-21 01:07:55 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-21 01:37:14 +0100
commit698dc5075b0494a8ba396e1bd0a785443b10f7ff (patch)
tree1465bf6cbb6511237139c77f188b2aabb15f1298 /dgit
parentffb9335e93d9c539dd61e62cf1ebcd834e363d72 (diff)
Dgit.pm: Provide @git
This clears the way for some parts of Dgit.pm to honour dgit's git invocation conventions. No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit1
1 files changed, 0 insertions, 1 deletions
diff --git a/dgit b/dgit
index 0e0ff65..ed8bbeb 100755
--- a/dgit
+++ b/dgit
@@ -117,7 +117,6 @@ our $rewritemap = 'dgit-rewrite/map';
our @dpkg_source_ignores = qw(-i(?:^|/)\.git(?:/|$) -I.git);
-our (@git) = qw(git);
our (@dget) = qw(dget);
our (@curl) = (qw(curl --proto-redir), '-all,http,https', qw(-L));
our (@dput) = qw(dput);