This is a UK-based collaborative blog for Drupal developers around the world. There is also an associated Drupal news feed available on this page.
Welcome to Drupaler.co.uk
Recent blog posts
- Get out, git!
- Moving a git local branch from one local to another
- Piping A File In To MySQL
- A concept for limiting taxonomy terms by common fields
- Dynamically changing Views table joins
- Skype Call Recording In Linux
- Look, Drupal 7!
- Updating From Fedora 12 To Fedora 13
- It's Amazing What You Find: Crusty Bits of the Menu System
- Security Releases Don't Work
Recent comments
© 2010 Greg Harvey. Drupal theme by Kiwi Themes.

I've used drush make on some projects and I really don't like using it.
I find it complicates the workflow for patching contrib modules, or working on my own patches to them, because those are not under direct version control. Hence I don't have the facility of being able to try things and back out of them with git revert or local branches.
Also, in teams where not everyone is comfortable with drush, having one big git repo makes things easier.
Though actually, it doesn't seem to have been committed to 6.x.
Oops. I skim-read to the end of that issue and saw it was still open and on 8.x. Thanks for the correction!
It's a configuration file, but if you change your .htaccess it's a change to core you may have to reproduce after future core updates.
I read the issue you linked, and it was fixed in core two years ago:
http://drupalcode.org/sandbox/eaton/1260780.git/commitdiff/84d9994?hp=73...
The issue was reopened because blocking all "dot" directories had unintended side-effects. Your .git directories are safe though.