8 lines
353 B
Plaintext
8 lines
353 B
Plaintext
# .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+
|