Drop change log from before first version tag

pull/3/head
Kim Woelders 2 years ago
parent cd6c00b1ce
commit 0d6211c501
  1. 904
      ChangeLog
  2. 8
      misc/mkchangelog.sh

File diff suppressed because it is too large Load Diff

@ -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

Loading…
Cancel
Save