[utilities/kate] addons/git-blame: Changed outdated comment
Christoph Cullmann <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 68b6c93f93a8521108959918363add6993209b1d by Christoph Cullmann, on behalf of Leo Ruggeri.
Committed on 25/07/2026 at 11:45.
Pushed by cullmann into branch 'master'.
Changed outdated comment
M +1 -1 addons/git-blame/kategitblameplugin.cpp
https://invent.kde.org/utilities/kate/-/commit/68b6c93f93a8521108959918363add6993209b1d
diff --git a/addons/git-blame/kategitblameplugin.cpp b/addons/git-blame/kategitblameplugin.cpp
index 93919ac8c9..31a957a4ea 100644
--- a/addons/git-blame/kategitblameplugin.cpp
+++ b/addons/git-blame/kategitblameplugin.cpp
@@ -430,7 +430,7 @@ void KateGitBlamePluginView::showFinished(int exitCode, QProcess::ExitStatus exi
return;
}
- // Replace commit hash with html link
+ // Add html link after commit hash
const QString prefix = QLatin1String("commit ");
int start = stdOut.indexOf(prefix);
if (start != -1) {