Skip to content
Snippets Groups Projects
Commit 0911755b authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Merge branch 'v2.3' into v2.4

parents 7bcb0fed b0fc9730
No related branches found
No related tags found
No related merge requests found
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Copyright (c) 2014-2017 The plumed team Copyright (c) 2013-2017 The plumed team
(see the PEOPLE file at the root of the distribution for a list of names) (see the PEOPLE file at the root of the distribution for a list of names)
See http://www.plumed.org for more information. See http://www.plumed.org for more information.
......
...@@ -33,6 +33,7 @@ then ...@@ -33,6 +33,7 @@ then
echo -n "Custom header for file: $file" echo -n "Custom header for file: $file"
else else
years=$(git log --follow -M75% --format=%aD $file | years=$(git log --follow -M75% --format=%aD $file |
sort -r -n -k 4 |
awk '{if(NR==1)last=$4;}END{ awk '{if(NR==1)last=$4;}END{
first=$4 first=$4
if(first=="") print "" if(first=="") print ""
......
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Copyright (c) 2014-2017 The plumed team Copyright (c) 2013-2017 The plumed team
(see the PEOPLE file at the root of the distribution for a list of names) (see the PEOPLE file at the root of the distribution for a list of names)
See http://www.plumed.org for more information. See http://www.plumed.org for more information.
......
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Copyright (c) 2014-2017 The plumed team Copyright (c) 2013-2017 The plumed team
(see the PEOPLE file at the root of the distribution for a list of names) (see the PEOPLE file at the root of the distribution for a list of names)
See http://www.plumed.org for more information. See http://www.plumed.org for more information.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment