mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-07 11:54:59 +00:00
refactor: pass dirs to watcher directly
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
b4ab4afd3a
commit
7031693489
3 changed files with 13 additions and 22 deletions
|
@ -2,9 +2,6 @@
|
|||
{
|
||||
public interface IRepository
|
||||
{
|
||||
string FullPath { get; set; }
|
||||
string GitDirForWatcher { get; }
|
||||
|
||||
void RefreshBranches();
|
||||
void RefreshWorktrees();
|
||||
void RefreshTags();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue