From ef82b6efdc77ea99d498df4818cb806733f2c107 Mon Sep 17 00:00:00 2001 From: Afterster Date: Sat, 13 Sep 2014 19:27:07 +0200 Subject: [PATCH] Add TortoiseGit config file --- .tgitconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .tgitconfig diff --git a/.tgitconfig b/.tgitconfig new file mode 100644 index 00000000..8a07fe8c --- /dev/null +++ b/.tgitconfig @@ -0,0 +1,6 @@ +[bugtraq] + url = "https://github.com/ampache/ampache/issues/#BUGID#" + label = GitHub Issue Number + warnifnoissue = false + number = true + logregex = "#\\d+\n\\d+"