Skip to content

Commit 8f622a8

Browse files
dahlbyknulltoken
authored andcommitted
Add StageLevel to IndexEntry.DebuggerDisplay
1 parent 3616204 commit 8f622a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/IndexEntry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private string DebuggerDisplay
124124
get
125125
{
126126
return string.Format(CultureInfo.InvariantCulture,
127-
"{0} => \"{1}\"", Path, Id.ToString(7));
127+
"{0} ({1}) => \"{2}\"", Path, StageLevel, Id.ToString(7));
128128
}
129129
}
130130
}

0 commit comments

Comments
 (0)