From 8f7c98c6ae6fcfdf74dc6c305f2285ae55f320e1 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Wed, 30 Nov 2011 03:24:58 +0100
Subject: [PATCH] Remove stale code

---
 vcsh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/vcsh b/vcsh
index d05f269..eaa8612 100755
--- a/vcsh
+++ b/vcsh
@@ -209,7 +209,6 @@ elif [ "$1" = 'delete' ] ||
 		fi
 	fi
 	[ "$VCSH_COMMAND" = 'seed-gitignore' ]
-#	[ "$VCSH_COMMAND" = 'seed-gitignore' ] && export VCSH_COMMAND='seed_gitignore'
 elif [ "$1" = 'list' ]; then
 	export VCSH_COMMAND="$1"
 elif [ -n "$1" ]; then
-- 
GitLab