Diff
Not logged in

Differences From:

File src/manifest.c part of check-in [488afb9746] - Enforce well-formedness constraints on wiki pagenames. by drh on 2007-10-06 17:10:47. [view]

To:

File src/manifest.c part of check-in [d5e7891b07] - Add a more advanced commit-hook mechanism that allows us to specify multiple procedures in a particular order prior to commit. Continuing work toward getting tickets going. by drh on 2007-11-18 20:48:07. [view]

@@ -311,11 +311,13 @@
         break;
       }
 
       /*
-      **     J <name> <value>
-      **
-      ** Specifies a name value pair for ticket.
+      **     J '+'?<name> <value>
+      **
+      ** Specifies a name value pair for ticket.  If the first character
+      ** of <name> is "+" then the value is appended to any preexisting
+      ** value.
       */
       case 'J': {
         char *zName, *zValue;
         md5sum_step_text(blob_buffer(&line), blob_size(&line));
@@ -359,9 +361,9 @@
         break;
       }
 
       /*
-      **     L <wikitite>
+      **     L <wikititle>
       **
       ** The wiki page title is fossil-encoded.  There may be no more than
       ** one L line.
       */