summaryrefslogtreecommitdiff
path: root/contrib/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2020-01-16 12:32:34 +0100
committerJakub Jelinek <jakub@redhat.com>2020-01-16 12:36:22 +0100
commit2588197b6c2175d7ef9f05a8636f58dfeab12b1d (patch)
tree612d55f562f3769a1e7cad25c59204cc451f7b2e /contrib/ChangeLog
parentf7dff7699fd70d3b8c3e637818e18c86f93ccfec (diff)
contrib: Verify the id to be printed is ancestor of the corresponding remote release branch (or master), otherwise print nothing.
The monotonically increasing revision ids need to be globally unique, so they should only identify commits that were committed to the upstream repo to its master or releases/gcc-N branches. The alias could print something even for private branches or vendor branches etc., but if such an identifier is then used publicly, it will refer to something else. 2020-01-16 Jakub Jelinek <jakub@redhat.com> * gcc-git-customization.sh: Verify the id to be printed is ancestor of the corresponding remote release branch (or master), otherwise print nothing.
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r--contrib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index b8ea20f101e..4bda991c7c3 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,9 @@
+2020-01-16 Jakub Jelinek <jakub@redhat.com>
+
+ * gcc-git-customization.sh: Verify the id to be printed is ancestor of
+ the corresponding remote release branch (or master), otherwise print
+ nothing.
+
2020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
Jakub Jelinek <jakub@redhat.com>