+bin/git-show-ls
authorJan Kratochvil <jan@jankratochvil.net>
Mon, 18 Jul 2022 15:04:20 +0000 (17:04 +0200)
committerJan Kratochvil <jan@jankratochvil.net>
Mon, 18 Jul 2022 15:04:20 +0000 (17:04 +0200)
bin/git-show-ls [new file with mode: 0755]

diff --git a/bin/git-show-ls b/bin/git-show-ls
new file mode 100755 (executable)
index 0000000..b502547
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/bash
+# https://stackoverflow.com/a/424142/2995591
+exec git show --pretty="" --name-only "$@"