Document git-var -l listing also configuration variables

Signed-off-by: Petr Baudis <pasky@suse.cz>
This commit is contained in:
Petr Baudis 2006-04-25 00:59:28 +02:00 committed by Junio C Hamano
parent 3e1a70d925
commit 4ee6bc9913

View File

@ -17,7 +17,9 @@ Prints a git logical variable.
OPTIONS OPTIONS
------- -------
-l:: -l::
Cause the logical variables to be listed. Cause the logical variables to be listed. In addition, all the
variables of the git configuration file .git/config are listed
as well.
EXAMPLE EXAMPLE
-------- --------
@ -46,6 +48,7 @@ See Also
-------- --------
gitlink:git-commit-tree[1] gitlink:git-commit-tree[1]
gitlink:git-tag[1] gitlink:git-tag[1]
gitlink:git-repo-config[1]
Author Author
------ ------