Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
avoid unnecessary reloads
Browse files Browse the repository at this point in the history
  • Loading branch information
laullon committed Jan 6, 2011
1 parent 8249c96 commit 0253054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PBGitHistoryList.m
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ - (BOOL) selectedBranchNeedsNewGraph:(PBGitRevSpecifier *)rev

- (BOOL) haveRefsBeenModified
{
[repository reloadRefs];
//[repository reloadRefs];

NSMutableSet *currentRefSHAs = [NSMutableSet setWithArray:[repository.refs allKeys]];
[currentRefSHAs minusSet:lastRefSHAs];
Expand Down

0 comments on commit 0253054

Please sign in to comment.