Hi,
On Fri, 13 Mar 2009, Shawn O. Pearce wrote:
This is a command line tool which can be used to import only
the commit graph of another Git repository, to help debug a
topology related bug, without actually needing a clone of the
problematic repository.
Signed-off-by: Shawn O. Pearce <redacted>
---
I used this yesterday to obtain a DAG from someone's private
repository and recreate the same structure on my own system,
to debug why RevWalk was busted in their case.
Heh:
http://repo.or.cz/w/git/dscho.git?a=blob;f=my-fake-history.sh;h=e108ce99a5ebd75230c3cfc56b88d9769fec8bc1;hb=master
Ciao,
Dscho