git_infra

Git infra scripts for git.bracken.jp
git clone https://git.bracken.jp/git_infra.git
Log | Files | Refs | LICENSE

commit 1b3f36a712f701794e5e38e34240a0d922b2d998
parent 1f06230e8f70dbc8d4b24666e2bf11921fcbd01a
Author: Chris Bracken <chris@bracken.jp>
Date:   Sun, 16 Aug 2026 21:46:48 +0900

Delete stray done

Diffstat:
Mgrm | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/grm b/grm @@ -155,7 +155,6 @@ ${BLUE}enter index [default: ${GREEN}1${BLUE}]${RESET}" mkdir -p "$repo_path/hooks/post-receive.d" ln -sf "$GRM_POSTRECV_HOOKS_DIR/gout_html" \ "$repo_path/hooks/post-receive.d/gout_html" - done echo "done!" }