uTools-Manuals/docs/git/git show-index.html
2019-05-07 10:40:55 +08:00

1 line
913 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="c-markdown doc-markdown"><div class="doc-postil"><div class="c-markdown"><h2>名称</h2></div></div><div class="doc-postil"><div class="c-markdown"><p>git-show-index  - 显示打包归档索引</p></div></div><div class="doc-postil"><div class="c-markdown"><h2>概要</h2></div></div><div class="doc-postil"><div class="c-markdown"><pre><code class="language-Bash">git show-index</code></pre></div></div><div class="doc-postil"><div class="c-markdown"><h2>描述</h2></div></div><div class="doc-postil"><div class="c-markdown"><p>从标准输入中读取使用<code>git pack-objects</code>命令创建的 Git packfile 的 idx 文件,并转储其内容。</p></div></div><div class="doc-postil"><div class="c-markdown"><p>它输出的信息是可以从<code>git verify-pack -v</code>中获得的信息的子集;此命令仅显示每个对象的包文件偏移量和 SHA-1。</p></div></div></div>