Skip to content

Commit 0253054

Browse files
committed
avoid unnecessary reloads
1 parent 8249c96 commit 0253054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PBGitHistoryList.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ - (BOOL) selectedBranchNeedsNewGraph:(PBGitRevSpecifier *)rev
287287

288288
- (BOOL) haveRefsBeenModified
289289
{
290-
[repository reloadRefs];
290+
//[repository reloadRefs];
291291

292292
NSMutableSet *currentRefSHAs = [NSMutableSet setWithArray:[repository.refs allKeys]];
293293
[currentRefSHAs minusSet:lastRefSHAs];

0 commit comments

Comments
 (0)