diff --git a/dist/changelog/changes-17.0.0.md b/dist/changelog/changes-17.0.0.md index 879d71d307d..f6d59b95d3c 100644 --- a/dist/changelog/changes-17.0.0.md +++ b/dist/changelog/changes-17.0.0.md @@ -191,7 +191,8 @@ Version Control Systems ([Documentation](https://doc-snapshots.qt.io/qtcreator-17.0/creator-how-to-git-diff.html)) * Added `Revert` to the actions in the `Instant Blame` tooltip ([Documentation](https://doc-snapshots.qt.io/qtcreator-17.0/creator-how-to-git-reset.html)) -* Added the option to create annotated tags to the `Create Branch` dialog +* Added the option to create annotated tags to the `Add Tag` dialog + ([Documentation](https://doc-snapshots.qt.io/qtcreator-17.0/creator-how-to-git-log.html)) * Added a `Diff & Cancel` option to the `Uncommitted Changes Found` dialog ([QTCREATORBUG-25795](https://bugreports.qt.io/browse/QTCREATORBUG-25795)) * Added a `.gitignore` file when creating a repository in an existing directory diff --git a/doc/qtcreator/src/vcs/creator-vcs-git.qdoc b/doc/qtcreator/src/vcs/creator-vcs-git.qdoc index 00f561461b1..950ac1bef1f 100644 --- a/doc/qtcreator/src/vcs/creator-vcs-git.qdoc +++ b/doc/qtcreator/src/vcs/creator-vcs-git.qdoc @@ -368,7 +368,8 @@ \li Learn More \row \li \uicontrol {Add Tag for } - \li Add a tag reference to the change. + \li Add a tag reference to the change. You can add an annotation to + the tag. \li \row \li \uicontrol {Checkout } @@ -1170,7 +1171,8 @@ \li Cherry-pick the selected change to the local repository. \row \li \uicontrol Revert - \li Revert back to the state of the last commit. + \li Revert the changes introduced by the commit. All other commits + remain unchanged. \row \li \uicontrol Show \li Show the commit in the diff editor.