.vimrc: <Esc>3: More rework/fixes.
[nethome.git] / bin / git-show-ls
1 #! /bin/bash
2 # https://stackoverflow.com/a/424142/2995591
3 exec git show --pretty="" --name-only "$@"