Fossil SCM

missing hyphens

jan.nijtmans 2018-01-16 09:09 trunk
Commit bad4d282977cd57d88c19b4e049b9bedf34a32ddc95ce39e4312c0151eca4557
1 file changed +2 -2
+2 -2
--- src/export.c
+++ src/export.c
@@ -35,11 +35,11 @@
3535
** and fossil commits.
3636
** -git_name: This is the mark name that identifies the commit to git.
3737
** It will always begin with a ':'.
3838
** -rid: The unique object ID that identifies this commit within the
3939
** 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.
4141
*/
4242
struct mark_t{
4343
char *name;
4444
int rid;
4545
char uuid[65];
@@ -351,11 +351,11 @@
351351
}
352352
353353
/* make sure that rid corresponds to UUID */
354354
if( fast_uuid_to_rid(mark->uuid)!=mark->rid ){
355355
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);
357357
return -1;
358358
}
359359
360360
/* insert a cross-ref into the 'xmark' table */
361361
insert_commit_xref(mark->rid, mark->name, mark->uuid);
362362
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button