git-clone-scripton commit git-pack-objects: mark the delta packing with a 'D'. (d38c372)
   1#!/bin/sh
   2repo="$1"
   3dir="$2"
   4mkdir $dir || exit 1
   5cd $dir
   6git-init-db
   7git fetch "$repo" && ( git-rev-parse FETCH_HEAD > .git/HEAD )