Document git-var -l listing also configuration variables
authorPetr Baudis <pasky@suse.cz>
Mon, 24 Apr 2006 22:59:28 +0000 (00:59 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 25 Apr 2006 05:26:34 +0000 (22:26 -0700)
Signed-off-by: Petr Baudis <pasky@suse.cz>
Documentation/git-var.txt

index 90cb157..379571e 100644 (file)
@@ -17,7 +17,9 @@ Prints a git logical variable.
 OPTIONS
 -------
 -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
 --------
@@ -46,6 +48,7 @@ See Also
 --------
 gitlink:git-commit-tree[1]
 gitlink:git-tag[1]
+gitlink:git-repo-config[1]
 
 Author
 ------