tibirna / qgit

Official git repository for QGit.
Other
171 stars 66 forks source link

RevsView: Fix Log/Diff tab switching behavior #99

Open mvf opened 4 years ago

mvf commented 4 years ago

This implements one possible way of fixing the 'Show always revision message as first' option: When enabled, refreshing the view will now also switch to the Log tab. When disabled, tabs will no longer be switched upon selecting commits or refreshing the view.

Fixes #44 Fixes #85