Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Mar 2012 at 07:16 UTC
Updated:
29 Jul 2014 at 20:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
amateescu commentedStarted to work on this, but only had a few minutes so it's not in a reviewable state. Will post something tomorrow.
Comment #2
amateescu commentedAnd here it is :)
Comment #3
Crell commentedA nice and easy one.
Comment #4
dries commentedThis looks good. We can iterate on this if necessary. Committed to 8.x. Thanks!
Comment #5
sunDries...
Comment #6
webchickReverted that commit, trying again. I think I got it http://drupalcode.org/project/drupal.git/commitdiff/368cf30de0237484dd8e...
Is there a better command than git apply that'll catch stuff like this?
Comment #7
amateescu commentedMentioned this to @webchick earlier in IRC but maybe it's useful to have it here as well. There's
git apply --indexthat stages everything in a patch, even renamed+changed files.