stagit-gopher

static git page generator for gopher
git clone git://git.codemadness.org/stagit-gopher
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-04-10 10:34in Atom (RFC4287) an atomTextConstruct specifies the type text as the defaultHiltjo Posthuma1+2-2
2022-08-16 11:22prefix usage with the common prefix "usage: "Hiltjo Posthuma2+4-6
2022-08-07 08:09bump version to 1.2Hiltjo Posthuma1+1-1
2022-07-26 21:53use the new escaping style in geomyidae for linksHiltjo Posthuma2+11-7
2022-07-26 21:51Makefile: add workaround for distros still using older libgit2 versionsHiltjo Posthuma1+4-0
2022-05-27 19:30Revert "remain compatible with slightly older libgit versions for now"Hiltjo Posthuma2+0-4
2022-05-24 12:07remain compatible with slightly older libgit versions for nowHiltjo Posthuma2+4-0
2022-05-24 09:09Allow git to run on an other user repositoryHiltjo Posthuma2+4-0
2022-04-02 15:36bump version to 1.1Hiltjo Posthuma1+1-1
2022-03-19 11:51improve stream read and write error handlingHiltjo Posthuma2+40-8
2022-01-03 11:25bump LICENSE yearHiltjo Posthuma1+1-1
2022-01-03 11:24libgit2 config opts: set the search to an empty pathHiltjo Posthuma2+8-0
2021-11-30 17:13bump version to 1.0Hiltjo Posthuma1+1-1
2021-11-16 20:10Print the number of remaining commitsQuentin Rameau1+16-9
2021-08-03 17:23man pages: add EXAMPLES sectionHiltjo Posthuma2+16-2
2021-07-30 23:10small typo fixes and url -> URLHiltjo Posthuma3+4-4
2021-05-27 10:41bump version to 0.9.6Hiltjo Posthuma1+1-1
2021-05-18 09:47man page: codemadness is the primary server and fix mdoc dateHiltjo Posthuma2+4-3
2021-05-18 08:44README: improve a bit the usage examplesHiltjo Posthuma1+8-3
2021-05-05 17:20do not simplify the history by first-parentHiltjo Posthuma2+0-3
2021-03-14 15:23bump version to 0.9.5Hiltjo Posthuma1+1-1
2021-03-13 17:13Atom feeds: remove the wrong content-type for <link>Hiltjo Posthuma1+1-1
2021-03-05 11:46LICENSE: updateHiltjo Posthuma1+0-1
2021-03-05 11:45change STAGIT_BASEURL to an -u option and also update the example scriptHiltjo Posthuma4+17-15
2021-03-05 10:52add $STAGIT_BASEURL environment variable to make Atom links absoluteHiltjo Posthuma2+17-3
2021-03-05 10:52README: mention tags.xml featureHiltjo Posthuma1+2-1
2021-01-09 15:19utf8pad: fix byte-seek issue with negative width codepoints in the range >= 127Hiltjo Posthuma2+6-8
2021-01-09 13:57micro-optimization: fputc (function) -> putc (macro/inline function)Hiltjo Posthuma1+2-2
2021-01-09 13:56utf8pad: improve padded printing and printing invalid unicode charactersHiltjo Posthuma2+83-34
2021-01-09 13:19micro-optimization: fputc (function) -> putc (macro/inline function)Hiltjo Posthuma1+17-17
2021-01-08 13:32LICENSE: bump yearHiltjo Posthuma1+1-1
2021-01-08 13:30stagit-gopher-index: sync utf8pad from stagit-gopher.cHiltjo Posthuma1+13-9
2020-12-06 16:20fix warning with libgit2 v0.99+, remain compatible with older versionsHiltjo Posthuma1+7-8
2020-11-24 00:23add abbreviated commit hash to submodule fileHiltjo Posthuma1+5-3
2020-11-15 20:24use size_t to count linesHiltjo Posthuma1+7-7
2020-11-15 20:22refs_cmp: remove unneeded castHiltjo Posthuma1+1-2
2020-11-15 20:21use LEN() macros for arraysHiltjo Posthuma1+4-2
2020-11-15 20:20avoid shadowed `name' global variableHiltjo Posthuma1+3-3
2020-08-17 14:09bump version to 0.9.4Hiltjo Posthuma1+1-1
2020-08-10 14:12fix a small memleak in writeatom()Hiltjo Posthuma1+6-10
2020-08-08 18:02stagit-gopher-index: remove unveil support for argvHiltjo Posthuma1+0-4
2020-08-06 16:28fix submodule lookup in bare reposHiltjo Posthuma1+2-3
2020-07-20 12:16regression: do not show unset or empty tagsHiltjo Posthuma1+1-1
2020-07-19 17:15remove extra newline between link to Atom feedsHiltjo Posthuma1+3-2
2020-07-19 17:00rm unused variable `ids` (from stagit)Hiltjo Posthuma1+0-1
2020-07-19 16:56sort branches and tags by time (descending) and add tags.xml for releasesHiltjo Posthuma2+192-108
2020-02-23 19:31bump version to 0.9.3Hiltjo Posthuma1+1-1
2020-02-21 12:45atom.xml: improve output format a bitHiltjo Posthuma1+2-2
2020-02-12 22:23improve includes, stagit-gopher-index does not need compat.hHiltjo Posthuma2+3-7
2019-12-22 11:52add OpenBSD unveil supportHiltjo Posthuma2+11-0
2019-12-22 11:49some README tweaks and rewording, reorderingHiltjo Posthuma1+7-7
2019-12-22 11:47Makefile improvementsHiltjo Posthuma2+20-37
2019-05-05 17:12README: works also on NetBSDLeonardo Taccari1+1-1
2019-04-23 18:53bump version to 0.9.2Hiltjo Posthuma1+1-1
2019-03-17 14:19escape gph in pathsHiltjo Posthuma1+9-4
2019-03-09 11:41pedantic snprintf() improvementHiltjo Posthuma2+4-4
2019-03-01 10:50fix issues in example scriptsHiltjo Posthuma2+2-2
2019-02-22 10:14bump version to 0.9.1Hiltjo Posthuma1+1-1
2019-02-09 14:11Makefile: add DOCPREFIX for installing docs in portsHiltjo Posthuma2+8-6
2019-02-07 20:02change order of commits in log from most recent to old to applied orderHiltjo Posthuma4+4-7
2019-02-03 14:27remove tags.gph supportHiltjo Posthuma2+0-9
2019-02-03 14:26fix compile: libgit2 0.28 changed giterr_last to git_error_lastHiltjo Posthuma2+2-6
2018-12-25 12:42bump version to 0.9Hiltjo Posthuma1+1-1
2018-11-23 11:56in the diffstat prefix the type of changeHiltjo Posthuma1+12-1
2018-11-23 11:47don't use a heuristic for renames, the content must match exactlyHiltjo Posthuma1+3-1
2018-11-23 11:46detect filetype changes in diff (for example a normal file to symlink)Hiltjo Posthuma1+3-1
2018-11-11 18:07detect more names for README and LICENSEHiltjo Posthuma1+31-16
2018-11-11 17:57detect copies and renames based on the threshold of changesHiltjo Posthuma1+9-0
2018-09-08 12:40optimize to truncate to 79 characters, remove white-space padding at endHiltjo Posthuma2+9-9
2018-09-02 13:50fix writeheader not being called when flags are used before reposHiltjo Posthuma1+3-3
2018-08-22 16:26simplify range checkHiltjo Posthuma1+1-4
2018-08-22 16:24stagit-gopher: log: indicate when using the -l option and there are more commitsHiltjo Posthuma1+2-0
2018-05-25 16:42assume OpenBSD 5.9+, always try pledge(2) on OpenBSDHiltjo Posthuma3+4-11
2018-05-09 16:52Clarify usage regarding -c and -l mutual exclusionQuentin Rameau1+1-1
2018-04-07 12:14bump version to 0.8Hiltjo Posthuma1+1-1
2018-04-06 17:29stagit-gopher-index: show usage when no repo is specifiedHiltjo Posthuma1+4-0
2018-04-06 17:29stagit-gopher-index: pledge after git_libgit2_initHiltjo Posthuma1+3-3
2018-04-06 17:28stagit-gopher-index.1: fix flag typoHiltjo Posthuma1+1-1
2018-04-01 13:09fix truncation and padding for lines containing multiwidth glyphsHiltjo Posthuma1+13-9
2018-03-26 18:11pledge after git_libgit2_initHiltjo Posthuma1+8-5
2018-02-09 15:13optimization: only diff the tree when it is needed for the diffstat...Hiltjo Posthuma1+25-17
2018-02-09 15:09when a tags.gph file exists in the current directory then link it in the menuHiltjo Posthuma2+9-1
2018-01-28 15:28README: improve tarball generation by tag exampleHiltjo Posthuma1+9-3
2018-01-27 15:24fix escape regression in gphtextnl() and simplify the codeHiltjo Posthuma1+3-8
2018-01-21 15:47stagit-gopher: add -l option: limit the amount of commits for the log.gph fileHiltjo Posthuma2+49-11
2018-01-21 14:25merge and remove a lineHiltjo Posthuma1+1-2
2018-01-21 14:24remove a non-portable syntax in MakefileHiltjo Posthuma1+1-1
2018-01-21 14:23bump LICENSE to 2018Hiltjo Posthuma1+1-1
2017-11-25 15:04post-receive: fix warning in script for example when pushing deleted tagsHiltjo Posthuma1+1-0
2017-11-25 14:31Makefile: bump version to 0.7.2Hiltjo Posthuma1+1-1
2017-11-25 14:13index: read until the first newline or CR or TABHiltjo Posthuma1+3-1
2017-11-25 14:12gphtext() and gphlink(): fix NUL byte checkHiltjo Posthuma2+13-13
2017-11-25 14:10index: setlocale() because we use multibyte functionsHiltjo Posthuma1+3-0
2017-11-19 13:58Makefile: bump version to 0.7.1Hiltjo Posthuma1+1-1
2017-11-19 13:57fix: add "fattr" pledge for chmod(2) for cachefileHiltjo Posthuma1+5-7
2017-11-18 11:54Makefile: bump version to 0.7Hiltjo Posthuma1+1-1
2017-11-17 15:12fix file permissions for cachefile and respect umask(2)Hiltjo Posthuma1+10-2
2017-11-17 15:09more verbose errors: show which file failed on openHiltjo Posthuma1+2-2
2017-11-17 15:08Makefile: remove unused $SCRIPTSHiltjo Posthuma1+5-5
2017-11-17 15:06fixes for escaping and printingHiltjo Posthuma2+127-110
303 more commits remaining, fetch the repository