cmarcusreid / git-status-cache

High performance cache for git repository status. Clients can retrieve information via named pipe.
MIT License
16 stars 4 forks source link

Replace boost property_tree with alternate JSON implementation. #1

Closed cmarcusreid closed 9 years ago

cmarcusreid commented 9 years ago

JSON produced by boost does not preserve type information, which leads to some weird quirks. For example, empty arrays are serialized as empty strings instead of [].

cmarcusreid commented 9 years ago

Resolved by 8a50d8224bd910460b28a458d32508ddba0cc530.