From: Junio C Hamano Date: Sun, 1 Oct 2006 09:55:10 +0000 (+0000) Subject: Autogenerated HTML docs for v1.4.2.2-g284f X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4e2d8818ee46c54a54c1ee0d454a8459b581f18e;p=git.git Autogenerated HTML docs for v1.4.2.2-g284f --- diff --git a/git-repo-config.html b/git-repo-config.html index b1b8d0c37..0c7ae0eb5 100644 --- a/git-repo-config.html +++ b/git-repo-config.html @@ -348,7 +348,8 @@ you try to unset/set an option for which multiple lines match.

Get the value for a given key (optionally filtered by a regex - matching the value). + matching the value). Returns error code 1 if the key was not + found and error code 2 if multiple key values were found.

@@ -1035,7 +1036,7 @@ receive.denyNonFastforwads diff --git a/git-repo-config.txt b/git-repo-config.txt index b03d66f61..8a1ab61e9 100644 --- a/git-repo-config.txt +++ b/git-repo-config.txt @@ -54,7 +54,8 @@ OPTIONS --get:: Get the value for a given key (optionally filtered by a regex - matching the value). + matching the value). Returns error code 1 if the key was not + found and error code 2 if multiple key values were found. --get-all:: Like get, but does not fail if the number of values for the key