commit 0166a84d17801ed5a375e8278d2a22ff5616fd39 from: Bradley Taunt date: Sun Nov 10 18:24:48 2024 UTC include absolute URL in clone parameter commit - 8829c9dc52c98cea8e96e92360f833527210dbea commit + 0166a84d17801ed5a375e8278d2a22ff5616fd39 blob - cd2e745cce476310d70af1e172c166da6799751d blob + fe305e41465feb91d36e6e7ab9996069a3429e04 --- stagit.c +++ stagit.c @@ -526,7 +526,7 @@ writeheader(FILE *fp, const char *title) fputs("", fp); xmlencode(fp, description, strlen(description)); fputs("", fp); - fputs("git clone git://", fp); + fputs("git clone git://git.btxx.org/", fp); xmlencode(fp, strippedname, strlen(strippedname)); fputs("", fp); fputs("\n", fp);