From 224ca6b4a472fb9bb70f455bcea6733f9c9e99bc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 Jul 2019 16:39:58 +0100 Subject: git-playtree-setup: Rename from git-playtree-create The name is from when I thought it would actually mkdir. But it doesn't. No overall functional change. Signed-off-by: Ian Jackson --- Debian/Dgit.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Debian') diff --git a/Debian/Dgit.pm b/Debian/Dgit.pm index 8ed8364..3ac042c 100644 --- a/Debian/Dgit.pm +++ b/Debian/Dgit.pm @@ -1055,7 +1055,7 @@ sub playtree_setup () { # $maindir_gitdir contains our main working "dgit", HEAD, etc. # $maindir_gitcommon the shared stuff, including .objects - # we need to invoke git-playtree-create via git because + # we need to invoke git-playtree-setup via git because # there may be config options it needs which are only available # to us, sensibly, in @git @@ -1066,7 +1066,7 @@ sub playtree_setup () { # @INC is conveniently available. my $newpath = join ':', +(grep { !m/:/ } @INC), '/usr/share/dgit', $ENV{PATH}; - runcmd qw(env), "PATH=$newpath", @git, qw(playtree-create .); + runcmd qw(env), "PATH=$newpath", @git, qw(playtree-setup .); ensuredir '.git/info'; open GA, "> .git/info/attributes" or confess "$!"; -- cgit v1.2.3