commit 5cf259f571b0a74d52f50e59a90f517dab663dd0 parent 74cf3af80ae89bde8d6ec7f6d9bfc7448e65f204 Author: Cem Keylan <cem@ckyln.com> Date: Sun, 16 Aug 2020 22:20:37 +0300 comment out README change for a while Diffstat:
M | post-receive | | | 12 | ++++++------ |
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/post-receive b/post-receive @@ -65,12 +65,12 @@ done # If a README file exists, link the index to the README. If it doesn't, link the # index to the repository log. rm -f index.html -for file in file/*.html; do - [ -f "$file" ] || continue - case "${file##*/}" in README*) - sed 's|"../|"|' "$file" > index.html - esac -done +# for file in file/*.html; do +# [ -f "$file" ] || continue +# case "${file##*/}" in README*) +# sed 's|"../|"|' "$file" > index.html +# esac +# done [ -f index.html ] || ln -sf log.html index.html )