From: Junio C Hamano Date: Thu, 27 Apr 2006 20:10:48 +0000 (+0000) Subject: Autogenerated man pages for v1.3.1-ge5de2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=539910c8b8c67af123f812c42bec2dfb7077cfd4;hp=2f8682a6de47f2e6936b29fe5e04cc1eff6a42cb;p=git.git Autogenerated man pages for v1.3.1-ge5de2 --- diff --git a/man1/git-repo-config.1 b/man1/git-repo-config.1 index a9488be5..9356d35c 100755 --- a/man1/git-repo-config.1 +++ b/man1/git-repo-config.1 @@ -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" diff --git a/man1/git-var.1 b/man1/git-var.1 index c2f2bc13..a4d00aee 100755 --- a/man1/git-var.1 +++ b/man1/git-var.1 @@ -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"