diff --git a/doc/qtcreator/images/qtcreator-git-log.png b/doc/qtcreator/images/qtcreator-git-log.png index d58051cc34d..d628639b7c1 100644 Binary files a/doc/qtcreator/images/qtcreator-git-log.png and b/doc/qtcreator/images/qtcreator-git-log.png differ diff --git a/doc/qtcreator/src/vcs/creator-vcs-git.qdoc b/doc/qtcreator/src/vcs/creator-vcs-git.qdoc index c27ca66fa2b..28ff2daa27f 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