aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-03-02 04:22:45 +0800
committermat <mat@FreeBSD.org>2016-03-02 04:22:45 +0800
commit3fd79b390c93ee941f615aaa0ad773d70c45b1a8 (patch)
tree7dc4db59dcb50b123e7680257e21d8e2f044cfe3 /CHANGES
parent3d23f96b1f24b9e259098cc5ca1d084ca804d646 (diff)
downloadfreebsd-ports-gnome-3fd79b390c93ee941f615aaa0ad773d70c45b1a8.tar.gz
freebsd-ports-gnome-3fd79b390c93ee941f615aaa0ad773d70c45b1a8.tar.zst
freebsd-ports-gnome-3fd79b390c93ee941f615aaa0ad773d70c45b1a8.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
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