Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-09-07 11:27:03 +0300
committerJunio C Hamano <gitster@pobox.com>2022-09-07 19:46:06 +0300
commit00c80534f63bc27e11e2f17a8623af142ac122c0 (patch)
tree3daded0f0c2892d60f4378faacd37444906964d6 /Documentation/git-log.txt
parent2a9dfdf260db304763e4db159921565feeedef40 (diff)
log docs: de-duplicate configuration sections
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Reviewed-by: Matheus Tavares <matheus.bernardino@usp.br> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r--Documentation/git-log.txt30
1 files changed, 2 insertions, 28 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index ed802bb8e1..1e6b9184f7 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt
@@ -199,36 +199,10 @@ i18n.logOutputEncoding::
Defaults to the value of `i18n.commitEncoding` if set, and UTF-8
otherwise.
-log.date::
- Default format for human-readable dates. (Compare the
- `--date` option.) Defaults to "default", which means to write
- dates like `Sat May 8 19:35:34 2010 -0500`.
-+
-If the format is set to "auto:foo" and the pager is in use, format
-"foo" will be the used for the date format. Otherwise "default" will
-be used.
-
-log.follow::
- If `true`, `git log` will act as if the `--follow` option was used when
- a single <path> is given. This has the same limitations as `--follow`,
- i.e. it cannot be used to follow multiple files and does not work well
- on non-linear history.
-
-log.showRoot::
- If `false`, `git log` and related commands will not treat the
- initial commit as a big creation event. Any root commits in
- `git log -p` output would be shown without a diff attached.
- The default is `true`.
-
-log.showSignature::
- If `true`, `git log` and related commands will act as if the
- `--show-signature` option was passed to them.
-
-mailmap.*::
- See linkgit:git-shortlog[1].
-
include::includes/cmd-config-section-rest.txt[]
+include::config/log.txt[]
+
include::config/notes.txt[]
GIT