Autogenerated man pages for v1.3.2-g5892
[git.git] / man1 / git-repo-config.1
index 9356d35..ef6dfb5 100755 (executable)
@@ -70,7 +70,7 @@ you try to unset/set an option for which multiple lines match\&.
 
 .TP
 \-\-replace\-all
-Default behaviour is to replace at most one line\&. This replaces all lines matching the key (and optionally the value_regex)
+Default behaviour is to replace at most one line\&. This replaces all lines matching the key (and optionally the value_regex)\&.
 
 .TP
 \-\-get
@@ -81,6 +81,10 @@ Get the value for a given key (optionally filtered by a regex matching the value
 Like get, but does not fail if the number of values for the key is not exactly one\&.
 
 .TP
+\-\-get\-regexp
+Like \-\-get\-all, but interprets the name as a regular expression\&.
+
+.TP
 \-\-unset
 Remove the line matching the key from \&.git/config\&.
 
@@ -252,8 +256,8 @@ core\&.ignoreStat
 The working copy files are assumed to stay unchanged until you mark them otherwise manually \- Git will not detect the file changes by lstat() calls\&. This is useful on systems where those are very slow, such as Microsoft Windows\&. See \fBgit\-update\-index\fR(1)\&. False by default\&.
 
 .TP
-core\&.onlyUseSymrefs
-Always use the "symref" format instead of symbolic links for HEAD and other symbolic reference files\&. True by default\&.
+core\&.preferSymlinkRefs
+Instead of the default "symref" format for HEAD and other symbolic reference files, use symbolic links\&. This is sometimes needed to work with old scripts that expect HEAD to be a symbolic link\&.
 
 .TP
 core\&.repositoryFormatVersion