commit - 8829c9dc52c98cea8e96e92360f833527210dbea
commit + 0166a84d17801ed5a375e8278d2a22ff5616fd39
blob - cd2e745cce476310d70af1e172c166da6799751d
blob + fe305e41465feb91d36e6e7ab9996069a3429e04
--- stagit.c
+++ stagit.c
fputs("</h1><span class=\"desc\">", fp);
xmlencode(fp, description, strlen(description));
fputs("</span></td></tr>", fp);
- fputs("<tr class=\"url\"><td>git clone git://", fp);
+ fputs("<tr class=\"url\"><td>git clone git://git.btxx.org/", fp);
xmlencode(fp, strippedname, strlen(strippedname));
fputs("</a></td></tr>", fp);
fputs("<tr><td>\n", fp);