Autogenerated man pages for v1.4.2.2-g284f
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 1 Oct 2006 09:55:15 +0000 (09:55 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 1 Oct 2006 09:55:15 +0000 (09:55 +0000)
man1/git-repo-config.1

index dbc2d71ac41797b56126cbf104311258c69eb205..9a343ddf2d7e8f3a57819ef1222f6c324b87834a 100755 (executable)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-REPO\-CONFIG" "1" "09/29/2006" "" ""
+.TH "GIT\-REPO\-CONFIG" "1" "10/01/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -53,7 +53,7 @@ you try to unset/set an option for which multiple lines match.
 Default behavior is to replace at most one line. This replaces all lines matching the key (and optionally the value_regex).
 .TP
 \-\-get
-Get the value for a given key (optionally filtered by a regex matching the value).
+Get the value for a given key (optionally filtered by a regex matching the value). Returns error code 1 if the key was not found and error code 2 if multiple key values were found.
 .TP
 \-\-get\-all
 Like get, but does not fail if the number of values for the key is not exactly one.