Autogenerated man pages for v1.3.1-ge5de2
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 27 Apr 2006 20:10:48 +0000 (20:10 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 27 Apr 2006 20:10:48 +0000 (20:10 +0000)
man1/git-repo-config.1
man1/git-var.1

index a9488be..9356d35 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"
@@ -87,6 +88,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"
 
 
index c2f2bc1..a4d00ae 100755 (executable)
@@ -34,7 +34,7 @@ Prints a git logical variable\&.
 
 .TP
 \-l
-Cause the logical variables to be listed\&. In addition, all the variables of the git configuration file \&.git/config are listed as well\&.
+Cause the logical variables to be listed\&. In addition, all the variables of the git configuration file \&.git/config are listed as well\&. (However, the configuration variables listing functionality is deprecated in favor of git\-repo\-config \-l\&.)
 
 .SH "EXAMPLE"