From: Stephen Haberman Date: Fri, 3 Oct 2008 06:31:23 +0000 (-0500) Subject: Remove wrapper scripts that did nothing. Can always put back later. X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=98dca6bf4e1ebec8d78e4154dde57a2a2df6b257;p=git-central.git Remove wrapper scripts that did nothing. Can always put back later. --- diff --git a/scripts/gc-commit b/scripts/gc-commit deleted file mode 100644 index c283737..0000000 --- a/scripts/gc-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -git commit $* - diff --git a/scripts/gc-diff b/scripts/gc-diff deleted file mode 100644 index b70d435..0000000 --- a/scripts/gc-diff +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -git diff $* - diff --git a/scripts/gc-rm b/scripts/gc-rm deleted file mode 100644 index 01e7d72..0000000 --- a/scripts/gc-rm +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -git rm $* - diff --git a/scripts/gc-status b/scripts/gc-status deleted file mode 100644 index 1e9722e..0000000 --- a/scripts/gc-status +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -git status $* -