commit 67b757c185c2baf7f28121424c2b0102390be793 from: Bradley Taunt date: Sun Nov 10 03:41:41 2024 UTC Purge empty table cell before git clone commit - fc25d36a349d535e007e4734a93a3c83f6854d8c commit + 67b757c185c2baf7f28121424c2b0102390be793 blob - 24483e7cdc762d8daf49dbbf91347bf470f2f18a blob + 543cf9592abfdbd7cbb62cebc66e76c5d277a6f9 --- stagit.c +++ stagit.c @@ -527,7 +527,7 @@ writeheader(FILE *fp, const char *title) xmlencode(fp, description, strlen(description)); fputs("", fp); if (cloneurl[0]) { - fputs("git clone git clone ", fp); xmlencode(fp, cloneurl, strlen(cloneurl));