aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/git/git.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-11-07 15:18:09 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-11-08 14:16:36 +0100
commit6c412fa20c691624b4b982f29c905093b1c50c9c (patch)
tree070356d61a3c0ec754e8dfddcd4d55d5183e51fd /pkg/git/git.go
parent699e0a68ad0607f8455a606e08a5b3eb7e6b0eea (diff)
pkg/git: add another commit prefix
Diffstat (limited to 'pkg/git/git.go')
-rw-r--r--pkg/git/git.go1
1 files changed, 1 insertions, 0 deletions
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:",
}