On Tue, 16 Aug 2016, Nikolaus Rath wrote:

I would like to store Simulink models in a Git
repository. Unfortunately, the file format is binary. But luckily, the
binary format happens to be a zipfile containing nicely formatted XML
files.

Is there a way to teach Git to take advantage of this when storing,
diff-ing and merging these files?

you should be able to use clean/smudge to have git store the files uncompressed, which will help a lot.

I think there's a way to tell it to do a xml aware diff/patch, but I don't remember how.

David Lang
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to