gitolite-admin

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

commit 393cf9d8f11dcf344c9c84d69368e14c845bb540
parent c307cb176cd3c419325cf36f776cb01fc611523e
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun, 16 Sep 2018 15:00:08 +0300

.

Diffstat:
Alocal/hooks/repo-specific/redo-all-stagit | 7+++++++
Mlocal/hooks/repo-specific/stagit | 2--
2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/local/hooks/repo-specific/redo-all-stagit b/local/hooks/repo-specific/redo-all-stagit @@ -0,0 +1,7 @@ +#! /bin/sh + +for d in "$($GL_ADMIN_BASE/local/find_stagits.lua)"; do + cd "$d" + + $(GL_ADMIN_BASE)/local/hooks/repo-specific/stagit +end diff --git a/local/hooks/repo-specific/stagit b/local/hooks/repo-specific/stagit @@ -1,7 +1,5 @@ #! /bin/sh -pwd -env reponame="$(basename "$(pwd)" .git)" echo "Michael Savage" > owner