git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit 56ed0cce09cc4e2ce8a94ab805508781c1ce4cb9
parent 022399ce48648b53630a0e08a2e58d04191bfad4
Author: Luís Ferreira <[email protected]>
Date:   Tue, 18 Jan 2022 16:22:59 +0000

fix(generation): add info/refs on git bare repository

Signed-off-by: Luís Ferreira <[email protected]>

Diffstat:
Mscripts/generate-git.sh | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/scripts/generate-git.sh b/scripts/generate-git.sh @@ -9,7 +9,10 @@ git clone --bare https://github.com/ljmf00/lsferreira.net "$TEMP_DIR" mv "$TEMP_DIR"/* . fi - GIT_DIR=. git worktree add file master + ( export GIT_DIR=. + git worktree add file master + git update-server-info + ) stagit . cp log.html index.html