Differences From Artifact [c972467105]:
- File src/finfo.c — part of check-in [a426154b3e] at 2014-07-30 15:40:03 on branch verify-all-options — Call verify_all_options() on most of fossil CLI commands. - Skip all the test-* commands for now (may be unnecessary) - Skip sha1sum, md5sum and artifact because they can take "-" as argument and verify_all_options() would call fatal. Need to handle those differently... - Command with subcommands that have their options are remaining: branch, bisect, cache, configuration, json, sql, stash, tag, ticket, user, wiki. (not sure how to handle those yet..) (user: mgagnon size: 17546) [more...]
To Artifact [d7264af592]:
- File src/finfo.c — part of check-in [96dc84077f] at 2014-09-15 02:36:05 on branch captureCaseSensitiveOption — Consolidate all use of the capture_case_sensitive_option() function. (user: mistachkin size: 17511) [more...]
| ︙ | ︙ | |||
54 55 56 57 58 59 60 |
** -W|--width <num> Width of lines (default is to auto-detect). Must be
** >22 or 0 (= no limit, resulting in a single line per
** entry).
**
** See also: artifact, cat, descendants, info, leaves
*/
void finfo_cmd(void){
| < | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
** -W|--width <num> Width of lines (default is to auto-detect). Must be
** >22 or 0 (= no limit, resulting in a single line per
** entry).
**
** See also: artifact, cat, descendants, info, leaves
*/
void finfo_cmd(void){
db_must_be_within_tree();
if( find_option("status","s",0) ){
Stmt q;
Blob line;
Blob fname;
int vid;
|
| ︙ | ︙ |