doc: fix typos in man pages

Signed-off-by: Alexander Blesius <alexander+git@blesius.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Alexander Blesius 2019-03-16 11:34:39 +01:00 committed by Junio C Hamano
parent aeb582a983
commit ed31851fa6
2 changed files with 3 additions and 3 deletions

View File

@ -213,7 +213,7 @@ refs of one working tree from another.
In general, all pseudo refs are per working tree and all refs starting In general, all pseudo refs are per working tree and all refs starting
with "refs/" are shared. Pseudo refs are ones like HEAD which are with "refs/" are shared. Pseudo refs are ones like HEAD which are
directly under GIT_DIR instead of inside GIT_DIR/refs. There are one directly under GIT_DIR instead of inside GIT_DIR/refs. There is one
exception to this: refs inside refs/bisect and refs/worktree is not exception to this: refs inside refs/bisect and refs/worktree is not
shared. shared.

View File

@ -314,8 +314,8 @@ stored as UTF-8 internally. A client without `working-tree-encoding`
support will checkout `foo.ps1` as UTF-8 encoded file. This will support will checkout `foo.ps1` as UTF-8 encoded file. This will
typically cause trouble for the users of this file. typically cause trouble for the users of this file.
+ +
If a Git client, that does not support the `working-tree-encoding` If a Git client that does not support the `working-tree-encoding`
attribute, adds a new file `bar.ps1`, then `bar.ps1` will be attribute adds a new file `bar.ps1`, then `bar.ps1` will be
stored "as-is" internally (in this example probably as UTF-16). stored "as-is" internally (in this example probably as UTF-16).
A client with `working-tree-encoding` support will interpret the A client with `working-tree-encoding` support will interpret the
internal contents as UTF-8 and try to convert it to UTF-16 on checkout. internal contents as UTF-8 and try to convert it to UTF-16 on checkout.