Drop change log from before first version tag

This commit is contained in:
Kim Woelders 2022-01-18 20:26:59 +01:00
parent cd6c00b1ce
commit 0d6211c501
2 changed files with 27 additions and 885 deletions

904
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@ -18,13 +18,13 @@ do
VH="$V2"
fi
D=$(git show -s --format=%cs $VD^{commit})
printf "%s - %s\n-------------------\n" "$V2" "$D"
printf "%s - %s\n--------------------\n" "$V2" "$D"
$GLO $V1..$VH
VH=""
fi
V2="$V1"
done
D=$(git show -s --format=%cs $VD^{commit})
printf "\n%s - %s (from dawn of time)\n---------------------------------------\n" "$V2" "$D"
$GLO $V2
# D=$(git show -s --format=%cs $VD^{commit})
# printf "\n%s - %s (from dawn of time)\n---------------------------------------\n" "$V2" "$D"
# $GLO $V2