File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ refs of one working tree from another.
213
213
214
214
In general, all pseudo refs are per working tree and all refs starting
215
215
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
217
217
exception to this: refs inside refs/bisect and refs/worktree is not
218
218
shared.
219
219
Original file line number Diff line number Diff line change @@ -314,8 +314,8 @@ stored as UTF-8 internally. A client without `working-tree-encoding`
314
314
support will checkout `foo.ps1` as UTF-8 encoded file. This will
315
315
typically cause trouble for the users of this file.
316
316
+
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
319
319
stored "as-is" internally (in this example probably as UTF-16).
320
320
A client with `working-tree-encoding` support will interpret the
321
321
internal contents as UTF-8 and try to convert it to UTF-16 on checkout.
You can’t perform that action at this time.
0 commit comments