SteamedPears / Code-Review

A web app for reviewing code (and other text), written in node.js using redis as the persistent store.
http://review.steamedpears.com
ISC License
1 stars 2 forks source link

`git clean -X` deletes tracked files #135

Closed psimonyi closed 11 years ago

psimonyi commented 11 years ago

This seems like a bug in git, even though it follows the literal interpretation of the man pages. But it means reset_dev.sh leaves uncommitted changes in an initially clean repository.

psimonyi commented 11 years ago

Closed by #136 (7929d3a)