diff options
author | Junio C Hamano <junkio@cox.net> | 2005-11-30 11:09:33 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-30 11:09:33 -0800 |
commit | 9cac9d368934f68e75810df95211a6522d4d139e (patch) | |
tree | 6587296cef3998501dd38886d20e80cfd84342ff /git-count-objects.sh | |
parent | 5401f3040b61e11da79d676e42aacfa9f1131083 (diff) | |
parent | 99e01692063cc48adee19e1f738472a579c14ca2 (diff) | |
download | git-9cac9d368934f68e75810df95211a6522d4d139e.tar.gz |
Merge branch 'jc/subdir'
Diffstat (limited to 'git-count-objects.sh')
-rwxr-xr-x | git-count-objects.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-count-objects.sh b/git-count-objects.sh index d6e9a3221f..40c58efe08 100755 --- a/git-count-objects.sh +++ b/git-count-objects.sh @@ -3,7 +3,7 @@ # Copyright (c) 2005 Junio C Hamano # -. git-sh-setup +GIT_DIR=`git-rev-parse --git-dir` || exit $? dc </dev/null 2>/dev/null || { # This is not a real DC at all -- it just knows how |