From 698dc5075b0494a8ba396e1bd0a785443b10f7ff Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 Jul 2019 01:07:55 +0100 Subject: 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 --- dgit | 1 - 1 file changed, 1 deletion(-) (limited to 'dgit') 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); -- cgit v1.2.3