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

Fixed script to follow file renames

parent 9eca695a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ do
test -f "$file" || continue
years=$(git log --format=%aD $file |
years=$(git log --follow --format=%aD $file |
awk '{if(NR==1)last=$4;}END{
first=$4
if(first=="") print ""
......
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