mirror of
https://git.zx2c4.com/cgit
synced 2024-11-26 02:18:42 +00:00
ui-patch.c: Fix signature delimiter
Add a missing space after the "--" marker that introduces the patch signature. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
This commit is contained in:
parent
370535fc70
commit
334aed8ab4
@ -80,6 +80,6 @@ void cgit_print_patch(const char *new_rev, const char *old_rev,
|
|||||||
|
|
||||||
while ((commit = get_revision(&rev)) != NULL) {
|
while ((commit = get_revision(&rev)) != NULL) {
|
||||||
log_tree_commit(&rev, commit);
|
log_tree_commit(&rev, commit);
|
||||||
printf("--\ncgit %s\n", cgit_version);
|
printf("-- \ncgit %s\n", cgit_version);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user