Jakub Narebski [off-list ref] writes:
Junio C Hamano wrote:
quoted
char *value; /* "existence" bool may have NULL,
* otherwise probably a string "= value"
*/
Probably " = value" to preserve whitespace (e.g. justify on equal sign in
hand crafted config file).
Probably even better is to remove the separate *value_comment,
and make this thing point at the entire " = value ; this is the
comment for the value\n" thing.