diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-01 20:22:45 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-01 20:22:45 +0000 |
commit | 3b8753a0a634442acf7d6f9d894014c95d6f7a15 (patch) | |
tree | 7dc4db59dcb50b123e7680257e21d8e2f044cfe3 /CHANGES | |
parent | 56fc92074baa6d16ebc5a035247259a7f01b7354 (diff) | |
download | ports-3b8753a0a634442acf7d6f9d894014c95d6f7a15.tar.gz ports-3b8753a0a634442acf7d6f9d894014c95d6f7a15.zip |
Notes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -10,6 +10,15 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20160301: +AUTHOR: mat@FreeBSD.org + + Introduce GH_TUPLE. + + GH_TUPLE allows one to put all the GH_{ACCOUNT,PROJECT,TAGNAME} into one + variable, in the form of account:project:tagname[:group]. It is helpful when + there are many submodules. + 20160207: AUTHOR: kwm@FreeBSD.org |