From d1245a3d7f7911b82b801f73565eeab571493758 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 11 Nov 2013 00:09:45 +0100 Subject: Add docs about new parameters --- doc/gitto.texi | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/gitto.texi b/doc/gitto.texi index b109769..f99ae82 100644 --- a/doc/gitto.texi +++ b/doc/gitto.texi @@ -243,14 +243,20 @@ file format. Since it does not operate on any repository no name substitution is performed. @end deffn -@deffn Sub-Command update +@deffn Sub-Command update [location] +If @var{location} is specified, operate on it, otherwise operate on +all registered repositories not in the exclusion list. + Merge the template configuration with each repository's existing configuration. This adds settings and sections that weren't there before and overwrites settings that were. This is a destructive operation, so be sure your settings are correct. @end deffn -@deffn Sub-Command hooks +@deffn Sub-Command hooks [location] +If @var{location} is specified, operate on it, otherwise operate on +all registered repositories not in the exclusion list. + Install the hooks specified in the configuration file into each repository. Each hook is a symlink to the configured executable. @end deffn -- cgit v1.2.3-54-g00ecf