Remove wrapper scripts that did nothing. Can always put back later.
authorStephen Haberman <stephen@exigencecorp.com>
Fri, 3 Oct 2008 06:31:23 +0000 (01:31 -0500)
committerStephen Haberman <stephen@exigencecorp.com>
Fri, 10 Oct 2008 17:07:13 +0000 (12:07 -0500)
scripts/gc-commit [deleted file]
scripts/gc-diff [deleted file]
scripts/gc-rm [deleted file]
scripts/gc-status [deleted file]

diff --git a/scripts/gc-commit b/scripts/gc-commit
deleted file mode 100644 (file)
index c283737..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-git commit $*
-
diff --git a/scripts/gc-diff b/scripts/gc-diff
deleted file mode 100644 (file)
index b70d435..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-git diff $*
-
diff --git a/scripts/gc-rm b/scripts/gc-rm
deleted file mode 100644 (file)
index 01e7d72..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-git rm $*
-
diff --git a/scripts/gc-status b/scripts/gc-status
deleted file mode 100644 (file)
index 1e9722e..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-git status $*
-