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 \section2 Viewing Annotations
To view annotations, select \uicontrol{Blame}. The view displays the lines To view annotations, select \uicontrol {Blame}. The \uicontrol {Git Blame}
of the file prepended by the commit identifier they originate from. Clicking view displays the lines of the file prepended by the commit identifier they
on the commit identifier shows a detailed description of the change. 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 To show the annotation of a previous version, right-click on the commit
identifier and select \uicontrol {Blame Parent Revision}. This allows you identifier and select \uicontrol {Blame Parent Revision}. This allows you
to navigate through the history of the file and obtain previous versions to navigate through the history of the file and obtain previous versions
of it. 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 The other actions in the context-menu enable you to apply actions to the
commit, such as cherry-pick, checkout, or revert it. commit, such as cherry-pick, checkout, or revert it.