amend checkout to overwrite ignore by default

This commit is contained in:
elianddb
2026-02-11 16:31:32 -08:00
parent f27678bc27
commit 82d58cb7d9

View File

@@ -216,7 +216,7 @@ func CleanOldWorkingSet(
}
// we also have to do a clean, because we the ResetHard won't touch any new tables (tables only in the working set)
newRoots, err := CleanUntracked(ctx, resetRoots, []string{}, false, true, true)
newRoots, err := CleanUntracked(ctx, resetRoots, []string{}, false, true, false)
if err != nil {
return err
}