Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/10-git-internals/sections/maintenance.asc
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ You can also pipe it through the `tail` command because you're only interested i

[source,console]
----
$ git verify-pack -v .git/objects/pack/pack-29…69.idx \
$ git verify-pack -v .git/objects/pack/pack-e7f…069.idx \
| sort -k 3 -n \
| tail -3
dadf7258d699da2c8d89b09ef6670edb7d5f91b4 commit 229 159 12
Expand Down