Send objects packed back to git-fetch-pack NAME git-upload-pack - Send objects packed back to git-fetch-pack SYNOPSIS git-upload-pack [--[no-]strict] [--...Pack unpacked objects in a repository NAME git-repack - Pack unpacked objects in a repository SYNOPSIS git repack [-a] [-A] [-d] [-f] [-F] [-l] [-n] [-q] [-b] [-m] [--window=<n>] […Protocol v0 and v1 capabilities NAME gitprotocol-capabilities - Protocol v0 and v1 capabilities SYNOPSIS <over-the-wire-protocol> DESCRIPTION Note this document describes capabilit…...ne format, followed by a NUL byte and a hostname parameter, terminated by a NUL byte. 0033git-upload-pack /project.git\0host=myserver.com\0 The transport may send Extra Paramete…Create a packed archive of objects NAME git-pack-objects - Create a packed archive of objects SYNOPSIS git pack-objects [-q | --progress | --all-progress] [--all-progress-implied] …...ort, you can request to use protocol v2 by sending "version=2" as an extra parameter: 003egit-upload-pack /project.git\0host=myserver.com\0\0version=2\0 SSH and File Transport W…Git pack format NAME gitformat-pack - Git pack format SYNOPSIS $GIT_DIR/objects/pack/pack- .{pack,idx} $GIT_DIR/objects/pack/pack- .rev $GIT_DIR/objects/pack/pack-*.mtimes $GIT_DIR…...git fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag] [--upload-pack=<git-upload-pack>] [--depth=<n>] [--no-progress] [-v] <repository> [<refs>...] DESCRIPTIO…Write and verify multi-pack-indexes NAME git-multi-pack-index - Write and verify multi-pack-indexes SYNOPSIS git multi-pack-index [--object-dir=<dir>] [--[no-]bitmap] <sub-command>…Cleanup unnecessary files and optimize the local repository NAME git-gc - Cleanup unnecessary files and optimize the local repository SYNOPSIS git gc [--aggressive] [--auto] [--[no…Count unpacked number of objects and their disk consumption NAME git-count-objects - Count unpacked number of objects and their disk consumption SYNOPSIS git count-objects [-v] [-H…Unpack objects from a packed archive NAME git-unpack-objects - Unpack objects from a packed archive SYNOPSIS git unpack-objects [-n] [-q] [-r] [--strict] DESCRIPTION Read a packed …...n shell for Git-only SSH access. git-upload-archive (1) Send archive back to git-archive. git-upload-pack (1) Send objects packed back to git-fetch-pack. Internal helper command…Pack heads and tags for efficient repository access NAME git-pack-refs - Pack heads and tags for efficient repository access SYNOPSIS git pack-refs [--all] [--no-prune] [--auto] [-…Write and verify Git commit-graph files NAME git-commit-graph - Write and verify Git commit-graph files SYNOPSIS git commit-graph verify [--object-dir <dir>] [--shallow] [--[no-]pr…...ata written to stdin of the specified <command> is assumed to be sent to a git:// server, git-upload-pack, git-receive-pack or git-upload-archive (depending on situation), and d…...nected to specified service (git prefix is included in service name so e.g. fetching uses git-upload-pack as service) on remote side. Valid replies to this command are empty lin…Validate packed Git archive files NAME git-verify-pack - Validate packed Git archive files SYNOPSIS git verify-pack [-v | --verbose] [-s | --stat-only] [--] <pack>.idx... DESCRIPTI…...e request MUST NOT contain additional query parameters. C: GET $GIT_URL/info/refs?service=git-upload-pack HTTP/1.0 dumb server reply: S: 200 OK S: S: 95dcfa3633004da0049d3d0fa03…...d> is given, it is assumed to be a bidirectional socket connected to a remote Git server (git-upload-pack, git-receive-pack, or git-upload-archive). If both <infd> and <outfd> a…