]> _ Git - git-shell-commands.git/commitdiff
Switch to cmark from markdown
authormivirl <>
Wed, 4 Oct 2023 02:45:11 +0000 (02:45 +0000)
committermivirl <>
Wed, 4 Oct 2023 02:45:11 +0000 (02:45 +0000)
create-repo

index f70ea27cf475cca7535a9392602d6dfde1266eff..8e23d83110babe83a9ba08879f836593221e2f9f 100755 (executable)
@@ -18,7 +18,7 @@ git init --bare
 
 cat << EOF > hooks/post-receive
 #!/bin/sh
-git cat-file blob HEAD:README.md | markdown > $GIT_DIR/README.html
+git cat-file blob HEAD:README.md | cmark > README.html
 EOF
 
 chmod +x hooks/post-receive