git-clone-scripton commit Make "git clone" use the new git-clone-pack (72347a2)
   1#!/bin/sh
   2repo="$1"
   3dir="$2"
   4mkdir "$dir" && cd "$dir" && git-init-db && git-clone-pack "$repo"