Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Document git-var -l listing also configuration variables
author
Petr Baudis
<pasky@suse.cz>
Mon, 24 Apr 2006 22:59:28 +0000
(
00:59
+0200)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
3e1a70d
)
diff --git
a/Documentation/git-var.txt
b/Documentation/git-var.txt
index 90cb157be56cec2ced79b8d6995c999d4d8d0251..379571eef0e3f7ee79f7b99c8e85845f5248e79e 100644
(file)
--- 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
------