gitolite-admin

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

commit 619d6fe7e17fdd66d07af031c7d2cc0af4f6328f
parent a0a12617e7c7587450ea13453ee4503e144f67eb
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun, 16 Sep 2018 15:14:25 +0300

.

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

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