{
    "content": [
        {
            "type": "text",
            "text": "# GIT-PRUNE-PACKED (man)\n\n## NAME\n\ngit-prune-packed - Remove extra objects that are already in pack files\n\n## SYNOPSIS\n\ngit prune-packed [-n|--dry-run] [-q|--quiet]\n\n## DESCRIPTION\n\nThis program searches the $GITOBJECTDIRECTORY for all objects that currently exist in a\npack file as well as the independent object directories.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (2 subsections)\n- **SEE ALSO**\n- **GIT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "GIT-PRUNE-PACKED",
        "section": "",
        "mode": "man",
        "summary": "git-prune-packed - Remove extra objects that are already in pack files",
        "synopsis": "git prune-packed [-n|--dry-run] [-q|--quiet]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-n",
                "long": "--dry-run",
                "arg": null,
                "description": "Don’t actually remove any objects, only show those that would have been removed."
            },
            {
                "flag": "-q",
                "long": "--quiet",
                "arg": null,
                "description": "Squelch the progress indicator."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "git-pack-objects",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/git-pack-objects/1/json"
            },
            {
                "name": "git-repack",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/git-repack/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-n, --dry-run",
                        "lines": 2,
                        "flag": "-n",
                        "long": "--dry-run"
                    },
                    {
                        "name": "-q, --quiet",
                        "lines": 2,
                        "flag": "-q",
                        "long": "--quiet"
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "GIT",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "git-prune-packed - Remove extra objects that are already in pack files\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "git prune-packed [-n|--dry-run] [-q|--quiet]\n\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This program searches the $GITOBJECTDIRECTORY for all objects that currently exist in a\npack file as well as the independent object directories.\n\nAll such extra objects are removed.\n\nA pack is a collection of objects, individually compressed, with delta compression applied,\nstored in a single file, with an associated index file.\n\nPacks are used to reduce the load on mirror systems, backup engines, disk storage, etc.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-n, --dry-run",
                        "content": "Don’t actually remove any objects, only show those that would have been removed.\n",
                        "flag": "-n",
                        "long": "--dry-run"
                    },
                    {
                        "name": "-q, --quiet",
                        "content": "Squelch the progress indicator.\n",
                        "flag": "-q",
                        "long": "--quiet"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "git-pack-objects(1) git-repack(1)\n",
                "subsections": []
            },
            "GIT": {
                "content": "Part of the git(1) suite\n\n\n\nGit 2.34.1                                   02/26/2026                          GIT-PRUNE-PACKED(1)",
                "subsections": []
            }
        }
    }
}