From 6c412fa20c691624b4b982f29c905093b1c50c9c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 7 Nov 2017 15:18:09 +0100 Subject: pkg/git: add another commit prefix --- pkg/git/git.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/git/git.go') diff --git a/pkg/git/git.go b/pkg/git/git.go index e3dc8a142..1bb961405 100644 --- a/pkg/git/git.go +++ b/pkg/git/git.go @@ -113,5 +113,6 @@ var commitPrefixes = []string{ "CHROMIUM:", "FROMLIST:", "BACKPORT:", + "FROMGIT:", "net-backports:", } -- cgit mrf-deployment