gitolite-admin

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 83d08574a5533ab88b500d0e92cb3a990b40f68f
parent 974b04fa8bb10a52f4ffce5c896c8c359173bb13
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun, 16 Sep 2018 15:07:15 +0300

.

Diffstat:
Mlocal/hooks/repo-specific/redo-all-stagit | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/local/hooks/repo-specific/redo-all-stagit b/local/hooks/repo-specific/redo-all-stagit @@ -4,5 +4,5 @@ env for d in "$($GL_ADMIN_BASE/local/find_stagits.lua)"; do cd "$d" - $(GL_ADMIN_BASE)/local/hooks/repo-specific/stagit + $($GL_ADMIN_BASE)/local/hooks/repo-specific/stagit done