chiark / gitweb /
Add gistatus to scripts
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 16 Dec 2015 23:29:03 +0000 (23:29 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 16 Dec 2015 23:31:44 +0000 (23:31 +0000)
scripts/gistatus [new file with mode: 0755]

diff --git a/scripts/gistatus b/scripts/gistatus
new file mode 100755 (executable)
index 0000000..c95050f
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+exec git --no-pager status "$@"