Add or parse structured information in commit messages NAME git-interpret-trailers - Add or parse structured information in commit messages SYNOPSIS git interpret-trailers......l add a "Custom-Key" trailer to the tag message.) The trailer.* configuration variables ( git-interpret-trailers (1)) can be used to define if a duplicated trailer is omitted, w…...ts:lines=N The first N lines of the message. Additionally, the trailers as interpreted by git-interpret-trailers (1) are obtained as trailers[:options] (or by using the historic…...reflog subject %(trailers[:<options>]) display the trailers of the body as interpreted by git-interpret-trailers (1). The trailers string may be followed by a colon and zero or …Lists commit objects in reverse chronological order NAME git-rev-list - Lists commit objects in reverse chronological order SYNOPSIS git rev-list [<options>] <commit>... [--] [<pat…...er:<field> , the <field> is interpreted as a case-insensitive commit message trailer (see git-interpret-trailers (1)). For example, if your project uses Reviewed-by trailers, yo…Compares the content and mode of blobs found via two tree objects NAME git-diff-tree - Compares the content and mode of blobs found via two tree objects SYNOPSIS git diff-tree [--s…...d the "Helped-by" trailer to the commit message.) The trailer.* configuration variables ( git-interpret-trailers (1)) can be used to define if a duplicated trailer is omitted, w…Show commit logs NAME git-log - Show commit logs SYNOPSIS git log [<options>] [<revision-range>] [[--] <path>...] DESCRIPTION Shows the commit logs. List commits that are reachable…...n disk. git-fmt-merge-msg (1) Produce a merge commit message. git-hook (1) Run git hooks. git-interpret-trailers (1) Add or parse structured information in commit messages. git-…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…Prune all unreachable objects from the object database NAME git-prune - Prune all unreachable objects from the object database SYNOPSIS git prune [-n] [-v] [--progress] [--expire <…Run a merge for files needing merging NAME git-merge-index - Run a merge for files needing merging SYNOPSIS git merge-index [-o] [-q] <merge-program> (-a | ( [--] <file>...) ) DESC…Display gitattributes information NAME git-check-attr - Display gitattributes information SYNOPSIS git check-attr [--source <tree-ish>] [-a | --all | <attr>...] [--] <pathname>... …Ensures that a reference name is well formed NAME git-check-ref-format - Ensures that a reference name is well formed SYNOPSIS git check-ref-format [--normalize] [--[no-]allow-onel…Copy files from the index to the working tree NAME git-checkout-index - Copy files from the index to the working tree SYNOPSIS git checkout-index [-u] [-q] [-a] [-f] [-n] [--prefix…Restore working tree files NAME git-restore - Restore working tree files SYNOPSIS git restore [<options>] [--source=<tree>] [--staged] [--worktree] [--] <pathspec>... git restore […A really simple server for Git repositories NAME git-daemon - A really simple server for Git repositories SYNOPSIS git daemon [--verbose] [--syslog] [--export-all] [--timeout=<n>] …Compare two commit ranges (e.g. two versions of a branch) NAME git-range-diff - Compare two commit ranges (e.g. two versions of a branch) SYNOPSIS git range-diff [--color=[<when>]]…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…