stagit

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

commit 637d70f4bcf86c3a0568f2b877d60693d97e793f
parent 7bbbd63788e16744e5494ddb021ba9d1659bc7b9
Author: gearsix <gearsix@tuta.io>
Date:   Sat, 14 Jun 2025 12:01:33 +0100

added -DZIP details to README & Makefile

Diffstat:
MMakefile | 2+-
MREADME | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -14,7 +14,7 @@ LIBGIT_LIB = -L/usr/local/lib -lgit2 # use system flags. STAGIT_CFLAGS = ${LIBGIT_INC} ${CFLAGS} STAGIT_LDFLAGS = ${LIBGIT_LIB} ${LDFLAGS} -STAGIT_CPPFLAGS = -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE +STAGIT_CPPFLAGS = -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -DZIP # Uncomment to enable workaround for older libgit2 which don't support this # option. This workaround will be removed in the future *pinky promise*. diff --git a/README b/README @@ -24,6 +24,7 @@ stagit-index.c stagit.c + - added the build option to zip repos (for download), requires `-DZIP` - added seperator between Refs | Atom - added atom.xml feed link to menu - changed favicon.png -> logo.png