Differences From Artifact [5e0819deca]:
- File src/allrepo.c — part of check-in [106de276ee] at 2024-11-23 21:27:00 on branch trunk — Improvements to the logic in the "fossil all" command that removes redundant entries for repositories in the global_config table. If two or more entries share the same inode, only use the first one. On Windows (which lacks inodes) determine uniqueness by the full, canonical pathname. (user: drh size: 19228) [more...]
To Artifact [618ac91e16]:
- File src/allrepo.c — part of check-in [62cb8ea785] at 2025-03-01 16:02:08 on branch trunk — Improvements to rendering in the "fossil help" command, especially in combination with the -u/--usage and -o/--options command-line options. (user: drh size: 19266) [more...]
| ︙ | |||
49 50 51 52 53 54 55 | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | - + |
int i;
for(i=iStart; i<g.argc; i++){
blob_appendf(pExtra, " %s", g.argv[i]);
}
}
/*
|
| ︙ |