Doc: Describe move detection and hiding date in Git Blame view

Task-number: QTCREATORBUG-27876
Change-Id: Ibf93af9dfcd621bf66ddcf84cbae5d5baa963635
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Leena Miettinen
2022-11-11 10:22:24 +01:00
parent b59ad8b0a9
commit 60bc856a20
2 changed files with 14 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -113,15 +113,26 @@
\section2 Viewing Annotations
To view annotations, select \uicontrol{Blame}. The view displays the lines
of the file prepended by the commit identifier they originate from. Clicking
on the commit identifier shows a detailed description of the change.
To view annotations, select \uicontrol {Blame}. The \uicontrol {Git Blame}
view displays the lines of the file prepended by the commit identifier they
originate from.
\image qtcreator-git-blame.webp "Git Blame view"
Click the commit identifier to show a detailed description of the change.
To show the annotation of a previous version, right-click on the commit
identifier and select \uicontrol {Blame Parent Revision}. This allows you
to navigate through the history of the file and obtain previous versions
of it.
To view moved or copied lines within a file or between files, select
\uicontrol {Detect Moves Within File}, \uicontrol {Detect Moves Between Files},
or \uicontrol {Detect Moves and Copies Between Files}.
To hide the date and time information in the view, select
\uicontrol {Omit Date}.
The other actions in the context-menu enable you to apply actions to the
commit, such as cherry-pick, checkout, or revert it.