From ec8f5decbe990ed711092e4ccffb3fe085583b15 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Tue, 17 Jun 2014 18:52:13 -0400 Subject: [PATCH] Clearify that Tig always uses author date This changes two 'commit date' to 'author date'. References #294 --- doc/manual.adoc | 2 +- doc/tigrc.5.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual.adoc b/doc/manual.adoc index d88e48f..679d275 100644 --- a/doc/manual.adoc +++ b/doc/manual.adoc @@ -88,7 +88,7 @@ from an external command, most often 'git log', 'git diff', or 'git show'. The main view:: Is the default view, and it shows a one line summary of each commit - in the chosen list of revisions. The summary includes commit date, + in the chosen list of revisions. The summary includes author date, author, and the first line of the log message. Additionally, any repository references, such as tags, will be shown. diff --git a/doc/tigrc.5.adoc b/doc/tigrc.5.adoc index a40403e..3e33727 100644 --- a/doc/tigrc.5.adoc +++ b/doc/tigrc.5.adoc @@ -844,7 +844,7 @@ setting the *default* color option. sections in the help view. |line-number |Line numbers. |id |The commit ID. -|date |The commit date. +|date |The author date. |author |The commit author. |mode |The file mode holding the permissions and type. |overflow |Title text overflow. -- 2.11.4.GIT