diff --git a/VSGitBlame/CommitInfoViewFactory.cs b/VSGitBlame/CommitInfoViewFactory.cs index 899d5ac..b792d8a 100644 --- a/VSGitBlame/CommitInfoViewFactory.cs +++ b/VSGitBlame/CommitInfoViewFactory.cs @@ -196,7 +196,7 @@ public static Border Get(CommitInfo commitInfo, IAdornmentLayer adornmentLayer) $""" {commitInfo.AuthorName} | {commitInfo.Time:f} {commitInfo.Summary} - Commit: {commitInfo.Hash.Substring(7)} + Commit: {commitInfo.Hash.Substring(0, 7)} """; _container.Visibility = Visibility.Visible;