Differences From Artifact [9cb1759700]:
- File src/json_branch.c — part of check-in [70849e7641] at 2019-09-04 08:32:00 on branch private-branches — Update the 'branch new' command to track the status of private branches in the PRIVATE table, instead of using +private tags. (user: florian size: 11230)
To Artifact [60d0b3a7dd]:
- File src/json_branch.c — part of check-in [7896afa71a] at 2020-04-15 11:12:00 on branch private-branches — Merge in trunk. (user: florian size: 11228) [more...]
| ︙ | |||
77 78 79 80 81 82 83 | 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | - + |
return NULL;
}
payV = cson_value_new_object();
pay = cson_value_get_object(payV);
listV = cson_value_new_array();
list = cson_value_get_array(listV);
if(fossil_has_json()){
|
| ︙ |