diff options
Diffstat (limited to 'devdocs/git/git-unpack-objects.html')
| -rw-r--r-- | devdocs/git/git-unpack-objects.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devdocs/git/git-unpack-objects.html b/devdocs/git/git-unpack-objects.html deleted file mode 100644 index fb13b524..00000000 --- a/devdocs/git/git-unpack-objects.html +++ /dev/null @@ -1,6 +0,0 @@ -<h1>git-unpack-objects</h1> <h2 id="_name">Name</h2> <div class="sectionbody"> <p>git-unpack-objects - Unpack objects from a packed archive</p> </div> <h2 id="_synopsis">Synopsis</h2> <div class="sectionbody"> <div class="verseblock"> <pre class="content" data-language="shell">git unpack-objects [-n] [-q] [-r] [--strict]</pre> </div> </div> <h2 id="_description">Description</h2> <div class="sectionbody"> <p>Read a packed archive (.pack) from the standard input, expanding the objects contained within and writing them into the repository in "loose" (one object per file) format.</p> <p>Objects that already exist in the repository will <strong>not</strong> be unpacked from the packfile. Therefore, nothing will be unpacked if you use this command on a packfile that exists within the target repository.</p> <p>See <a href="git-repack">git-repack[1]</a> for options to generate new packs and replace existing ones.</p> </div> <h2 id="_options">Options</h2> <div class="sectionbody"> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-unpack-objects.txt--n"> -n </dt> <dd> <p> Dry run. Check the pack file without actually unpacking the objects.</p> </dd> <dt class="hdlist1" id="Documentation/git-unpack-objects.txt--q"> -q </dt> <dd> <p>The command usually shows percentage progress. This flag suppresses it.</p> </dd> <dt class="hdlist1" id="Documentation/git-unpack-objects.txt--r"> -r </dt> <dd> <p>When unpacking a corrupt packfile, the command dies at the first corruption. This flag tells it to keep going and make the best effort to recover as many objects as possible.</p> </dd> <dt class="hdlist1" id="Documentation/git-unpack-objects.txt---strict"> --strict </dt> <dd> <p>Don’t write objects with broken content or links.</p> </dd> <dt class="hdlist1" id="Documentation/git-unpack-objects.txt---max-input-sizeltsizegt"> --max-input-size=<size> </dt> <dd> <p>Die, if the pack is larger than <size>.</p> </dd> </dl> </div> </div><div class="_attribution"> - <p class="_attribution-p"> - © 2012–2024 Scott Chacon and others<br>Licensed under the MIT License.<br> - <a href="https://git-scm.com/docs/git-unpack-objects" class="_attribution-link">https://git-scm.com/docs/git-unpack-objects</a> - </p> -</div> |
