aspiers / git-explode

Explode linear sequence of git commits into topic branches
GNU General Public License v2.0
53 stars 3 forks source link

Ignores --prefix #8

Open zenspider opened 1 year ago

zenspider commented 1 year ago

The command used for #7 was:

% git explode -p zenspider/zeit_ main zenspider/zeitwerk -d

and as you can see, it was creating branches with the names topic#

zenspider commented 1 year ago

not just ignores... it's just not wired up to anything at all. No mention of prefix in TopicManager or its instantiation.