.\" 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)
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.