git-repo

Tools for sharing git bare repositories
git clone git://git.meso-star.fr/git-repo.git
Log | Files | Refs | README | LICENSE

commit 342c3d07d2a4b86159c96cbf3ac04a5d29e675f1
parent d94d91f77b1a8738f4d0ed8dab0506b7d3229fa6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 30 May 2025 10:04:17 +0200

git-publish: correction of HTML page generation

Commit d94d91f introduces a bug in the repository path on which HTML
pages should be generated.

Diffstat:
Mgit-publish | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/git-publish b/git-publish @@ -104,6 +104,7 @@ publish_repo() # Publish the git repository, i.e. create a symbolic link to it in the # publicly exposed directory ln -sf "${repo}" "${dir_git}" + repo_git="${dir_git}/${repo_name}.git" # Create directory publicly served by the WWW daemon repo_www="${dir_www}/${repo_name}"