GitToolBox
GitToolBox copied to clipboard
[Feature] Completion formatter for all multi-repo project
If a project has multiple git repositories (e.g. 2 modules, each on its own repo) the completion formatter will show only the pattern for a single repo.
Slightly unrelated but it would also be nice to have the completion formatter write text by clicking a button, not only with Ctrl+space, a bit like this plugin: https://github.com/nemwiz/jira-commit-message-intellij-plugin (the frog icon).
Thanks!
formatter will show only the pattern for a single repo. @amynbe you mean formatter that suggests issue key ? That is added to suggestions depends on which files are actually marked for commit. If you have changes in 2 repos but select files only from one of them for commit it will only consider that single repo.