stagit

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

DateCommit messageAuthorFiles+-
2023-04-10 10:33in Atom (RFC4287) an atomTextConstruct specifies the type text as the defaultHiltjo Posthuma1+2-2
2022-08-16 11:17prefix usage with the common prefix "usage: "Hiltjo Posthuma2+2-2
2022-08-07 08:10bump version to 1.2Hiltjo Posthuma1+1-1
2022-07-26 21:50Makefile: add workaround for distros still using older libgit2 versionsHiltjo Posthuma1+4-0
2022-05-27 19:29Revert "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 08:58Allow git to run on an other user repositoryAnton Lindqvist2+4-0
2022-04-02 15:35bump version to 1.1Hiltjo Posthuma1+1-1
2022-03-19 11:22improve stream read and write error handlingHiltjo Posthuma2+42-9
2022-03-15 15:58add dark mode support for the example stylesheetHiltjo Posthuma1+48-0
2022-01-03 11:22bump LICENSE yearHiltjo Posthuma1+1-1
2022-01-03 11:21libgit2 config opts: set the search to an empty pathHiltjo Posthuma2+8-0
2021-12-14 19:51do not percent-encode: ',' or '-' or '.' it looks uglyHiltjo Posthuma2+4-4
2021-11-30 17:13bump version to 1.0Hiltjo Posthuma1+1-1
2021-11-16 17:17Print the number of remaining commitsQuentin Rameau1+16-11
2021-11-16 13:24ignore '\r' in writing the blob aswellHiltjo Posthuma1+3-2
2021-11-16 13:16percent encode characters in path namesHiltjo Posthuma2+50-6
2021-11-16 10:44encode the name, it could contain XML entitiesHiltjo Posthuma1+6-4
2021-08-03 17:22man pages: add EXAMPLES sectionHiltjo Posthuma2+16-2
2021-07-30 23:09small 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:42man page: codemadness is the primary server. make logo brandless (not 2f30)Hiltjo Posthuma3+3-2
2021-05-18 08:38README: improve a bit the usage examplesQuentin Rameau1+8-3
2021-05-05 17:15do not simplify the history by first-parentHiltjo Posthuma2+0-3
2021-03-25 17:17tiny comment changeHiltjo Posthuma1+1-1
2021-03-25 17:13add function to print a single line, ignoring \r and \nHiltjo Posthuma1+22-1
2021-03-19 10:29add meta viewport on stagit-index tooHiltjo Posthuma1+1-0
2021-03-14 15:23bump version to 0.9.5Hiltjo Posthuma1+1-1
2021-03-05 11:47LICENSE: updateHiltjo Posthuma1+0-1
2021-03-05 11:44change STAGIT_BASEURL to an -u option and also update the example scriptHiltjo Posthuma4+13-13
2021-03-05 10:51add $STAGIT_BASEURL environment variable to make Atom links absoluteHiltjo Posthuma2+15-3
2021-03-05 10:50README: mention tags.xml featureHiltjo Posthuma1+2-1
2021-01-09 13:59micro-optimization: fputc (function) -> putc (macro/inline function)Hiltjo Posthuma2+8-8
2021-01-08 13:32LICENSE: bump yearHiltjo Posthuma1+1-1
2020-11-28 11:28fix warning with libgit2 v0.99+, remain compatible with older versionsHiltjo Posthuma1+7-8
2020-11-16 22:24add abbreviated commit hash to submodule fileOscar Benedito1+5-2
2020-11-15 20:11add meta viewport for scaling on mobileHiltjo Posthuma1+1-0
2020-11-15 20:11style.css: improve contrastHiltjo Posthuma1+3-3
2020-11-15 19:59use size_t to count linesHiltjo Posthuma1+7-7
2020-11-15 19:58avoid shadowed `name' global variableHiltjo Posthuma1+3-3
2020-11-15 19:58refs_cmp: remove unneeded castHiltjo Posthuma1+1-2
2020-11-15 19:58use LEN() macros for arraysHiltjo Posthuma1+4-2
2020-08-17 14:09bump version to 0.9.4Hiltjo Posthuma1+1-1
2020-08-10 14:09fix a small memleak in writeatom()Hiltjo Posthuma1+6-10
2020-08-08 18:01stagit-index: remove unveil support for argvHiltjo Posthuma1+0-4
2020-08-05 22:11fix submodule lookup in bare reposkst1+2-3
2020-07-20 12:15regression: do not show unset or empty tagsHiltjo Posthuma1+1-1
2020-07-19 14:41refactor get reference, add another feed for tags/releasesHiltjo Posthuma2+146-86
2020-07-19 12:07sort branches and tags by time (descending)Hiltjo Posthuma1+92-72
2020-02-23 19:30bump version to 0.9.3Hiltjo Posthuma1+1-1
2020-02-21 12:46atom.xml: improve output format a bitHiltjo Posthuma1+2-2
2020-02-12 22:20improve includes, stagit-index does not need compat.hHiltjo Posthuma2+3-7
2019-12-29 18:02style.css: highlight anchor ids, useful for linking highlighting lines in a diffHiltjo Posthuma1+4-0
2019-12-22 11:53small code-style white-space/newlineHiltjo Posthuma1+1-0
2019-12-01 17:31add OpenBSD unveil supportHiltjo Posthuma2+10-0
2019-12-01 17:26some README tweaks and rewording, reorderingHiltjo Posthuma1+9-7
2019-12-01 17:26Makefile improvementsHiltjo Posthuma2+20-37
2019-05-05 17:11README: works also on NetBSDLeonardo Taccari1+1-1
2019-04-23 18:53bump version to 0.9.2Hiltjo Posthuma1+1-1
2019-03-16 12:07escape HTML in pathsHiltjo Posthuma1+12-4
2019-03-09 11:39pedantic snprintf() improvementHiltjo Posthuma2+4-4
2019-03-01 10:49fix issues in example scriptsHiltjo Posthuma2+2-2
2019-02-22 10:13bump version to 0.9.1Hiltjo Posthuma1+1-1
2019-02-09 14:02Makefile: add DOCPREFIX for installing docs in portsHiltjo Posthuma2+11-9
2019-02-07 20:00change order of commits in log from most recent to old to applied orderHiltjo Posthuma4+4-7
2019-02-03 14:24fix compile: libgit2 0.28 changed giterr_last to git_error_lastHiltjo Posthuma2+2-6
2018-12-25 12:44bump version to 0.9Hiltjo Posthuma1+1-1
2018-12-25 12:39style: keep default browser style for links, except patch chunksHiltjo Posthuma1+4-5
2018-11-18 17:08in the diffstat prefix the type of change, allow CSS stylingHiltjo Posthuma2+18-1
2018-11-18 17:07don't use a heuristic for renames, the content must match exactlyHiltjo Posthuma1+3-1
2018-11-18 17:06detect filetype changes in diff (for example a normal file to symlink)Hiltjo Posthuma1+3-1
2018-11-11 17:23detect more names for README and LICENSEHiltjo Posthuma1+30-16
2018-11-11 17:09detect copies and renames based on the threshold of changesHiltjo Posthuma1+9-0
2018-08-19 20:03simplify range checkHiltjo Posthuma1+1-4
2018-08-19 12:06stagit: log: indicate when using the -l option and there are more commitsHiltjo Posthuma1+4-0
2018-05-25 16:43assume OpenBSD 5.9+, always try pledge(2) on OpenBSDHiltjo Posthuma3+4-11
2018-05-09 16:51Clarify 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:28stagit-index: pledge after git_libgit2_initHiltjo Posthuma1+4-3
2018-03-26 18:08pledge after git_libgit2_initHiltjo Posthuma1+8-5
2018-03-18 14:34optimization: only diff the tree when it is needed for the diffstat...Hiltjo Posthuma1+27-17
2018-01-28 15:27README: improve tarball generation by tag exampleHiltjo Posthuma1+8-2
2018-01-21 15:47stagit: add -l option: limit the amount of commits for the log.html fileHiltjo Posthuma2+50-13
2018-01-21 14:23bump LICENSE to 2018Hiltjo Posthuma1+1-1
2018-01-20 12:18style.css: improve compatibility with older browsers, namely dilloHiltjo Posthuma1+5-0
2017-12-02 18:04Remove a non-portable syntax in MakefileQuentin Rameau1+1-1
2017-11-25 15:06Makefile: bump version to 0.7.2Hiltjo Posthuma1+1-1
2017-11-25 15:02post-receive: fix warning in script for example when pushing deleted tagsHiltjo Posthuma1+1-0
2017-11-25 11:09Sort style.css in alphabetical orderAaron Marcher1+2-2
2017-11-19 13:58Makefile: bump version to 0.7.1Hiltjo Posthuma1+1-1
2017-11-19 13:52fix: add "fattr" pledge for chmod(2) for cachefileHiltjo Posthuma1+5-7
2017-11-18 11:53Makefile: bump version to 0.7Hiltjo Posthuma1+1-1
2017-11-11 00:34Makefile: remove unused $SCRIPTSHiltjo Posthuma1+5-5
2017-11-10 19:55fix file permissions for cachefile and respect umask(2)Hiltjo Posthuma1+10-2
2017-11-10 19:53more verbose errors: show which file failed on openHiltjo Posthuma1+2-2
2017-10-31 22:25README: clarify some consHiltjo Posthuma1+15-6
2017-10-31 22:20post-receive hook: force UTF-8 localeHiltjo Posthuma1+4-0
2017-09-04 16:14allow umask to handle permissionsHiltjo Posthuma1+1-1
2017-08-09 16:52ignore object 0000000000000000000000000000000000000000Hiltjo Posthuma1+2-0
2017-08-02 16:54bump version for a release soonHiltjo Posthuma1+1-1
263 more commits remaining, fetch the repository