jderusse / docker-gitsplit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync tags?

fchris82 opened this issue · comments

Hello,
Really nice and fast work. I have many merged project, like this:

            * Add README.md [v3.0.0]
            |
    Merge B * -----------
            |            \
    Merge A * ------      *
            |       \     |
            *        *    *
                     |    |
                     *    * [B/v1.1.0]
                     |    |
            [A/v2.3] *    *
                     |    B
                     *
                     A

And I would like in the end something like this:

 [v3.0.0] * Add README.md
          |
          *
          |
          *
          |
          *
          |
   [v2.3] * (Removed prefix!)
          |
          *
          A

Can I do it with your "splitter"?

this is not supported. tags are replicated without transformation.

Thank you for your information.