You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.summary = "A git tool for exploring history and blame"
s.description = "git-spelunk is a terminal based exploration tool for git blame and history, based on the notion of moving in history based on file context"
s.add_runtime_dependency("rugged")
s.add_runtime_dependency("dispel")
s.add_runtime_dependency("curses")
s.files = `git ls-files lib bin MIT-LICENSE.txt`.split("\n")