From: Junio C Hamano Date: Sun, 1 Oct 2006 09:55:15 +0000 (+0000) Subject: Autogenerated man pages for v1.4.2.2-g284f X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=75fe875fbbbc16a17aa1de9014036faf8b521111;p=git.git Autogenerated man pages for v1.4.2.2-g284f --- diff --git a/man1/git-repo-config.1 b/man1/git-repo-config.1 index dbc2d71ac..9a343ddf2 100755 --- a/man1/git-repo-config.1 +++ b/man1/git-repo-config.1 @@ -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.