Add a bit to each entry indicating if it's outside of the worktree root
This commit is contained in:
parent
1b71589514
commit
cd823ede4d
8 changed files with 110 additions and 34 deletions
|
@ -1011,7 +1011,8 @@ message Entry {
|
|||
Timestamp mtime = 5;
|
||||
bool is_symlink = 6;
|
||||
bool is_ignored = 7;
|
||||
optional GitStatus git_status = 8;
|
||||
bool is_external = 8;
|
||||
optional GitStatus git_status = 9;
|
||||
}
|
||||
|
||||
message RepositoryEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue