Skip to content

Commit ed31851

Browse files
Alexander Blesiusgitster
authored andcommitted
doc: fix typos in man pages
Signed-off-by: Alexander Blesius <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent aeb582a commit ed31851

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/git-worktree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ refs of one working tree from another.
213213

214214
In general, all pseudo refs are per working tree and all refs starting
215215
with "refs/" are shared. Pseudo refs are ones like HEAD which are
216-
directly under GIT_DIR instead of inside GIT_DIR/refs. There are one
216+
directly under GIT_DIR instead of inside GIT_DIR/refs. There is one
217217
exception to this: refs inside refs/bisect and refs/worktree is not
218218
shared.
219219

Documentation/gitattributes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ stored as UTF-8 internally. A client without `working-tree-encoding`
314314
support will checkout `foo.ps1` as UTF-8 encoded file. This will
315315
typically cause trouble for the users of this file.
316316
+
317-
If a Git client, that does not support the `working-tree-encoding`
318-
attribute, adds a new file `bar.ps1`, then `bar.ps1` will be
317+
If a Git client that does not support the `working-tree-encoding`
318+
attribute adds a new file `bar.ps1`, then `bar.ps1` will be
319319
stored "as-is" internally (in this example probably as UTF-16).
320320
A client with `working-tree-encoding` support will interpret the
321321
internal contents as UTF-8 and try to convert it to UTF-16 on checkout.

0 commit comments

Comments
 (0)