Differences From Artifact [312f9f1ddc]:
- File src/main.c — part of check-in [f2aa77cc3f] at 2021-01-06 15:58:50 on branch trunk — Update auto.def and relevant source files to account for the definition of getpass() in Termux' unistd.h. (user: danield size: 108874)
To Artifact [bfa29f7edb]:
- File src/main.c — part of check-in [9bb61a420b] at 2021-01-07 16:21:32 on branch trunk — The --numstat option to "fossil diff" now shows a total at the end. (user: drh size: 108947) [more...]
| ︙ | |||
319 320 321 322 323 324 325 326 327 328 329 330 331 332 | 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 | + |
cson_value *v;
cson_object *o;
} reqPayload; /* request payload object (if any) */
cson_array *warnings; /* response warnings */
int timerId; /* fetched from fossil_timer_start() */
} json;
#endif /* FOSSIL_ENABLE_JSON */
int diffCnt[3]; /* Counts for DIFF_NUMSTAT: files, ins, del */
};
/*
** Macro for debugging:
*/
#define CGIDEBUG(X) if( g.fDebug ) cgi_debug X
|
| ︙ |