This plugin provides extra git integration for kakoune
Place in autoload/ or use plug.kak.
Usage is inspired by the builtin grep.kak. Currently, only two commands are provided:
git-list-branch-files [branch]
: Create scratch buffer which lists files for the given branch (default: master)
git-show-branch-file [file] [branch]
: Open the file on branch in a scratch buffer. (file default: current buffer, branch default: master)