noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

commit: 68650fc2f30300fbcc3855fd165a638b45797f61
parent: 7b999b846049ba221902d27b1b7ea1369cea82d5
author: Chris Noxz <chris@noxz.tech>
date:   Sat, 2 Jul 2022 15:04:24 +0200
only show the given commits for tags (avoid duplicates)
Mbuild2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build b/build
@@ -643,7 +643,7 @@ render_git_repo() {
 
 	# render tags
 	git -C "${1}/${2}" log                                                  \
-		--tags --pretty="format:%S%n%ai%n%an%n%h"                           \
+		--no-walk --tags --pretty="format:%S%n%ai%n%an%n%h"                 \
 	| html_encode                                                           \
 	| awk '
 		BEGIN {