You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Unexpected executable file at ${filepath}, GitHub API only supports non-executable files and directories. You may need to add this file to .gitignore`,
88
94
);
89
95
}
90
-
constprevOid=awaitcommit?.oid();
91
-
constcurrentOid=awaitworkdir?.oid();
92
-
// Don't include files that haven't changed, and exist in both trees
93
-
if(prevOid===currentOid&&!commit===!workdir){
94
-
returnnull;
95
-
}
96
96
// Iterate through anything that may be a directory in either the
0 commit comments