We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b499fa2 commit 7afe143Copy full SHA for 7afe143
.gitbugtraq
@@ -1,8 +1,7 @@
1
# An example content of .gitbugtraq to put in the repository root directory.
2
# It could instead be added as an additional section to $GIT_DIR/config.
3
# (note that '\' need to be escaped).
4
-[bugtraq "jira1"]
5
- projects = SFS2
6
- url = https://skysails.atlassian.net/browse/%PROJECT%-%BUGID%
7
- loglinkregex = %PROJECT%-\\d+
8
- logregex = (?<=-)\\d+
+[bugtraq "github"]
+ url = https://github.com/LieberLieber/LemonTree.Pipeline.Tools/issues/%BUGID%
+ loglinkregex = "#\\d+"
+ logregex = \\d+
0 commit comments