+bin/git-show-ls
[nethome.git] / bin / git-show-ls
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 "$@"