Skip to content

Commit

Permalink
count-objects: make it operable from a subdirectory.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Nov 29, 2005
1 parent 53228a5 commit 710b709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-count-objects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 710b709

Please sign in to comment.