Closed (fixed)
Project:
Extensible BBCode
Version:
7.x-1.x-dev
Component:
Default tags
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2017 at 15:40 UTC
Updated:
28 Dec 2017 at 16:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
cburschkaComment #3
cburschkaPatch should be relative to the module directory
Comment #4
cburschkaComment #6
cburschkaThanks very much for your work!
Comment #7
mdesimone commentedWhoops! I just uploaded the output of my `git diff`. This is my first time posting a patch to a Drupal module.
Comment #8
cburschkaYeah, `git diff` is always relative to the repository (which I guess is the site in your case). When you create a patch, the best way to do it is to clone the module itself (`git clone https://git.drupal.org/project/*`) and make the changes in there. :)