By jim0203 on
I've created a patch for wysiwyg.module at http://drupal.org/node/1173476. To do this I followed the instructions at http://drupal.org/node/1054616: specifically, the "Get or update a copy of the project" and "Creating patches via feature branch" sections.
These instructions worked fine, but I'm a little stuck as to what I should enter for the "[version]". I've tried various things: HEAD, 7.x, 7.x-dev, 6.x, etc, but whatever I enter I get the following response:
Jims-MBP-2:w jim$ git clone --branch 7.x http://git.drupal.org/project/wysiwyg.git
Cloning into wysiwyg...
remote: Counting objects: 4387, done.
remote: Compressing objects: 100% (1504/1504), done.
remote: Total 4387 (delta 3171), reused 4014 (delta 2870)
Receiving objects: 100% (4387/4387), 1.12 MiB | 426 KiB/s, done.
Resolving deltas: 100% (3171/3171), done.
warning: Remote branch 7.x not found in upstream origin, using HEAD instead
So, what sort of thing should I be entering for "[version]"?
Comments
Have you tried using the
Have you tried using the current version number, for example 7.x-2.0?
Yes, and I got the same
Yes, and I got the same result:
It looks like currently it
It looks like currently it should be master. They haven't had a 7.x release since the git migration. I think that before the next release they will branch with a 7.x.
update: oh, yeah - http://drupal.org/node/181465/git-instructions/master
Thanks, that makes sense now.
Thanks, that makes sense now.