]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
git-issue: define issue-cve and issue-fixed keywords
authorMartin Willi <martin@revosec.ch>
Sat, 11 May 2013 07:45:37 +0000 (09:45 +0200)
committerMartin Willi <martin@revosec.ch>
Sat, 11 May 2013 08:15:31 +0000 (10:15 +0200)
doc/git-issue.md

index b795a799f649c2813c0df359d2ea5c121f33e4d9..fcaf3ed1313fbb13341a28ee98bd698f924b47f9 100644 (file)
@@ -42,6 +42,10 @@ Updates the type of the issue. _type_ is one of:
 * _major_: a more critical bugfix affecting more setups
 * _security_: a security related bugfix, a vulnerability
 
+### issue-cve: _CVE number_ ###
+If a CVE number has been assigned to the issue, it can be references using
+this keyword.
+
 ### issue-keyword: _keyword, keyword_ ###
 Add a set of keywords to the issue. May contain type of bug, but also affected
 components (charon, libstrongswan, openssl, etc).
@@ -54,6 +58,16 @@ Since when this issue exists, commit which introduced this issue. If this
 keyword is missing, all version before the "fixing" commit are considered
 affected.
 
+### issue-fixed: _commit_ ###
+Since when this issue has been fixed. Usually fixing is done using an
+_issue-status:_ update. However, if an issue has been fixed without a status
+update for the issue, a separate commit can fix an issue for a different
+version.
+
+issue-fixed may refer to multiple (space separated) commits. Each commit is
+considered a valid fix, and only one must be contained to consider a version
+as fixed.
+
 ### issue-assigned: _email_ ###
 Developer issue has been assigned. If not given, the author of the issue
 opening commit is assigned.