git-server

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

commit 10a25c666a310b39f5f9a05f5491be0f8b3b6868
parent c6fc3cf2d61a20ed3c466f7e3cd63c7f5c8d8b21
Author: Cem Keylan <cem@ckyln.com>
Date:   Thu, 11 Jun 2020 14:25:03 +0300

post-receive: fix prefix

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

diff --git a/post-receive b/post-receive @@ -70,7 +70,7 @@ ln -sf log.html index.html git archive \ --format tar.gz \ - --prefix "$repository-$tag" \ + --prefix "$repository-$tag/" \ -o "$tarball" \ -- "$tag" done