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…...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…...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…Git Repository Layout NAME gitrepository-layout - Git Repository Layout SYNOPSIS $GIT_DIR/* DESCRIPTION A Git repository comes in two different flavours: •a .git directory at the r…The bundle file format NAME gitformat-bundle - The bundle file format SYNOPSIS *.bundle *.bdl DESCRIPTION The Git bundle format is a format that represents both refs and Git object…Service enablement presets NAME systemd.preset - Service enablement presets SYNOPSIS /etc/systemd/system-preset/*.preset /run/systemd/system-preset/*.preset /usr/local/lib/systemd/…Hooks used by Git NAME githooks - Hooks used by Git SYNOPSIS $GIT_DIR/hooks/* (or `git config core.hooksPath`/*) DESCRIPTION Hooks are programs you can place in a hooks directory t…Chunk-based file formats NAME gitformat-chunk - Chunk-based file formats SYNOPSIS Used by gitformat-commit-graph (5) and the "MIDX" format (see the pack format documentation in git…Defining attributes per path NAME gitattributes - Defining attributes per path SYNOPSIS $GIT_DIR/info/attributes, .gitattributes DESCRIPTION A gitattributes file is a simple text f…Virtual Network Device configuration NAME systemd.netdev - Virtual Network Device configuration SYNOPSIS netdev .netdev DESCRIPTION A plain ini-style text file that encodes configu…Git index format NAME gitformat-index - Git index format SYNOPSIS $GIT_DIR/index DESCRIPTION Git index format THE GIT INDEX FILE HAS THE FOLLOWING FORMAT All binary numbers are in …Network configuration NAME systemd.network - Network configuration SYNOPSIS network .network DESCRIPTION A plain ini-style text file that encodes network configuration for matching…Gitweb (Git web interface) configuration file NAME gitweb.conf - Gitweb (Git web interface) configuration file SYNOPSIS /etc/gitweb.conf, /etc/gitweb-common.conf, $GITWEBDIR/gitweb…Preference control file for APT NAME apt_preferences - Preference control file for APT DESCRIPTION The APT preferences file /etc/apt/preferences and the fragment files in the /etc/…Defining submodule properties NAME gitmodules - Defining submodule properties SYNOPSIS $GIT_WORK_TREE/.gitmodules DESCRIPTION The .gitmodules file, located in the top-level directo…Specifies intentionally untracked files to ignore NAME gitignore - Specifies intentionally untracked files to ignore SYNOPSIS $XDG_CONFIG_HOME/git/ignore, $GIT_DIR/info/exclude, .g…Configuration file for APT NAME apt.conf - Configuration file for APT DESCRIPTION /etc/apt/apt.conf is the main configuration file shared by all the tools in the APT suite of tools…Git cryptographic signature formats NAME gitformat-signature - Git cryptographic signature formats SYNOPSIS <[tag|commit] object header(s)> <over-the-wire protocol> DESCRIPTION Git…