Defining submodule properties NAME gitmodules - Defining submodule properties SYNOPSIS $GIT_WORK_TREE/.gitmodules DESCRIPTION The .gitmodules file, located in the top-level directo…libaudit configuration file NAME libaudit.conf - libaudit configuration file DESCRIPTION The file /etc/libaudit.conf contains configuration information for user space applications …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…System units to start the user manager NAME user@.service, user-runtime-dir@.service, systemd-user-runtime-dir - System units to start the user manager SYNOPSIS user@ UID .service …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…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…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…Git HTTP-based protocols NAME gitprotocol-http - Git HTTP-based protocols SYNOPSIS <over-the-wire-protocol> DESCRIPTION Git supports two HTTP based transfer protocols. A "dumb" pro…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…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…Git cryptographic signature formats NAME gitformat-signature - Git cryptographic signature formats SYNOPSIS <[tag|commit] object header(s)> <over-the-wire protocol> DESCRIPTION Git…How packs are transferred over-the-wire NAME gitprotocol-pack - How packs are transferred over-the-wire SYNOPSIS <over-the-wire-protocol> DESCRIPTION Git supports transferring data…mapped memory regions NAME /proc/pid/maps - mapped memory regions DESCRIPTION /proc/ pid /maps A file containing the currently mapped memory regions and their access permissions. S…Declarative allocation of system users and groups NAME sysusers.d - Declarative allocation of system users and groups SYNOPSIS /etc/sysusers.d/*.conf /run/sysusers.d/*.conf /usr/lo…Git commit-graph format NAME gitformat-commit-graph - Git commit-graph format SYNOPSIS $GIT_DIR/objects/info/commit-graph $GIT_DIR/objects/info/commit-graphs/* DESCRIPTION The Git …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…Map author/committer names and/or E-Mail addresses NAME gitmailmap - Map author/committer names and/or E-Mail addresses SYNOPSIS $GIT_WORK_TREE/.mailmap DESCRIPTION If the file .ma…Git Wire Protocol, Version 2 NAME gitprotocol-v2 - Git Wire Protocol, Version 2 SYNOPSIS <over-the-wire-protocol> DESCRIPTION This document presents a specification for a version 2…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 …Things common to various protocols NAME gitprotocol-common - Things common to various protocols SYNOPSIS <over-the-wire-protocol> DESCRIPTION This document defines things common to…