https://github.com/git-lfs/verify-pack
verify-pack(1) prints the locations of objects in Git packfiles.
https://github.com/git-lfs/verify-pack
Last synced: 10 months ago
JSON representation
verify-pack(1) prints the locations of objects in Git packfiles.
- Host: GitHub
- URL: https://github.com/git-lfs/verify-pack
- Owner: git-lfs
- License: mit
- Created: 2017-07-25T14:43:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T00:13:45.000Z (about 4 years ago)
- Last Synced: 2025-04-14T23:41:31.019Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# verify-pack(1)
`verify-pack(1)` parses v1 and v2 packfiles and prints the locations of the
objects contained within them.
## Usage
`verify-pack(1)` accepts the filepath of a v1 or v2 packfile as its argument,
and a line-delimited list of object names (in ASCII-encoded SHA-1 format) on
stdin.
## License
MIT.