aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-17 22:52:21 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-17 22:52:21 -0200
commitfbfc525880296fbfdac33a546fb568be7441f711 (patch)
treea46a6fcec0bf76cbe797828ed85eafd9621f1d9f
parentc6dc5ab0be8f47179aacd545647f40fd9c31a0cd (diff)
downloadscripts-fbfc525880296fbfdac33a546fb568be7441f711.tar.gz
scripts-fbfc525880296fbfdac33a546fb568be7441f711.tar.bz2
Adding gitg
-rwxr-xr-xgitg5
1 files changed, 5 insertions, 0 deletions
diff --git a/gitg b/gitg
new file mode 100755
index 0000000..e4182a9
--- /dev/null
+++ b/gitg
@@ -0,0 +1,5 @@
+#
+# Simple wrapper around gitk
+#
+
+gitk --all $* &