mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
* Extract GitLogSingleCommitAction - the common class for all Git actions on the log, which operate on a single commit. * Implement "New Branch" and "New Tag" actions. Use GitBrancher for the first, reuse the existing CreateNewTag for the latter. * Regroup actions in plugin.xml so that they form a single group which is then added to the Vcs group. It lets add a separator, and also makes the code more clear.