git status should be all green after

drush qc --domain=test.dev --makefile=d7git.make, right?

but i get maybe 100 modified files...

Comments

mike stewart’s picture

Assigned: Unassigned » mike stewart
Status: Active » Needs work

hmm, 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 --hard in a terminal to fix the drush make changes.

mike stewart’s picture

Category: Bug report » Feature request
Issue summary: View changes
Parent issue: » #2195619: Meta Issue: Drupalpro Version 2 Feature Requests

changing to feature request ... as things are working ... but could be better.