Skip to content

Commit 7afe143

Browse files
committed
.gitbugtraq for github
1 parent b499fa2 commit 7afe143

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.gitbugtraq

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# An example content of .gitbugtraq to put in the repository root directory.
22
# It could instead be added as an additional section to $GIT_DIR/config.
33
# (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+
4+
[bugtraq "github"]
5+
url = https://github.com/LieberLieber/LemonTree.Pipeline.Tools/issues/%BUGID%
6+
loglinkregex = "#\\d+"
7+
logregex = \\d+

0 commit comments

Comments
 (0)