Fossil SCM
missing hyphens
Commit
bad4d282977cd57d88c19b4e049b9bedf34a32ddc95ce39e4312c0151eca4557
Parent
90b07ed5880a844…
1 file changed
+2
-2
+2
-2
| --- src/export.c | ||
| +++ src/export.c | ||
| @@ -35,11 +35,11 @@ | ||
| 35 | 35 | ** and fossil commits. |
| 36 | 36 | ** -git_name: This is the mark name that identifies the commit to git. |
| 37 | 37 | ** It will always begin with a ':'. |
| 38 | 38 | ** -rid: The unique object ID that identifies this commit within the |
| 39 | 39 | ** repository database. |
| 40 | -** -uuid: The SHA-1/SHA3 of artifact corresponding to rid. | |
| 40 | +** -uuid: The SHA-1/SHA-3 of artifact corresponding to rid. | |
| 41 | 41 | */ |
| 42 | 42 | struct mark_t{ |
| 43 | 43 | char *name; |
| 44 | 44 | int rid; |
| 45 | 45 | char uuid[65]; |
| @@ -351,11 +351,11 @@ | ||
| 351 | 351 | } |
| 352 | 352 | |
| 353 | 353 | /* make sure that rid corresponds to UUID */ |
| 354 | 354 | if( fast_uuid_to_rid(mark->uuid)!=mark->rid ){ |
| 355 | 355 | free(mark->name); |
| 356 | - fossil_trace("Non-existent SHA-1/SHA3 in marks file: %s\n", mark->uuid); | |
| 356 | + fossil_trace("Non-existent SHA-1/SHA-3 in marks file: %s\n", mark->uuid); | |
| 357 | 357 | return -1; |
| 358 | 358 | } |
| 359 | 359 | |
| 360 | 360 | /* insert a cross-ref into the 'xmark' table */ |
| 361 | 361 | insert_commit_xref(mark->rid, mark->name, mark->uuid); |
| 362 | 362 |
| --- src/export.c | |
| +++ src/export.c | |
| @@ -35,11 +35,11 @@ | |
| 35 | ** and fossil commits. |
| 36 | ** -git_name: This is the mark name that identifies the commit to git. |
| 37 | ** It will always begin with a ':'. |
| 38 | ** -rid: The unique object ID that identifies this commit within the |
| 39 | ** repository database. |
| 40 | ** -uuid: The SHA-1/SHA3 of artifact corresponding to rid. |
| 41 | */ |
| 42 | struct mark_t{ |
| 43 | char *name; |
| 44 | int rid; |
| 45 | char uuid[65]; |
| @@ -351,11 +351,11 @@ | |
| 351 | } |
| 352 | |
| 353 | /* make sure that rid corresponds to UUID */ |
| 354 | if( fast_uuid_to_rid(mark->uuid)!=mark->rid ){ |
| 355 | free(mark->name); |
| 356 | fossil_trace("Non-existent SHA-1/SHA3 in marks file: %s\n", mark->uuid); |
| 357 | return -1; |
| 358 | } |
| 359 | |
| 360 | /* insert a cross-ref into the 'xmark' table */ |
| 361 | insert_commit_xref(mark->rid, mark->name, mark->uuid); |
| 362 |
| --- src/export.c | |
| +++ src/export.c | |
| @@ -35,11 +35,11 @@ | |
| 35 | ** and fossil commits. |
| 36 | ** -git_name: This is the mark name that identifies the commit to git. |
| 37 | ** It will always begin with a ':'. |
| 38 | ** -rid: The unique object ID that identifies this commit within the |
| 39 | ** repository database. |
| 40 | ** -uuid: The SHA-1/SHA-3 of artifact corresponding to rid. |
| 41 | */ |
| 42 | struct mark_t{ |
| 43 | char *name; |
| 44 | int rid; |
| 45 | char uuid[65]; |
| @@ -351,11 +351,11 @@ | |
| 351 | } |
| 352 | |
| 353 | /* make sure that rid corresponds to UUID */ |
| 354 | if( fast_uuid_to_rid(mark->uuid)!=mark->rid ){ |
| 355 | free(mark->name); |
| 356 | fossil_trace("Non-existent SHA-1/SHA-3 in marks file: %s\n", mark->uuid); |
| 357 | return -1; |
| 358 | } |
| 359 | |
| 360 | /* insert a cross-ref into the 'xmark' table */ |
| 361 | insert_commit_xref(mark->rid, mark->name, mark->uuid); |
| 362 |