Skip to content

Commit f7a3b00

Browse files
committed
Add a .gitbugtraq file for Git GUIs (SmartGit/TortoiseGit) to show links to the Github issue tracker.
1 parent 0386c43 commit f7a3b00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitbugtraq

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# .gitbugtraq for Git GUIs (SmartGit/TortoiseGit) to show links to the Github issue tracker.
2+
# Instead of the repository root directory, it could be added as an additional section to $GIT_DIR/config.
3+
# (note that '\' need to be escaped).
4+
[bugtraq]
5+
url = https://github.com/SRombauts/SQLiteCpp/issues/%BUGID%
6+
loglinkregex = "#\\d+"
7+
logregex = \\d+

0 commit comments

Comments
 (0)