Differences From Artifact [e74ecca877]:
- File f-apps/f-extract.c — part of check-in [c2f30ec71a] at 2021-11-22 18:36:04 on branch trunk — Rename -r/--revision flag to -v/--version in f-annotate, f-ciwoco, and f-extract, for consistency. (user: stephan size: 9277) [more...]
To Artifact [54f05a8872]:
- File f-apps/f-extract.c — part of check-in [76d6359435] at 2021-12-21 08:28:41 on branch trunk — Moved fossil-scm/fossil.h to ../libfossil.h so that client code can build from both the canonical tree and amalgamation using the same include name. (user: stephan size: 9265)
︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + | SPDX-ArtifactOfProjectName: Libfossil SPDX-FileType: Code */ /** f-extract can extract individual files from a fossil repository db. */ |
︙ |