Hi Samir, Samir Faci wrote: > mkdir bar; git cvsimport -v Foo/Bar which checks out the history of > module Bar into the current directory (in this case bar) > > now... if I do this again in another directory > > mkdir bar2; git cvsimport -v Foo/Bar which repeats the same process > the hashes don't match up. Maybe the dates are different? I would suggest comparing the result of “git fast-export HEAD” from each. > Now, correct me if I'm wrong.. but I thought the hashes were generated > based on the content of the diff. Close, but not quite. This might help: http://progit.org/book/ch9-2.html Have fun, Jonathan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html