8 lines
356 B
Plaintext
8 lines
356 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/UE4GitPlugin/issues/%BUGID%
|
||
|
loglinkregex = "#\\d+"
|
||
|
logregex = \\d+
|