aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-03-01 20:22:45 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-03-01 20:22:45 +0000
commit3b8753a0a634442acf7d6f9d894014c95d6f7a15 (patch)
tree7dc4db59dcb50b123e7680257e21d8e2f044cfe3 /CHANGES
parent56fc92074baa6d16ebc5a035247259a7f01b7354 (diff)
downloadports-3b8753a0a634442acf7d6f9d894014c95d6f7a15.tar.gz
ports-3b8753a0a634442acf7d6f9d894014c95d6f7a15.zip
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. PR: 204772 With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4514
Notes
Notes: svn path=/head/; revision=409898
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a007b187e773..16d1ba72d659 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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