Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit de66fac

Browse files
Merge branch 'fixes/repository-initialize-git-commands' into enhancements/repository-watcher-refactor
# Conflicts: # src/GitHub.Api/Git/Repository.cs
2 parents f7df0db + 6cabf37 commit de66fac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/GitHub.Api/Git/Repository.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,15 @@ private void CacheContainer_OnCacheInvalidated(CacheType cacheType)
259259
break;
260260

261261
case CacheType.GitLogCache:
262+
UpdateGitLog();
262263
break;
263264

264265
case CacheType.GitStatusCache:
266+
UpdateGitStatus();
265267
break;
266268

267269
case CacheType.GitLocksCache:
270+
UpdateLocks();
268271
break;
269272

270273
case CacheType.GitUserCache:

0 commit comments

Comments
 (0)