bandaid icon indicating copy to clipboard operation
bandaid copied to clipboard

Drush tool for patch management.

Results 13 bandaid issues
Sort by recently updated
recently updated
newest added

Initial work by @arnested I did the rest

Hi! The yaml file was created. I noticed this because git was telling me no files had been changed, which was not what I expected with patching. I think that...

Hi! The commands for this Drush extension involve either cd-ing to the module's directory or supplying it on the command line. Drush has a [Drupal Directory](https://drushcommands.com/drush-8x/core/drupal-directory/) command (dd) that can...

the command: 'drush bandaid-patch https://www.drupal.org/node/1507896' 'Core 8.0.2 detected. [status] Looks like a Drupal issue url, looking for patches. [status] Please select patch. [0] : Cancel [1] : #27 https://www.drupal.org/files/issues/interdiff_5805.txt [2]...

When trying to apply patches on a project I get the following output: ``` Patched with [projectname].local.patch. [ok] Error executing command "git --work-tree=[path-to-project] checkout[error] bandaid_local" ``` When trying to run...

The output could use some work, it's a bit odd that tearoff and apply got pretty similar output. All commands should probably have a summary message at the end such...

It seems I've been working on a very similar Drush tool, https://bitbucket.org/davereid/drush-patchfile since the beginning of this year. I'd love to collaborate where we can to make one awesome Drush...

It's the recommended format for d.o patches, so we should look into producing those.

In [bandaid.drush.inc](bandaid.drush.inc#L238) we should check whether the patch(1) command actually exists. I just discovered a CentOS server that came without the patch command installed. The error message from Bandaid was...