X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-var.txt;h=3647dd6c8f9c74a688f7a143119386ba89a8f13d;hb=2ebc02d32a4360da2cf69c2b5f5bfad0716d42b0;hp=a5b1a0dbab5e55a1c1fc2b0f8b35e234832808bb;hpb=67e31d6234c0332334d7aedd70b2f101bc010cf9;p=git.git diff --git a/Documentation/git-var.txt b/Documentation/git-var.txt index a5b1a0dba..3647dd6c8 100644 --- a/Documentation/git-var.txt +++ b/Documentation/git-var.txt @@ -3,12 +3,12 @@ git-var(1) NAME ---- -git-var - Print the git users identity +git-var - Show a git logical variable SYNOPSIS -------- -'git-var' [ -l | ] +'git var' [ -l | ] DESCRIPTION ----------- @@ -20,11 +20,11 @@ OPTIONS Cause the logical variables to be listed. In addition, all the variables of the git configuration file .git/config are listed as well. (However, the configuration variables listing functionality - is deprecated in favor of `git-repo-config -l`.) + is deprecated in favor of 'git-config -l'.) EXAMPLE -------- - $ git-var GIT_AUTHOR_IDENT + $ git var GIT_AUTHOR_IDENT Eric W. Biederman 1121223278 -0600 @@ -45,11 +45,11 @@ Your parents must have hated you!:: Your sysadmin must hate you!:: The password(5) name field is longer than a giant static buffer. -See Also +SEE ALSO -------- -gitlink:git-commit-tree[1] -gitlink:git-tag[1] -gitlink:git-repo-config[1] +linkgit:git-commit-tree[1] +linkgit:git-tag[1] +linkgit:git-config[1] Author ------ @@ -61,5 +61,4 @@ Documentation by Eric Biederman and the git-list . GIT --- -Part of the gitlink:git[7] suite - +Part of the linkgit:git[1] suite