Hi.
I was trying to create a contrib module from a custom module, while keeping the history of that module using git filter-branch, see https://help.github.com/articles/splitting-a-subfolder-out-into-a-new-re...
As it turns out while it filters out commits, it doesn't filter out tags. I'm curious whether the git repo http://cgit.drupalcode.org/key_value_field could be truncated so I can start from scratch?
Comments
Comment #2
avpadernoI am changing component, since the previously used one is going to be removed.
Comment #3
avpadernoI am moving it to the correct queue.
Comment #4
drummIf the only problem is extra tags, those can be removed. Drupal.org does not allow removing tags associated with releases on Drupal.org, but all other tags may be altered. Remove the tag in your local clone, then
git push :old-tag-to-delete.Comment #5
avpadernoI am closing this issue due to lack of replies. Please feel free to re-open it if you still need assistance.