NAME gitattributes - Defining attributes per path SYNOPSIS $GIT_DIR/info/attributes, .gitattributes DESCRIPTION A gitattributes file ... what attributes are assigned to a path, Git…NAME githooks - Hooks used by Git SYNOPSIS $GIT_DIR/hooks/* (or `git config core.hooksPath`/*) DESCRIPTION Hooks ... trigger actions at certain points in git’s execution. Hooks tha…NAME gitrepository-layout - Git Repository Layout SYNOPSIS $GIT_DIR/* DESCRIPTION A Git repository comes ... different flavours: •a .git directory at the root of the working tree; …NAME gitweb.conf - Gitweb (Git web interface) configuration file SYNOPSIS /etc/gitweb.conf, /etc/gitweb-common.conf, $GITWEBDIR/gitweb_config.perl DESCRIPTION The gitweb ... script…NAME gitprotocol-http - Git HTTP-based protocols SYNOPSIS DESCRIPTION Git supports two HTTP based transfer ... smart" protocol which requires a Git aware CGI (or server module). …transferred over-the-wire SYNOPSIS DESCRIPTION Git supports transferring data in packfiles over ... client. The three transports (ssh, git, file) use the same protocol to transfe…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/objects/pac…NAME gitprotocol-v2 - Git Wire Protocol, Version 2 SYNOPSIS DESCRIPTION This document presents a specification ... version 2 of Git’s wire protocol. Protocol v2 will improve uponfiles to ignore SYNOPSIS $XDG_CONFIG_HOME/git/ignore, $GIT_DIR/info/exclude, .gitignore DESCRIPTION A gitignore file specifies ... intentionally untracked files that Git should ign…NAME gitmodules - Defining submodule properties SYNOPSIS $GIT_WORK_TREE/.gitmodules DESCRIPTION The .gitmodules file, located ... level directory of a Git working tree, is a text f…NAME gitformat-index - Git index format SYNOPSIS $GIT_DIR/index DESCRIPTION Git index format THE GIT ... signature. Optional extensions can be ignored if Git does not understand th…file format SYNOPSIS *.bundle *.bdl DESCRIPTION The Git bundle format is a format that represents ... both refs and Git objects. A bundle is a header in a format similarNAME gitformat-signature - Git cryptographic signature formats SYNOPSIS <[tag|commit] object header(s)> DESCRIPTION Git ... signature type (as selected by gpg.format , see git-co…NAME gitformat-commit-graph - Git commit-graph format SYNOPSIS $GIT_DIR/objects/info/commit-graph $GIT_DIR/objects/info/commit-graphs/* DESCRIPTION ... Git commit-graph stores a li…author/committer names and/or E-Mail addresses SYNOPSIS $GIT_WORK_TREE/.mailmap DESCRIPTION If the file .mailmap ... mailmap.file or mailmap.blob configuration options (see git-con…wire protocols and file formats used in Git. ABNF NOTATION ABNF notation as described ... beginning with "refs/" and not violating the git-check-ref-format command’s validation rul…pack (5)). DESCRIPTION Some file formats in Git use a common concept of "chunks ... file format section of gitformat-pack (5). GIT Part of the git (1) suitePROGRESS The client was started with "git clone -q" or something similar, and doesn ... should not rely on this fact. GIT Part of the git (1) suite NOTES