We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
${files:N}
1 parent 5fef6e9 commit cc66afeCopy full SHA for cc66afe
src/Models/CommitTemplate.cs
@@ -55,7 +55,7 @@ public string Apply(List<Change> changes)
55
{
56
var count = Math.Min(int.Parse(countStr.Substring(1)), changes.Count);
57
for (int j = 0; j < count; j++)
58
- paths.Add(changes[i].Path);
+ paths.Add(changes[j].Path);
59
60
if (count < changes.Count)
61
more = $" and {changes.Count - count} other files";
0 commit comments