X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-repo-config.txt;h=306946412fe669727a4b113e2e64bb1d45d62ecf;hb=af3feefa1d057713c2277cc1543d438e60c65306;hp=5eefe02437c296229b9d9e964cd457e7a0734f2a;hpb=36d277c72d90d32f99616072b64a2652248f5264;p=git.git diff --git a/Documentation/git-repo-config.txt b/Documentation/git-repo-config.txt index 5eefe024..30694641 100644 --- a/Documentation/git-repo-config.txt +++ b/Documentation/git-repo-config.txt @@ -21,9 +21,9 @@ You can query/set/replace/unset options with this command. The name is actually the section and the key separated by a dot, and the value will be escaped. -If you want to set/unset an option which can occor on multiple lines, you +If you want to set/unset an option which can occur on multiple lines, you should provide a POSIX regex for the value. If you want to handle the lines -*not* matching the regex, just prepend a single exlamation mark in front +*not* matching the regex, just prepend a single exclamation mark in front (see EXAMPLES). This command will fail if