From f17f6127f8e58c469bda21ec76f372bd2e1c70c0 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Fri, 17 Jan 2020 08:42:32 +0100 Subject: contrib/gcc_update: Insert "tformat:" for git log --pretty=tformat:%p:%t:%H Really old git versions (like 1.6.0) require "git log --pretty=tformat:%p:%t:%H" or else we see: Updating GIT tree Current branch master is up to date. fatal: invalid --pretty format: %p:%t:%H Adjusting file timestamps Touching gcc/config.in... Touching gcc/config/arm/arm-tune.md... ...and an empty revision in LAST_UPDATED and gcc/REVISION. In its absence, for newer git versions, "tformat" is the default qualifier, documented as such default for at least git-2.11.0. --- contrib/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'contrib/ChangeLog') diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 16d0667694d..4e89b8d611b 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2020-01-17 Hans-Peter Nilsson + + * gcc_update : Use git log "--pretty=tformat:%p:%t:%H", + not "--pretty=%p:%t:%H". + 2020-01-16 Andreas Schwab * gcc-git-customization.sh: Avoid double expansion. -- cgit v1.2.3