commit | 710b7098e28513355cbdbedbb8d9c35ce5b4a488 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sun Nov 27 22:53:20 2005 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Mon Nov 28 23:13:02 2005 -0800 |
tree | 0713c13e17583fd6b71b923435ccb53782ff56d4 | |
parent | 53228a5fb8e80f87803e4a3ba8ed25b70fb4871d [diff] [blame] |
count-objects: make it operable from a subdirectory. Signed-off-by: Junio C Hamano <junkio@cox.net>
diff --git a/git-count-objects.sh b/git-count-objects.sh index d6e9a32..40c58ef 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