tibirna / qgit

Official git repository for QGit.
Other
174 stars 68 forks source link

Salvaged from old home: Double-clicking a commit in the history view does not open the relevant commit #36

Closed tibirna closed 6 years ago

tibirna commented 6 years ago

Submitted by ralfj ralfj on 2017-07-05.

Steps to reproduce: Open the file browser side-bar Double-click some file to view its history Double-click an item in the commit list in the top half of the window Expected behavior: The commit view opens, showing the double-clicked commit.

Actual behavior: qgit switches focus to the “Rev list”. It selects the “Nothing to commit” at the top of the list, so this is pretty useless.

tibirna commented 6 years ago

Submitted by Deve on 2018-05-17.

Git bisect showed:

2fed338fd4c8c9bf147beeca7018ff2a946dbfb3 is the first bad commit commit 2fed338fd4c8c9bf147beeca7018ff2a946dbfb3 Author: Robert Haschke rhaschke@techfak.uni-bielefeld.de Date: Mon Jun 20 10:21:48 2016 +0200

auto-activate log or diff tab when selection changed in revs list vs. filelist

:040000 040000 5d60b2d5decdca1924961d0cacdbaa77f88650e0 337c9183315b8e136da2f140498dd5093dfe3f8d M src

tibirna commented 6 years ago

Fixed by 467c1db08c. Thanks for reporting!