From f7a3b0076999df64731e24047ab9a2ebcbd12ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Sun, 31 Dec 2017 19:12:48 +0100 Subject: [PATCH] Add a .gitbugtraq file for Git GUIs (SmartGit/TortoiseGit) to show links to the Github issue tracker. --- .gitbugtraq | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitbugtraq diff --git a/.gitbugtraq b/.gitbugtraq new file mode 100644 index 0000000..9ec8c1a --- /dev/null +++ b/.gitbugtraq @@ -0,0 +1,7 @@ +# .gitbugtraq for Git GUIs (SmartGit/TortoiseGit) to show links to the Github issue tracker. +# Instead of the repository root directory, it could be added as an additional section to $GIT_DIR/config. +# (note that '\' need to be escaped). +[bugtraq] + url = https://github.com/SRombauts/SQLiteCpp/issues/%BUGID% + loglinkregex = "#\\d+" + logregex = \\d+