diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2008-09-03 10:50:43 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-03 14:51:19 -0700 |
commit | 73bae1dc468734bad3ff7d1b8e93e7ac5f9d3dff (patch) | |
tree | d79bd06da1430631e3fef20cb7674d08f48044ab /Documentation/git-var.txt | |
parent | 6b9c42b4daabe3d0471d9f90d2ae472c9d994e1c (diff) | |
download | git-73bae1dc468734bad3ff7d1b8e93e7ac5f9d3dff.tar.gz |
Fix passwd(5) ref and reflect that commit doens't use commit-tree
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-var.txt')
-rw-r--r-- | Documentation/git-var.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-var.txt b/Documentation/git-var.txt index 3647dd6c8f..e2f4c0901b 100644 --- a/Documentation/git-var.txt +++ b/Documentation/git-var.txt @@ -20,7 +20,7 @@ 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-config -l'.) + is deprecated in favor of 'git config -l'.) EXAMPLE -------- @@ -41,9 +41,9 @@ Diagnostics You don't exist. Go away!:: The passwd(5) gecos field couldn't be read Your parents must have hated you!:: - The password(5) gecos field is longer than a giant static buffer. + The passwd(5) gecos field is longer than a giant static buffer. Your sysadmin must hate you!:: - The password(5) name field is longer than a giant static buffer. + The passwd(5) name field is longer than a giant static buffer. SEE ALSO -------- |