Open figsoda opened 3 years ago
Add git commit browser that uses git log as a producer and git diff as preview, similar to Commits provided by https://github.com/junegunn/fzf.vim
git log
git diff
Commits
This branch has the beginnings of the feature, but it isn't complete yet:
https://github.com/camspiers/snap/tree/feature/git-log
You can browse commits, but there isn't a preview for them yet.
Add git commit browser that uses
git log
as a producer andgit diff
as preview, similar toCommits
provided by https://github.com/junegunn/fzf.vim