enhance usage message for 'gitolite setup'

This commit is contained in:
Sitaram Chamarty 2012-03-24 10:12:08 +05:30
parent 8bffbfa02a
commit efb29ed135

View file

@ -10,6 +10,15 @@ Usage: gitolite setup [<option>]
Setup gitolite, compile conf, and fixup hooks. The pubkey is required on the Setup gitolite, compile conf, and fixup hooks. The pubkey is required on the
first run. first run.
Subsequent runs:
- 'gitolite setup': fix up hooks if you brought in repos from outside, or if
someone has been playing around with the hooks and may have deleted some.
- 'gitolite setup -pk YourName.pub': replace keydir/YourName.pub and
recompile/push. Useful if you lost your key. In fact you can do this for
any key in keydir (but not in subdirectories).
=cut =cut
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------