These are some required changes to allow the introduction of other VCS types (see #255 ).
It splits the file_history_panel.log_options config table into separate sub-tables per vcs type.
Also includes a couple of refactors to allow a smoother integration.
Breaking changes
The config for log options has changed. In preparation of adding support of other VCS, the table is now divided into sub-tables per VCS type. This allows you to define different default log options for different VCS tools. To update your config, just move all your current log options into the new table key git:
These are some required changes to allow the introduction of other VCS types (see #255 ). It splits the
file_history_panel.log_options
config table into separate sub-tables per vcs type.Also includes a couple of refactors to allow a smoother integration.
Breaking changes
The config for log options has changed. In preparation of adding support of other VCS, the table is now divided into sub-tables per VCS type. This allows you to define different default log options for different VCS tools. To update your config, just move all your current log options into the new table key
git
: