Fossil

Check-in [9784e5cd]
Login

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

Overview
Comment:switch/case style tweak, per request.
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | reject-ckout-db
Files: files | file ages | folders
SHA3-256: 9784e5cdab49fde01c10e4f332f76b1a8705df5427cdedd603f2bf1809223308
User & Date: stephan 2020-08-17 15:40:00.104
Context
2020-08-17
16:10
Moved is_fossil_ckout_db_name() from db.c to file.c and renamed it filename_is_ckout_db(). Integrated the check into manifest_parse(), but testing it requires temporarily #if'ing out the Z-card check, which is one of the first validations. ... (check-in: 6c19baa0 user: stephan tags: reject-ckout-db)
15:40
switch/case style tweak, per request. ... (check-in: 9784e5cd user: stephan tags: reject-ckout-db)
15:17
Part 1 of ticket [980a72dedd]: efficient check for determining whether a filename ends with a checkout db name. ... (check-in: ddd1273e user: stephan tags: reject-ckout-db)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/db.c.