git status should be all green after
drush qc --domain=test.dev --makefile=d7git.make, right?
but i get maybe 100 modified files...
git status should be all green after
drush qc --domain=test.dev --makefile=d7git.make, right?
but i get maybe 100 modified files...
Comments
Comment #1
mike stewart commentedhmm, yes. There are actually two things going on here.
First is related to drush make, it seems this is a default setting... see: #1528422: Patches no longer apply because of info file re-writing and #1508536: Drush Make + Timestamp + Git -- there are comments that suggest to use
--no-gitinfofile(can be set in .drushrc.php file)Second is a bug (that was already on my personal todo list). quickstart-fixperms incorrectly changes permissions to the files in /scripts/* folder.
I tend to agree this shouldn't be the default, but I'd like some more feedback.... pleeeease?
As a workaround in the mean time, type
git reset --hardin a terminal to fix the drush make changes.Comment #2
mike stewart commentedchanging to feature request ... as things are working ... but could be better.