Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update manifests on tag change. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | jan-manifest-tags |
Files: | files | file ages | folders |
SHA1: |
6f8f8667c944eb6592225a004ac7da43 |
User & Date: | jan 2016-01-04 03:41:15 |
Context
2016-01-07
| ||
10:02 | Merge trunk. ... (check-in: 99f7662b user: jan tags: jan-manifest-tags) | |
2016-01-04
| ||
03:41 | Update manifests on tag change. ... (check-in: 6f8f8667 user: jan tags: jan-manifest-tags) | |
03:10 | Filter tags. ... (check-in: 53f2e7c5 user: jan tags: jan-manifest-tags) | |
Changes
Changes to src/tag.c.
︙ | ︙ | |||
327 328 329 330 331 332 333 334 335 336 337 338 339 340 | } blob_appendf(&ctrl, "U %F\n", zUserOvrd ? zUserOvrd : login_name()); md5sum_blob(&ctrl, &cksum); blob_appendf(&ctrl, "Z %b\n", &cksum); nrid = content_put(&ctrl); manifest_crosslink(nrid, &ctrl, MC_PERMIT_HOOKS); assert( blob_is_reset(&ctrl) ); } /* ** COMMAND: tag ** Usage: %fossil tag SUBCOMMAND ... ** ** Run various subcommands to control tags and properties | > | 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 | } blob_appendf(&ctrl, "U %F\n", zUserOvrd ? zUserOvrd : login_name()); md5sum_blob(&ctrl, &cksum); blob_appendf(&ctrl, "Z %b\n", &cksum); nrid = content_put(&ctrl); manifest_crosslink(nrid, &ctrl, MC_PERMIT_HOOKS); assert( blob_is_reset(&ctrl) ); manifest_to_disk(rid); } /* ** COMMAND: tag ** Usage: %fossil tag SUBCOMMAND ... ** ** Run various subcommands to control tags and properties |
︙ | ︙ |