URI:
       add LICENSE.txt to list of license files to check for - stagit - static git page generator
  HTML git clone git://git.codemadness.org/stagit
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit b8b847545f55f2a9a066030f6c249714e613c24f
   DIR parent 293e00857a1605229efa888988392d1c16f67e63
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat,  7 Mar 2026 10:48:57 +0100
       
       add LICENSE.txt to list of license files to check for
       
       Suggested by Paul W. Rankin, thanks!
       
       Diffstat:
         M stagit.c                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/stagit.c b/stagit.c
       @@ -67,7 +67,7 @@ static char *strippedname = "";
        static char description[255];
        static char cloneurl[1024];
        static char *submodules;
       -static char *licensefiles[] = { "HEAD:LICENSE", "HEAD:LICENSE.md", "HEAD:COPYING" };
       +static char *licensefiles[] = { "HEAD:LICENSE", "HEAD:LICENSE.md", "HEAD:LICENSE.txt", "HEAD:COPYING" };
        static char *license;
        static char *readmefiles[] = { "HEAD:README", "HEAD:README.md" };
        static char *readme;