Differences From Artifact [7938d5d31c]:
- File src/finfo.c — part of check-in [bb045dbdbd] at 2010-11-15 19:50:27 on branch trunk — Fix graph display for file history. Tickets [5c7565d157b13fe0c30b7] and [a734fe24da8f75758cf4]. (user: drh size: 10027)
To Artifact [a1a7eeca40]:
- File src/finfo.c — part of check-in [e154a4386b] at 2010-12-08 21:00:43 on branch trunk — Add the --sha1sum option to the "status" and "changes" commands to force a detailed (but slow) SHA1 checksum verification that files have not changed. (user: drh size: 10030)
| ︙ | |||
44 45 46 47 48 49 50 | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | - + |
int vid;
db_must_be_within_tree();
vid = db_lget_int("checkout", 0);
if( vid==0 ){
fossil_panic("no checkout to finfo files in");
}
|
| ︙ |