Skip to content

Commit bd5ea89

Browse files
committed
re-add postIndexChange call after stage/unstage operations
1 parent 6690368 commit bd5ea89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Classes/git/PBGitIndex.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,9 @@ - (BOOL)performStageOrUnstage:(BOOL)stage withFiles:(NSArray *)files
453453
if (loopTo > filesCount)
454454
loopTo = filesCount;
455455
}
456+
457+
[self postIndexChange];
458+
456459
return YES;
457460
}
458461

0 commit comments

Comments
 (0)