Skip to content

Commit

Permalink
git-show-index: add page (#5940)
Browse files Browse the repository at this point in the history
  • Loading branch information
Waples authored Jun 23, 2021
1 parent 56d35f0 commit 4d63c00
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pages/common/git-show-index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# git show-index

> Show the packed archive index of a Git repository.
> More information: <https://git-scm.com/docs/git-show-index>.
- Read an IDX file for a Git packfile and dump its contents to stdout:

`git show-index {{path/to/file.idx}}`

- Specify the hash algorithm for the index file (experimental):

`git show-index --object-format={{sha1|sha256}} {{path/to/file}}`

0 comments on commit 4d63c00

Please sign in to comment.