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

dawehner created an issue. See original summary.

avpaderno’s picture

Component: Project/Git problem » Other

I am changing component, since the previously used one is going to be removed.

avpaderno’s picture

Project: Drupal.org site moderators » Drupal.org infrastructure
Component: Other » Git
Category: Feature request » Support request

I am moving it to the correct queue.

drumm’s picture

Status: Active » Postponed (maintainer needs more info)

If 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.

avpaderno’s picture

Status: Postponed (maintainer needs more info) » Fixed

I am closing this issue due to lack of replies. Please feel free to re-open it if you still need assistance.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.