forks/stagit.git
2021-11-16 Hiltjo Posthumaencode the name, it could contain XML entities
2021-08-03 Hiltjo Posthumaman pages: add EXAMPLES section
2021-07-30 Hiltjo Posthumasmall typo fixes and url -> URL
2021-05-27 Hiltjo Posthumabump version to 0.9.6
2021-05-18 Hiltjo Posthumaman page: codemadness is the primary server. make logo...
2021-05-18 Quentin RameauREADME: improve a bit the usage examples
2021-05-05 Hiltjo Posthumado not simplify the history by first-parent
2021-03-25 Hiltjo Posthumatiny comment change
2021-03-25 Hiltjo Posthumaadd function to print a single line, ignoring \r and \n
2021-03-19 Hiltjo Posthumaadd meta viewport on stagit-index too
2021-03-14 Hiltjo Posthumabump version to 0.9.5
2021-03-05 Hiltjo PosthumaLICENSE: update
2021-03-05 Hiltjo Posthumachange STAGIT_BASEURL to an -u option and also update...
2021-03-05 Hiltjo Posthumaadd $STAGIT_BASEURL environment variable to make Atom...
2021-03-05 Hiltjo PosthumaREADME: mention tags.xml feature
2021-01-09 Hiltjo Posthumamicro-optimization: fputc (function) -> putc (macro...
2021-01-08 Hiltjo PosthumaLICENSE: bump year
2020-11-28 Hiltjo Posthumafix warning with libgit2 v0.99+, remain compatible...
2020-11-23 Oscar Beneditoadd abbreviated commit hash to submodule file
2020-11-15 Hiltjo Posthumaadd meta viewport for scaling on mobile
2020-11-15 Hiltjo Posthumastyle.css: improve contrast
2020-11-15 Hiltjo Posthumause size_t to count lines
2020-11-15 Hiltjo Posthumaavoid shadowed `name' global variable
2020-11-15 Hiltjo Posthumarefs_cmp: remove unneeded cast
2020-11-15 Hiltjo Posthumause LEN() macros for arrays
2020-08-17 Hiltjo Posthumabump version to 0.9.4
2020-08-10 Hiltjo Posthumafix a small memleak in writeatom()
2020-08-08 Hiltjo Posthumastagit-index: remove unveil support for argv
2020-08-06 kstfix submodule lookup in bare repos
2020-07-20 Hiltjo Posthumaregression: do not show unset or empty tags
2020-07-19 Hiltjo Posthumarefactor get reference, add another feed for tags/releases
2020-07-19 Hiltjo Posthumasort branches and tags by time (descending)
2020-02-23 Hiltjo Posthumabump version to 0.9.3
2020-02-21 Hiltjo Posthumaatom.xml: improve output format a bit
2020-02-12 Hiltjo Posthumaimprove includes, stagit-index does not need compat.h
2019-12-29 Hiltjo Posthumastyle.css: highlight anchor ids, useful for linking...
2019-12-22 Hiltjo Posthumasmall code-style white-space/newline
2019-12-01 Hiltjo Posthumaadd OpenBSD unveil support
2019-12-01 Hiltjo Posthumasome README tweaks and rewording, reordering
2019-12-01 Hiltjo PosthumaMakefile improvements
2019-05-05 Leonardo TaccariREADME: works also on NetBSD
2019-04-23 Hiltjo Posthumabump version to 0.9.2
2019-03-16 Hiltjo Posthumaescape HTML in paths
2019-03-09 Hiltjo Posthumapedantic snprintf() improvement
2019-03-01 Hiltjo Posthumafix issues in example scripts
2019-02-22 Hiltjo Posthumabump version to 0.9.1
2019-02-16 Hiltjo PosthumaMakefile: add DOCPREFIX for installing docs in ports
2019-02-16 Hiltjo Posthumachange order of commits in log from most recent to...
2019-02-16 Hiltjo Posthumafix compile: libgit2 0.28 changed giterr_last to git_er...
2018-12-25 Hiltjo Posthumabump version to 0.9
2018-12-25 Hiltjo Posthumastyle: keep default browser style for links, except...
2018-11-18 Hiltjo Posthumain the diffstat prefix the type of change, allow CSS...
2018-11-18 Hiltjo Posthumadon't use a heuristic for renames, the content must...
2018-11-18 Hiltjo Posthumadetect filetype changes in diff (for example a normal...
2018-11-11 Hiltjo Posthumadetect more names for README and LICENSE
2018-11-11 Hiltjo Posthumadetect copies and renames based on the threshold of...
2018-08-22 Hiltjo Posthumasimplify range check
2018-08-22 Hiltjo Posthumastagit: log: indicate when using the -l option and...
2018-05-25 Hiltjo Posthumaassume OpenBSD 5.9+, always try pledge(2) on OpenBSD
2018-05-09 Quentin RameauClarify usage regarding -c and -l mutual exclusion
2018-04-07 Hiltjo Posthumabump version to 0.8
2018-04-06 Hiltjo Posthumastagit-index: pledge after git_libgit2_init
2018-03-26 Hiltjo Posthumapledge after git_libgit2_init
2018-03-18 Hiltjo Posthumaoptimization: only diff the tree when it is needed...
2018-01-28 Hiltjo PosthumaREADME: improve tarball generation by tag example
2018-01-21 Hiltjo Posthumastagit: add -l option: limit the amount of commits...
2018-01-21 Hiltjo Posthumabump LICENSE to 2018
2018-01-20 Hiltjo Posthumastyle.css: improve compatibility with older browsers...
2017-12-07 Quentin RameauRemove a non-portable syntax in Makefile
2017-11-25 Hiltjo PosthumaMakefile: bump version to 0.7.2
2017-11-25 Hiltjo Posthumapost-receive: fix warning in script for example when...
2017-11-25 Aaron MarcherSort style.css in alphabetical order
2017-11-19 Hiltjo PosthumaMakefile: bump version to 0.7.1
2017-11-19 Hiltjo Posthumafix: add "fattr" pledge for chmod(2) for cachefile
2017-11-18 Hiltjo PosthumaMakefile: bump version to 0.7
2017-11-11 Hiltjo PosthumaMakefile: remove unused $SCRIPTS
2017-11-10 Hiltjo Posthumafix file permissions for cachefile and respect umask(2)
2017-11-10 Hiltjo Posthumamore verbose errors: show which file failed on open
2017-10-31 Hiltjo PosthumaREADME: clarify some cons
2017-10-31 Hiltjo Posthumapost-receive hook: force UTF-8 locale
2017-09-04 Hiltjo Posthumaallow umask to handle permissions
2017-08-09 Hiltjo Posthumaignore object 0000000000000000000000000000000000000000
2017-08-02 Hiltjo Posthumabump version for a release soon
2017-08-02 Hiltjo Posthumaexample_create.sh: make executable
2017-07-30 Hiltjo Posthumaimprove example scripts, add to build (Makefile)
2017-07-15 Hiltjo Posthumaimprove example, add initial post-receive example
2017-07-06 Hiltjo PosthumaREADME: add example for a git hook and to set the url...
2017-07-05 Hiltjo PosthumaREADME: add example to create tar.gz archives by tag
2017-06-25 Hiltjo PosthumaMakefile: remove TODO
2017-06-23 Hiltjo Posthumaremove TODO
2017-06-23 Hiltjo Posthumaseparate getstats from getbyoid: slightly faster
2017-05-07 Hiltjo Posthumafor the commit Date: header use the git format-patch...
2017-05-07 Hiltjo Posthumadont truncate summary length anymore
2017-05-07 Hiltjo Posthumaremove config.def.h: it was not used anymore
2017-05-07 Hiltjo Posthumaimprove commitinfo_getstats
2017-04-22 Hiltjo Posthumaimprove documentation
2017-04-17 Hiltjo Posthumaalign line numbers to 8 spaces
2017-04-17 Hiltjo Posthumawriteblobhtml: minor style fix
2017-04-17 Hiltjo Posthumastagit: fix rendering of first TAB in file
2017-04-17 Hiltjo Posthumastagit-index: also dont assume someones <html lang> :)
next