On Thu, Dec 18, 2008 at 14:51, Whit Armstrong <armstrong.whit@xxxxxxxxx> wrote: > For instance, if my repository contains foo.c, and 100 other files. > > I would like to create a new and separate repository containing only > the revision history of foo.c. > > Would someone mind pointing me at some documentation for this > procedure if it exists? I think "git filter-branch" is what you need. Have it filter out changes to files but foo.c, and then remove all empty commits. -- Cheers, Sverre Rabbelier -- 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