> No nitpicking, please. I just wrote that it resets checkout to pristine > state.
I wasn't trying? git reset won't delete any ignored files (like the build/ folder) -- so either we differ in what a "pristine" state is or you have a wrong understanding of git reset. Try it on your local checkout after you've built Lucene or something: git reset The build folder will still be there. D. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
