grm

git repo manager for self-hosted git servers
git clone git://sink.krj.st/grm
Log | Files | Refs | README | LICENSE

commit cd949c1ba830e9b333e988c279d2526bc5e3db0a
parent 22c26b97b2413a9c1b775508aea06793c3841fa1
Author: krasjet <nil@krj.st>
Date:   Fri, 17 Jul 2020 21:51:28 -0700

readme: probably easier to use existing hooks

Diffstat:
MREADME | 3+--
MREADME.md | 3+--
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -56,8 +56,7 @@ then $ make install An example of the post-receive hook for stagit can be found here [5]. Note that -the hook itself needs some further configuration. You could also write your own -post-receive hook. +the hook itself needs some further configuration. Usage ----- diff --git a/README.md b/README.md @@ -62,8 +62,7 @@ $ make install ``` An example of the `post-receive` hook for stagit can be found [here][5]. Note -that the hook itself needs some further configuration. You could also write -your own `post-receive` hook. +that the hook itself needs some further configuration. Usage -----