{
    "content": [
        {
            "type": "text",
            "text": "# git-update-server-info (man)\n\n## NAME\n\ngit-update-server-info - Update auxiliary info file to help dumb servers\n\n## SYNOPSIS\n\ngit update-server-info\n\n## DESCRIPTION\n\nA dumb server that does not do on-the-fly pack generations must have some auxiliary\ninformation files in $GITDIR/info and $GITOBJECTDIRECTORY/info directories to help clients\ndiscover what references and packs the server has. This command generates such auxiliary\nfiles.\n\n## TLDR\n\n> Update auxiliary repository information for dumb servers (a regular web server that only serves files).\n\n- Update Git's auxiliary files for dumb HTTP serving:\n  `git update-server-info`\n- Rebuild the auxiliary info files from scratch:\n  `git update-server-info {{-f|--force}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OUTPUT**\n- **GIT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "git-update-server-info",
        "section": "",
        "mode": "man",
        "summary": "git-update-server-info - Update auxiliary info file to help dumb servers",
        "synopsis": "git update-server-info",
        "tldr_summary": "Update auxiliary repository information for dumb servers (a regular web server that only serves files).",
        "tldr_examples": [
            {
                "description": "Update Git's auxiliary files for dumb HTTP serving",
                "command": "git update-server-info"
            },
            {
                "description": "Rebuild the auxiliary info files from scratch",
                "command": "git update-server-info {{-f|--force}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "OUTPUT",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "GIT",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "git-update-server-info - Update auxiliary info file to help dumb servers\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "git update-server-info\n\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "A dumb server that does not do on-the-fly pack generations must have some auxiliary\ninformation files in $GITDIR/info and $GITOBJECTDIRECTORY/info directories to help clients\ndiscover what references and packs the server has. This command generates such auxiliary\nfiles.\n",
                "subsections": []
            },
            "OUTPUT": {
                "content": "Currently the command updates the following files. Please see gitrepository-layout(5) for\ndescription of what they are for:\n\n•   objects/info/packs\n\n•   info/refs\n",
                "subsections": []
            },
            "GIT": {
                "content": "Part of the git(1) suite\n\n\n\nGIT-UPDATE-SERVER()",
                "subsections": []
            }
        }
    }
}