Skip to content

Commit

Permalink
list converted to single paragraph
Browse files Browse the repository at this point in the history
list converted to single paragraph
  • Loading branch information
Rafi993 authored Mar 7, 2018
1 parent ecf144b commit 3855532
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions book/10-git-internals/sections/objects.asc
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ Notice that the `lib` subdirectory isn't a blob but a pointer to another tree:

[NOTE]
====
* 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}"`
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}"`
====

[source,console]
Expand Down

0 comments on commit 3855532

Please sign in to comment.