logo

utils

~/.local/bin tools and git-hooks
commit: 15ed3611d6cfedca7c1cf85bd79eed8b0f4bf846
parent 1a9f64b627d879a083191738d63c907bcd681066
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 19 Nov 2020 12:26:23 +0100

post-update.stagit: Add mirror

Diffstat:

Mgit-hooks/post-update.stagit2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git-hooks/post-update.stagit b/git-hooks/post-update.stagit @@ -7,4 +7,4 @@ printf "$update_f" stagit mkdir -p ${base} && cd "${base}" && stagit -l 2048 "${base}.git" && is_ok printf "$update_f" stagit-index -cd /git && stagit-index *.git > /git/index.html && is_ok +cd /git && stagit-index *.git mirror/*.git > /git/index.html && is_ok