Skip to content

Commit 73bae1d

Browse files
jonasgitster
authored andcommitted
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>
1 parent 6b9c42b commit 73bae1d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Documentation/git-commit-tree.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ Diagnostics
7979
You don't exist. Go away!::
8080
The passwd(5) gecos field couldn't be read
8181
Your parents must have hated you!::
82-
The password(5) gecos field is longer than a giant static buffer.
82+
The passwd(5) gecos field is longer than a giant static buffer.
8383
Your sysadmin must hate you!::
84-
The password(5) name field is longer than a giant static buffer.
84+
The passwd(5) name field is longer than a giant static buffer.
8585

8686
Discussion
8787
----------

Documentation/git-var.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ OPTIONS
2020
Cause the logical variables to be listed. In addition, all the
2121
variables of the git configuration file .git/config are listed
2222
as well. (However, the configuration variables listing functionality
23-
is deprecated in favor of 'git-config -l'.)
23+
is deprecated in favor of 'git config -l'.)
2424

2525
EXAMPLE
2626
--------
@@ -41,9 +41,9 @@ Diagnostics
4141
You don't exist. Go away!::
4242
The passwd(5) gecos field couldn't be read
4343
Your parents must have hated you!::
44-
The password(5) gecos field is longer than a giant static buffer.
44+
The passwd(5) gecos field is longer than a giant static buffer.
4545
Your sysadmin must hate you!::
46-
The password(5) name field is longer than a giant static buffer.
46+
The passwd(5) name field is longer than a giant static buffer.
4747

4848
SEE ALSO
4949
--------

Documentation/i18n.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ project find it more convenient to use legacy encodings, git
2121
does not forbid it. However, there are a few things to keep in
2222
mind.
2323

24-
. 'git-commit-tree' (hence, 'git-commit' which uses it) issues
24+
. 'git-commit' and 'git-commit-tree' issues
2525
a warning if the commit log message given to it does not look
2626
like a valid UTF-8 string, unless you explicitly say your
2727
project uses a legacy encoding. The way to say this is to

0 commit comments

Comments
 (0)