diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
| commit | 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch) | |
| tree | 158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/git/git-prune-packed.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/git/git-prune-packed.html')
| -rw-r--r-- | devdocs/git/git-prune-packed.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devdocs/git/git-prune-packed.html b/devdocs/git/git-prune-packed.html deleted file mode 100644 index be81d577..00000000 --- a/devdocs/git/git-prune-packed.html +++ /dev/null @@ -1,6 +0,0 @@ -<h1>git-prune-packed</h1> <h2 id="_name">Name</h2> <div class="sectionbody"> <p>git-prune-packed - Remove extra objects that are already in pack files</p> </div> <h2 id="_synopsis">Synopsis</h2> <div class="sectionbody"> <div class="verseblock"> <pre class="content" data-language="shell">git prune-packed [-n | --dry-run] [-q | --quiet]</pre> </div> </div> <h2 id="_description">Description</h2> <div class="sectionbody"> <p>This program searches the <code>$GIT_OBJECT_DIRECTORY</code> for all objects that currently exist in a pack file as well as in the independent object directories.</p> <p>All such extra objects are removed.</p> <p>A pack is a collection of objects, individually compressed, with delta compression applied, stored in a single file, with an associated index file.</p> <p>Packs are used to reduce the load on mirror systems, backup engines, disk storage, etc.</p> </div> <h2 id="_options">Options</h2> <div class="sectionbody"> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-prune-packed.txt--n"> -n </dt> <dt class="hdlist1" id="Documentation/git-prune-packed.txt---dry-run"> --dry-run </dt> <dd> <p>Don’t actually remove any objects, only show those that would have been removed.</p> </dd> <dt class="hdlist1" id="Documentation/git-prune-packed.txt--q"> -q </dt> <dt class="hdlist1" id="Documentation/git-prune-packed.txt---quiet"> --quiet </dt> <dd> <p>Squelch the progress indicator.</p> </dd> </dl> </div> </div> <h2 id="_see_also">See also</h2> <div class="sectionbody"> <p><a href="git-pack-objects">git-pack-objects[1]</a> <a href="git-repack">git-repack[1]</a></p> </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-prune-packed" class="_attribution-link">https://git-scm.com/docs/git-prune-packed</a> - </p> -</div> |
