Skip to content

Commit 3855532

Browse files
authored
list converted to single paragraph
list converted to single paragraph
1 parent ecf144b commit 3855532

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

book/10-git-internals/sections/objects.asc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ Notice that the `lib` subdirectory isn't a blob but a pointer to another tree:
141141

142142
[NOTE]
143143
====
144-
* Depending on what shell you use, you may encounter errors when using the `master^{tree}` syntax
145-
* In PowerShell or CMD on Windows, the `^` character is used for escaping, so you have to double it to avoid this: `git cat-file -p mater^^{tree}`
146-
* If you're using ZSH, the `^` character is used for globbing, so you have to enclose the whole expression in quotes: `git cat-file -p "master^{tree}"`
144+
Depending on what shell you use, you may encounter errors when using the `master^{tree}` syntax. In PowerShell or CMD on Windows, the `^` character is used for escaping, so you have to double it to avoid this: `git cat-file -p mater^^{tree}`. If you're using ZSH, the `^` character is used for globbing, so you have to enclose the whole expression in quotes: `git cat-file -p "master^{tree}"`
147145
====
148146

149147
[source,console]

0 commit comments

Comments
 (0)