Skip to content

Commit 5da96e2

Browse files
committed
quote packfile
1 parent 5231e09 commit 5da96e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/11-git-internals/sections/packfiles.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Wouldn't it be nice if Git could store one of them in full but then the second o
8686

8787
It turns out that it can.
8888
The initial format in which Git saves objects on disk is called a ``loose'' object format.
89-
However, occasionally Git packs up several of these objects into a single binary file called a packfile in order to save space and be more efficient.
89+
However, occasionally Git packs up several of these objects into a single binary file called a ``packfile'' in order to save space and be more efficient.
9090
Git does this if you have too many loose objects around, if you run the `git gc` command manually, or if you push to a remote server.
9191
To see what happens, you can manually ask Git to pack up the objects by calling the `git gc` command:
9292

0 commit comments

Comments
 (0)