aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-var.txt
diff options
context:
space:
mode:
authorPetr Baudis <pasky@suse.cz>2006-04-25 00:59:28 +0200
committerJunio C Hamano <junkio@cox.net>2006-04-24 22:26:34 -0700
commit4ee6bc99133760531dd25013c7a7165b2feed9cd (patch)
treedd9c6eb1911e9df04f7b937a55c3df7d3beb2101 /Documentation/git-var.txt
parent3e1a70d925b46b9eac1ae523589298ddb6e295af (diff)
downloadgit-4ee6bc99133760531dd25013c7a7165b2feed9cd.tar.gz
Document git-var -l listing also configuration variables
Signed-off-by: Petr Baudis <pasky@suse.cz>
Diffstat (limited to 'Documentation/git-var.txt')
-rw-r--r--Documentation/git-var.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-var.txt b/Documentation/git-var.txt
index 90cb157be5..379571eef0 100644
--- a/Documentation/git-var.txt
+++ b/Documentation/git-var.txt
@@ -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
------