Comment 38 for bug 1751482

Revision history for this message
RJ Skerry-Ryan (rryan) wrote : Re: Selected tracks not highlighted in library table on older Windows

@Be -- yea, but now there are two different options that effectively clear the workspace -- under git there's the option "clean after checkout" which does the following:

Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10

So all untracked files should be wiped out.

I thought this was already enabled, so I'm confused why enabling the "clear the workspace" option in addition to this has any effect.