X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-var.txt;h=379571eef0e3f7ee79f7b99c8e85845f5248e79e;hb=e9b5b75ca87f45292de8ecde5d4d0512ac9542cd;hp=c22d34f5fb9df2ce567f72a996f3d85b424ecf69;hpb=069b20a198f171512a1d2d2163b40f70c94f5257;p=git.git diff --git a/Documentation/git-var.txt b/Documentation/git-var.txt index c22d34f5..379571ee 100644 --- a/Documentation/git-var.txt +++ b/Documentation/git-var.txt @@ -8,7 +8,7 @@ git-var - Print the git users identity SYNOPSIS -------- -git-var [ -l | ] +'git-var' [ -l | ] DESCRIPTION ----------- @@ -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 ------