From 0897c55ff412b68b553ace31eb24f93cbbe289ab Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 21 May 2013 08:46:03 -0400 Subject: remove unused things --- pbs-plumb-shlib | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'pbs-plumb-shlib') diff --git a/pbs-plumb-shlib b/pbs-plumb-shlib index ded9825..5f2014c 100644 --- a/pbs-plumb-shlib +++ b/pbs-plumb-shlib @@ -7,13 +7,7 @@ # Usage: in_git # Returns 0 if somewhere in a git repository, nonzero if not. in_git() { - git rev-parse --git-dir &>/dev/null -} - -# Usage: gitdir -# Prints the .git directory for the repository we're in -gitdir() { - git rev-parse --git-dir + gitroot &>/dev/null } # Usage: gitroot -- cgit v1.2.3