-
Notifications
You must be signed in to change notification settings - Fork 8
/
.tgitconfig
31 lines (22 loc) · 1.08 KB
/
.tgitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[bugtraq]
### TurtleHub specific config
provideruuid = {B2C6EC0F-8742-4792-9FDC-10635D2C118C}
provideruuid64 = {B2C6EC0F-8742-4792-9FDC-10635D2C118B}
providerparams = "owner=dail8859;repository=TurtleHub;keyword=Closes;reffullrepo=True;showprsbydefault=True"
### general BugTraq config ###
# Link issue numbers that are found in log browser messages to this URL:
url = https://github.com/dail8859/TurtleHub/issues/%BUGID%
# Find issue numbers in log browser messages according to this regex:
logregex = "(?:\\S+\\/\\S+)?#(\\d+)"
# Enable or disable warning, if no issue number is provided upon commit:
warnifnoissue = false
### Fallback! For users without TurtleHub:
# Either comment out the 'provider*' properties above!
# Or overwrite on local scope with empty fields.
# An input box will appear instead. It's content will be inserted with this syntax:
message = "dail8859/TurtleHub#%BUGID%"
append = true
# Label shown next to the input field if no provider plugin is present:
label = "Issue/Pull Request #"
# The typed issue / pull request IDs must be numbers:
number = true