aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-11 00:09:45 +0100
committerGravatar Tom Willemse2013-11-11 00:12:06 +0100
commitd1245a3d7f7911b82b801f73565eeab571493758 (patch)
tree05b295121b29bcf109634aff7c47d7af3dab0494
parent040ef0d5e0c1244e00052da3e8851f99215b95c0 (diff)
downloadgitto-d1245a3d7f7911b82b801f73565eeab571493758.tar.gz
gitto-d1245a3d7f7911b82b801f73565eeab571493758.zip
Add docs about new parameters
-rw-r--r--doc/gitto.texi10
1 files 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