git-server

git server-side stuff | stagit
git clone git://git.ckyln.com/~cem/hooks.git
Log | Files | Refs | README

commit b31ff8990ad717aa3cf7357c6d55333e59ab1d08
parent e4fee3245faa1d78e394a39a11b225576b4c169a
Author: Cem Keylan <cem@ckyln.com>
Date:   Thu, 13 Aug 2020 13:42:32 +0300

link README instead of log

Diffstat:
Mpost-receive | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/post-receive b/post-receive @@ -55,7 +55,7 @@ done # Link index.html to log.html so users don't have to # type the whole file out. -ln -sf log.html index.html +ln -sf README*.html index.html )