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" VH="$V2"
fi fi
D=$(git show -s --format=%cs $VD^{commit}) 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 $GLO $V1..$VH
VH="" VH=""
fi fi
V2="$V1" V2="$V1"
done done
D=$(git show -s --format=%cs $VD^{commit}) # D=$(git show -s --format=%cs $VD^{commit})
printf "\n%s - %s (from dawn of time)\n---------------------------------------\n" "$V2" "$D" # printf "\n%s - %s (from dawn of time)\n---------------------------------------\n" "$V2" "$D"
$GLO $V2 # $GLO $V2