On Thu, Dec 18, 2008 at 14:51, Whit Armstrong [off-list ref] 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