macgitver / MacGitverModules

DEPRECATED: Modules for MacGitver
5 stars 1 forks source link

select/create category on branch creation #11

Closed antis81 closed 9 years ago

antis81 commented 12 years ago

Git provides the organization of branches by using slash (/) separated branch names. We can use that benefitial in two ways:

Something like a combobox or list shows the available categories, inside the "create branch" dialog. In addition, predefined categories could be:

* <none> (no category, should also be possible)
* topic
* feature
* bug

This honours the Vinecent Driessen branch model and gives additional flexibility. Plus, accidental typos are minimized :smile:

scunz commented 12 years ago

707545bd should help us addressing this... :smile:

antis81 commented 12 years ago

Ok. This would be a little, but nice feature.

scunz commented 12 years ago

It actually means: The tag / branch selection in already commited History-Diff is working like that. It requires icons and better sorting, though, but that's for later fixing :)

antis81 commented 9 years ago

Closing in favor to Redmine