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>
This commit is contained in:
Leena Miettinen
2022-02-04 17:37:35 +01:00
parent 53ed379314
commit 85e9a7a9c2
2 changed files with 9 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -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