Closed (fixed)
Project:
Drush
Version:
All-versions-4.x-dev
Component:
Core Commands
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
4 Mar 2011 at 16:59 UTC
Updated:
24 Jun 2011 at 04:21 UTC
Jump to comment: Most recent file
A minor annoyance - we ignore .svn dirs but not .git dirs. That makes a lot of noise.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | drush-1081524.patch | 754 bytes | jonhattan |
Comments
Comment #1
anarcat commentedThis is actually a drush issue - the exclude patterns are generated from the "version_control" engines and there's no such engine for git..
This is in commands/core/rsync.core.inc:
I guess that we would need to create a engine for git but this seems rather overkill for just an exclude pattern.
Comment #2
moshe weitzman commentedSeems like we should ignore those somehow.
Comment #3
jonhattanWhen drush_version_control_reserved_files() was introduced the plan was to have #797190: Git version control engine for --gitsync and more.
Patch attached hardcode support for git and mercurial (just in case) in drush_version_control_reserved_files().
Comment #4
moshe weitzman commentedLooks good. Thanks.
Comment #5
jonhattancommitted.
Comment #6
jonhattanComment #7
msonnabaum commentedBackported.