projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e1a70d
)
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
diff --git
a/Documentation/git-var.txt
b/Documentation/git-var.txt
index
90cb157
..
379571e
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
------