Show what revision and author last modified each line of a file NAME git-blame - Show what revision and author last modified each line of a file SYNOPSIS git blame [-c]......Optionally annotates from a given revision. The only difference between this command and git-blame (1) is that they use slightly different output formats, and this command exist…Git web interface (web frontend to Git repositories) NAME gitweb - Git web interface (web frontend to Git repositories) SYNOPSIS To get started with gitweb, run git-instaweb (1) fr…...rent hashes %an author name %aN author name (respecting .mailmap, see git-shortlog (1) or git-blame (1)) %ae author email %aE author email (respecting .mailmap, see git-shortlog…Get and set repository or global options NAME git-config - Get and set repository or global options SYNOPSIS git config list [<file-option>] [<display-option>] [--includes] git con…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…Create a new commit object NAME git-commit-tree - Create a new commit object SYNOPSIS git commit-tree <tree> [(-p <parent>)...] git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-…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…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…...ace objects. Interrogators: git-annotate (1) Annotate file lines with commit information. git-blame (1) Show what revision and author last modified each line of a file. git-bugr…...ct -h to get a long usage description. SEE ALSO Fighting regressions with git bisect [1], git-blame (1). GIT Part of the git (1) suite NOTES 1. Fighting regressions with git bis…Record changes to the repository NAME git-commit - Record changes to the repository SYNOPSIS git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend] [--dry-run] [(…Backend for fast Git data importers NAME git-fast-import - Backend for fast Git data importers SYNOPSIS frontend | git fast-import [<options>] DESCRIPTION This program is usually n…Analyze and debug system manager NAME systemd-analyze - Analyze and debug system manager SYNOPSIS systemd-analyze [OPTIONS...] [time] systemd-analyze [OPTIONS...] blame systemd-ana…Server side implementation of Git over HTTP NAME git-http-backend - Server side implementation of Git over HTTP SYNOPSIS git http-backend DESCRIPTION A simple CGI program to serve …Restricted login shell for Git-only SSH access NAME git-shell - Restricted login shell for Git-only SSH access SYNOPSIS chsh -s $(command -v git-shell) <user> git clone <user> @loc…Show a Git logical variable NAME git-var - Show a Git logical variable SYNOPSIS git var (-l | <variable>) DESCRIPTION Prints a Git logical variable. Exits with code 1 if the variab…Bridge smart transport to external command. NAME git-remote-ext - Bridge smart transport to external command. SYNOPSIS git remote add <nick> "ext::<command>[ <arguments>...]" DESCR…Manage set of tracked repositories NAME git-remote - Manage set of tracked repositories SYNOPSIS git remote [-v | --verbose] git remote add [-t <branch>] [-m <master>] [-f] [--[no-…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] [--timeout=<n>] [--stateless-r…