stagit

static git page - forked from git.codemadness.org/stagit
git clone git://src.gearsix.net/stagit
Log | Files | Refs | Atom | README | LICENSE

commit f72407340cf29a3e7abdc34e83e642d1da666ec7
parent 9d24272673a6ec599826c034b17f7d4ae382ac13
Author: gearsix@tuta.io <gearsix@tuta.io>
Date:   Wed, 17 Jun 2020 23:00:05 +0100

Merge branch 'gearsix' of https://notabug.org/gearsix/stagit into gearsix

Diffstat:
Mstagit.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/stagit.c b/stagit.c @@ -378,6 +378,7 @@ writeheader(FILE *fp, const char *title) fprintf(fp, "<a href=\"%slog.html\">Log</a> | ", relpath); fprintf(fp, "<a href=\"%sfiles.html\">Files</a> | ", relpath); fprintf(fp, "<a href=\"%srefs.html\">Refs</a>", relpath); + fprintf(fp, "<a href=\"%satom.xml\">Atom</a>", relpath); if (submodules) fprintf(fp, " | <a href=\"%sfile/%s.html\">Submodules</a>", relpath, submodules);