Quote:
Originally Posted by KevinH
I want to keep checkpoint code reasonably self contained and relying on compiling a binary git library for every platform is a bit too much in my opinion.
|
Oh, for sure. I was thinking of something where a pre-installed git would be a prerequisite that the plugin could then use. But the plugin was always going to be a last ditch scenario anyway.
Quote:
Originally Posted by KevinH
So lets explore serializing a list of tags and tag messages to .bookinfo that can be easily parsed to supply that info first before moving on.
How does that sound?
|
Sounds good to me. It has the advantage of not having to manipulate the character limit on git messages where the overflow needs to go into an extended field.