summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-14do not percent-encode: ',' or '-' or '.' it looks uglyHiltjo Posthuma
2021-11-30bump version to 1.0Hiltjo Posthuma
2021-11-16Print the number of remaining commitsQuentin Rameau
2021-11-16ignore '\r' in writing the blob aswellHiltjo Posthuma
2021-11-16percent encode characters in path namesHiltjo Posthuma
2021-11-16encode the name, it could contain XML entitiesHiltjo Posthuma
2021-08-03man pages: add EXAMPLES sectionHiltjo Posthuma
2021-07-31small typo fixes and url -> URLHiltjo Posthuma
2021-05-27bump version to 0.9.6Hiltjo Posthuma
2021-05-18man page: codemadness is the primary server. make logo brandless (not 2f30)Hiltjo Posthuma
2021-05-18README: improve a bit the usage examplesQuentin Rameau
2021-05-05do not simplify the history by first-parentHiltjo Posthuma
2021-03-25tiny comment changeHiltjo Posthuma
2021-03-25add function to print a single line, ignoring \r and \nHiltjo Posthuma
2021-03-19add meta viewport on stagit-index tooHiltjo Posthuma
2021-03-14bump version to 0.9.5Hiltjo Posthuma
2021-03-05LICENSE: updateHiltjo Posthuma
2021-03-05change STAGIT_BASEURL to an -u option and also update the example scriptHiltjo Posthuma
2021-03-05add $STAGIT_BASEURL environment variable to make Atom links absoluteHiltjo Posthuma
2021-03-05README: mention tags.xml featureHiltjo Posthuma
2021-01-09micro-optimization: fputc (function) -> putc (macro/inline function)Hiltjo Posthuma
2021-01-08LICENSE: bump yearHiltjo Posthuma
2020-11-28fix warning with libgit2 v0.99+, remain compatible with older versionsHiltjo Posthuma
2020-11-23add abbreviated commit hash to submodule fileOscar Benedito
2020-11-15add meta viewport for scaling on mobileHiltjo Posthuma
2020-11-15style.css: improve contrastHiltjo Posthuma
2020-11-15use size_t to count linesHiltjo Posthuma
2020-11-15avoid shadowed `name' global variableHiltjo Posthuma
2020-11-15refs_cmp: remove unneeded castHiltjo Posthuma
2020-11-15use LEN() macros for arraysHiltjo Posthuma
2020-08-17bump version to 0.9.4Hiltjo Posthuma
2020-08-10fix a small memleak in writeatom()Hiltjo Posthuma
2020-08-08stagit-index: remove unveil support for argvHiltjo Posthuma
2020-08-06fix submodule lookup in bare reposkst
2020-07-20regression: do not show unset or empty tagsHiltjo Posthuma
2020-07-19refactor get reference, add another feed for tags/releasesHiltjo Posthuma
2020-07-19sort branches and tags by time (descending)Hiltjo Posthuma
2020-02-23bump version to 0.9.3Hiltjo Posthuma
2020-02-21atom.xml: improve output format a bitHiltjo Posthuma
2020-02-12improve includes, stagit-index does not need compat.hHiltjo Posthuma
2019-12-29style.css: highlight anchor ids, useful for linking highlighting lines in a diffHiltjo Posthuma
2019-12-22small code-style white-space/newlineHiltjo Posthuma
2019-12-01add OpenBSD unveil supportHiltjo Posthuma
2019-12-01some README tweaks and rewording, reorderingHiltjo Posthuma
2019-12-01Makefile improvementsHiltjo Posthuma
2019-05-05README: works also on NetBSDLeonardo Taccari
2019-04-23bump version to 0.9.2Hiltjo Posthuma
2019-03-16escape HTML in pathsHiltjo Posthuma
2019-03-09pedantic snprintf() improvementHiltjo Posthuma
2019-03-01fix issues in example scriptsHiltjo Posthuma