From 440330bd7d3a285d4f8254118b0d065d470d4c75 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Tue, 18 May 2021 19:30:38 +0100 Subject: [PATCH] git-authors: add page (#5951) --- pages/common/git-authors.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/common/git-authors.md diff --git a/pages/common/git-authors.md b/pages/common/git-authors.md new file mode 100644 index 0000000000..8179e4060a --- /dev/null +++ b/pages/common/git-authors.md @@ -0,0 +1,17 @@ +# git authors + +> Display a log or list of committers of a Git repository. Everything except `--list` will create a new file called `AUTHORS`. +> Part of `git-extras`. +> More information: . + +- Create or replace the `AUTHORS` file with a list of committers and open it in the default editor: + +`git authors` + +- Print a full list of committers: + +`git authors --list` + +- List committers, excluding emails, in the default editor, reading from the `AUTHORS` file: + +`git authors --no-email`