stagit

static git page generator  https://git.ce9e.org
git clone https://git.ce9e.org/stagit.git

commit
be92e0fad7ab1122b2bcb840e75e723433bf5c33
parent
cfbe277f7795e53658cd06adad2e801538b3e415
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-03-26 16:25
allow rst README

Diffstat

M stagit.c 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/stagit.c b/stagit.c

@@ -61,7 +61,7 @@ static char *name = "";
   61    61 static char *strippedname = "";
   62    62 static char description[255];
   63    63 static char cloneurl[1024];
   64    -1 static char *readmefiles[] = { "HEAD:README", "HEAD:README.md" };
   -1    64 static char *readmefiles[] = { "HEAD:README", "HEAD:README.md", "HEAD:README.rst" };
   65    65 static char *readme;
   66    66 static long long nlogcommits = -1; /* < 0 indicates not used */
   67    67