stagit~ Unnamed repository; edit this file 'description' to name the repository. |
| log | files | refs | archive | README | LICENSE |
| commit eba18de301a113d8fa2f98edaa7f2f11b4522a31
parent 4f50c8d4f1ed4dfb7a18bffd7af963c2d2764f01 Author: djnn <email@djnn.sh> Date: Wed, 5 Nov 2025 21:12:29 +0100 more readmes Diffstat:
|
| 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/stagit.c b/stagit.c @@ -69,7 +69,7 @@ static char cloneurl[1024]; static char *submodules; static char *licensefiles[] = {"HEAD:LICENSE", "HEAD:LICENSE.md", "HEAD:COPYING"}; static char *license; -static char *readmefiles[] = {"HEAD:README", "HEAD:README.md"}; +static char *readmefiles[] = {"HEAD:README", "HEAD:README.md", "HEAD:README.txt", "HEAD:readme", "HEAD:readme.txt"}; static char *readme; static long long nlogcommits = -1; /* -1 indicates not used */ |