Fossil

Check-in [25672b1def]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:(Typo) finfo help fixup.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 25672b1def9cd6e1541a0fadc5d6e3e2bd5ead9293a7a3abc865b5d085130e12
User & Date: brickviking 2025-02-09 05:04:40.116
Context
2025-02-10
19:04
Narrowed the configure script's is_mingw test: it was checking only the output of uname for `*mingw*`, but that catches MSYS2, which provides a Linux-like environment, not what this MinGW test is meant to handle. check-in: 5c6dee54ca user: wyoung tags: trunk
2025-02-09
05:04
(Typo) finfo help fixup. check-in: 25672b1def user: brickviking tags: trunk
2025-02-08
21:27
auto.def: change the invocation of 'exec /bin/sh' to 'exec sh' as a consolation for Unix-like-environments on Windows, where the former does not work but the latter does. check-in: 822a050d52 user: stephan tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/finfo.c.
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
**
** The -i mode will print various facts about FILENAME, including its
** hash and the check-in and time when the current version of the file
** was created.  Use -v for additional information.  Add the -r VERSION
** option to see similar information about the same file for the check-in
** specified by VERSION.
**
** In the -s mode prints the status as <status> <revision>.  This is
** a quick status and does not check for up-to-date-ness of the file.
**
** In the -p mode, there's an optional flag "-r|--revision REVISION".
** The specified version (or the latest checked-out version) is printed
** to stdout.  The -p mode is another form of the "cat" command.
**
** Options:







|







35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
**
** The -i mode will print various facts about FILENAME, including its
** hash and the check-in and time when the current version of the file
** was created.  Use -v for additional information.  Add the -r VERSION
** option to see similar information about the same file for the check-in
** specified by VERSION.
**
** The -s mode prints the status as <status> <revision>.  This is
** a quick status and does not check for up-to-date-ness of the file.
**
** In the -p mode, there's an optional flag "-r|--revision REVISION".
** The specified version (or the latest checked-out version) is printed
** to stdout.  The -p mode is another form of the "cat" command.
**
** Options: