Skip to content

Commit 6346b40

Browse files
committed
Merge pull request progit#535 from hedrok/fix-half
Use 'half' instead of '½'
2 parents 504c661 + 4d42b2d commit 6346b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The other files are your new packfile and an index.
120120
The packfile is a single file containing the contents of all the objects that were removed from your filesystem.
121121
The index is a file that contains offsets into that packfile so you can quickly seek to a specific object.
122122
What is cool is that although the objects on disk before you ran the `gc` were collectively about 15K in size, the new packfile is only 7K.
123-
You've cut your disk usage by ½ by packing your objects.
123+
You've cut your disk usage by half by packing your objects.
124124

125125
How does Git do this?
126126
When Git packs objects, it looks for files that are named and sized similarly, and stores just the deltas from one version of the file to the next.

0 commit comments

Comments
 (0)