forked from qt-creator/qt-creator
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:
Binary file not shown.
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 17 KiB |
@@ -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
|
||||
|
Reference in New Issue
Block a user