gitolite-admin

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

commit 9cc9b73286ed8b6cf6d1beb4d3570c1ec038984d
parent 58e7421f9d09f7e4a36b4a32f67404c252483e01
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun, 16 Sep 2018 15:13:37 +0300

.

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

diff --git a/local/hooks/repo-specific/redo-all-stagit b/local/hooks/repo-specific/redo-all-stagit @@ -1,9 +1,8 @@ #! /bin/sh -ls /var/git/repositories for d in "$($GL_ADMIN_BASE/local/find_stagits.lua)"; do - echo "$d" cd "$d" + pwd $GL_ADMIN_BASE/local/hooks/repo-specific/stagit done