GIT
/
REPO
/
FRED-BOY
Projects
/
cavedroid.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5dae91
)
Add apache ssi to changelog
author
fredboy <fredboy@protonmail.com>
Wed, 17 Apr 2024 16:20:36 +0000
(23:20 +0700)
committer
fredboy <fredboy@protonmail.com>
Wed, 17 Apr 2024 16:20:36 +0000
(23:20 +0700)
gen-changelog.sh
patch
|
blob
|
history
diff --git
a/gen-changelog.sh
b/gen-changelog.sh
index 5c6007e9759227e772bd59a762915f9ced5c3a1b..397e28df78558f7f9d25de6610ac247702c97e81 100755
(executable)
--- a/
gen-changelog.sh
+++ b/
gen-changelog.sh
@@
-6,6
+6,9
@@
previous_tag=0
i=0
+
+echo '<!--#include virtual="/includes/pre_header.shtml" -->'
+
for current_tag in $(git tag --sort=-creatordate)
do
@@
-18,3
+21,5
@@
if [ "$previous_tag" != 0 ] && [ $i -lt 1 ]; then
fi
previous_tag=${current_tag}
done
+
+echo '<!--#include virtual="/includes/pre_footer.shtml" -->'
DEADSOFTWARE 2012-2025