Autogenerated man pages for v1.3.2-g5892
[git.git] / man1 / git-repo-config.1
index a9488be..ef6dfb5 100755 (executable)
@@ -29,6 +29,7 @@ git-repo-config \- Get and set options in .git/config
 \fIgit\-repo\-config\fR [type] \-\-get\-all name [value_regex]
 \fIgit\-repo\-config\fR [type] \-\-unset name [value_regex]
 \fIgit\-repo\-config\fR [type] \-\-unset\-all name [value_regex]
+\fIgit\-repo\-config\fR \-l | \-\-list
 .fi
 
 .SH "DESCRIPTION"
@@ -69,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
@@ -80,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\&.
 
@@ -87,6 +92,10 @@ Remove the line matching the key from \&.git/config\&.
 \-\-unset\-all
 Remove all matching lines from \&.git/config\&.
 
+.TP
+\-l, \-\-list
+List all variables set in \&.git/config\&.
+
 .SH "EXAMPLE"
 
 
@@ -247,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