From d0c0e61b2aa09ec906ed697b4c38acf12d8e8f24 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Fri, 8 Nov 2013 18:46:27 +0100 Subject: [PATCH] Could not find out what use the "mmm" sourceset is, remove it Introduced in 53183d030127937d41a5bf211b22255cd4991eec, without a single reference anywhere, nor explanation why sourceset would be "mmm"... Signed-off-by: Tobias Ulmer --- plugins/git.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git.lua b/plugins/git.lua index f5a14cb..12ee85f 100644 --- a/plugins/git.lua +++ b/plugins/git.lua @@ -573,7 +573,7 @@ function git.toresult(info, sourcename, sourceset, directory) e2lib.shquote(info.root), e2lib.shquote(src.working), e2lib.shquote(sourcename), e2lib.shquote(ref), e2lib.shquote(sourcedir), e2lib.shquote(archive)) - elseif sourceset == "working-copy" or sourceset == "mmm" then + elseif sourceset == "working-copy" then cmd = string.format("tar -C %s/%s " .. "--transform=s,^./,./%s/, ".. "--exclude=.git ".. -- 2.39.5