Differences From Artifact [b82e475cca]:
- File src/json_branch.c — part of check-in [4cb50c4ef3] at 2021-03-11 13:22:11 on branch trunk — Numerous help text consistency tweaks based on forum discussion [forum:8c644048f0]. (user: stephan size: 11226) [more...]
To Artifact [f697352a2b]:
- File src/json_branch.c — part of check-in [8cb972e7da] at 2021-07-01 22:00:37 on branch trunk — Replaced a char with an int to fix incorrect /json/branch/create handling on platforms where char is unsigned by default. Problem discovered by Daniel Dumitriu. (user: stephan size: 11225)
| ︙ | |||
152 153 154 155 156 157 158 | 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | - + |
/*
** Parameters for the create-branch operation.
*/
typedef struct BranchCreateOptions{
char const * zName;
char const * zBasis;
char const * zColor;
|
| ︙ |