stagit

my fork of stagit that runs this site
git clone git://git.jakekoroman.com/stagit
Log | Files | Refs | README | LICENSE

commit 75ef1ae34485a370e0748d2c7897b8b26eca33a4
parent d0294e04e29d6856903d6f969fd78c2ed1a22077
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Sun,  4 Aug 2024 21:58:16 -0400

add logo

Diffstat:
Mexample_create.sh | 3+--
Mlogo.png | 0
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/example_create.sh b/example_create.sh @@ -19,8 +19,7 @@ reposdir="/home/git/git/todisplay/" curdir="$(pwd)" -#stagit_files="style.css logo.png favicon.png" -stagit_files="style.css favicon.png" +stagit_files="style.css logo.png favicon.png" for file in ${stagit_files}; do if test ! -e file; then diff --git a/logo.png b/logo.png Binary files differ.