Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Mentioned this to @webchick earlier in IRC but maybe it's useful to have it here as well. There's git apply --index that stages everything in a patch, even renamed+changed files.
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.