summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2022-02-04 17:37:35 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2022-02-07 07:55:13 +0000
commit85e9a7a9c25f5c36634fef26fa2880fbdad34f5d (patch)
tree35baba44ba7cb5c8dc41922166efaec20441228d
parent53ed379314d556b3c6aa840b9c360851d548b2ba (diff)
downloadqt-creator-85e9a7a9c25f5c36634fef26fa2880fbdad34f5d.tar.gz
Doc: Describe filtering Git log by author and toggling colors
Task-number: QTCREATORBUG-26610 Change-Id: I72abb044d6ab54f83b76b72b34b500ed5ea8c47d Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
-rw-r--r--doc/qtcreator/images/qtcreator-git-log.pngbin9485 -> 17020 bytes
-rw-r--r--doc/qtcreator/src/vcs/creator-vcs-git.qdoc12
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/qtcreator/images/qtcreator-git-log.png b/doc/qtcreator/images/qtcreator-git-log.png
index d58051cc34..d628639b7c 100644
--- a/doc/qtcreator/images/qtcreator-git-log.png
+++ b/doc/qtcreator/images/qtcreator-git-log.png
Binary files differ
diff --git a/doc/qtcreator/src/vcs/creator-vcs-git.qdoc b/doc/qtcreator/src/vcs/creator-vcs-git.qdoc
index c27ca66fa2..28ff2daa27 100644
--- a/doc/qtcreator/src/vcs/creator-vcs-git.qdoc
+++ b/doc/qtcreator/src/vcs/creator-vcs-git.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2021 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -107,8 +107,11 @@
algorithm for calculating the differences, select \uicontrol Patience.
To only show text changes, select \uicontrol {Ignore Whitespace}.
- To filter log entries by the text in the commit message or by strings that
- were added or removed, select \uicontrol Filter.
+ To filter log entries by the text in the commit message, by strings that
+ were added or removed, or by author, select \uicontrol Filter. Enter a
+ search sting in the \uicontrol {Filter by message},
+ \uicontrol {Filter by content}, or \uicontrol {Filter by author} field.
+ Select \uicontrol {Case Sensitive} to make filtering consider case.
To follow only the first parent on merge commits, select
\uicontrol {First Parent}.
@@ -116,6 +119,9 @@
To toggle between textual and visual representation of the log, select
\uicontrol Graph.
+ To toggle color coding of different parts of the log entries, select
+ \uicontrol Color.
+
To show log also for previous names of the file, select \uicontrol Follow.
Select \inlineimage icons/reload_gray.png