5 echo $(find "$GIT_DIR/objects"/?? -type f -print 2>/dev/null | wc -l) objects, \
8 # "no-such" is to help Darwin folks by not using xargs -r.
9 find "$GIT_DIR/objects"/?? -type f -print 2>/dev/null |
10 xargs du -k "$GIT_DIR/objects/no-such" 2>/dev/null |