git-clone-scripton commit [PATCH] Add t/t6003 with some --topo-order tests (f573571)
   1#!/bin/sh
   2repo="$1"
   3dir="$2"
   4mkdir "$dir" && cd "$dir" && git-init-db && git-clone-pack "$repo"