andkirby / commithook

CommitHooks code validation and auto-formatting commit message.
GNU General Public License v3.0
7 stars 3 forks source link

Make fast disabling synchronization with an issue tracker #117

Open andkirby opened 8 years ago

andkirby commented 8 years ago

Sometimes an issue tracker cannot be available. E.g. you are off-line or an issue tracker get down. Add configuration to disable synchronization.

$ commithook message tracker-sync 0|1

This configuration will enable/disable requests to issue tracker permanently. Enabled by default.

andkirby commented 8 years ago

It's needed to upgrade functionality to allow smooth work in offline mode (issue #118).

andkirby commented 8 years ago

It would be good to have short commit message feature offline (without integration with an issue tracker). issue #119