\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"
\-\-unset\-all
Remove all matching lines from \&.git/config\&.
+.TP
+\-l, \-\-list
+List all variables set in \&.git/config\&.
+
.SH "EXAMPLE"
.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"