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
|
@ -74,6 +74,7 @@ CREATE TABLE "worktree_entries" (
|
|||
"mtime_seconds" INTEGER NOT NULL,
|
||||
"mtime_nanos" INTEGER NOT NULL,
|
||||
"is_symlink" BOOL NOT NULL,
|
||||
"is_external" BOOL NOT NULL,
|
||||
"is_ignored" BOOL NOT NULL,
|
||||
"is_deleted" BOOL NOT NULL,
|
||||
"git_status" INTEGER,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue