We are looking at changing things over from VSS to git. There are about 20 projects that we want to transfer the history of the files in to git. However, we do not want to transfer the binary files over. We haven't been using the FoxBin2PRG since we have been just working directly in the standard project manager in VFP.
For example, a form in VSS is a binary file. It has had 16 changes to in over the past few years. We would like to have these historical changes stored in git allowing us to reference this history without the need to go back to VSS. The catch is, we only want to store the text equivalent of the form in git.
Is there someone out there that has done this in the past?
Thank you, Tracy