git-up / GitUp

The Git interface you've been missing all your life has finally arrived.
http://gitup.co
GNU General Public License v3.0
11.53k stars 1.28k forks source link

Add history of selected files. #519

Open lolgear opened 5 years ago

lolgear commented 5 years ago

It would be nice to git log selected files to show history. SourceTree has this action: cmd + alt + L on selected file in selected commit. This feature can be done as an action on detail commit view. ( hit Space in Map View )

But it also possible to add additional view at right in Map View which show commit message and files. From this view you can select file and open its history.

lolgear commented 5 years ago

50

lolgear commented 5 years ago

Am I right that if I want to add this feature in GIQuickViewController ( file contextual menu ), I need to add delegate ( Document ) to QuickViewController, which will ( in terms of MVI ) handle intent quickViewController:wantsShowHistoryForSelectedFiles:?