2021-01-09 13:59 | micro-optimization: fputc (function) -> putc (macro/inline function) | Hiltjo Posthuma | 2 | +8 | -8 |
2021-01-08 13:32 | LICENSE: bump year | Hiltjo Posthuma | 1 | +1 | -1 |
2020-11-28 11:28 | fix warning with libgit2 v0.99+, remain compatible with older versions | Hiltjo Posthuma | 1 | +7 | -8 |
2020-11-16 22:24 | add abbreviated commit hash to submodule file | Oscar Benedito | 1 | +5 | -2 |
2020-11-15 20:11 | add meta viewport for scaling on mobile | Hiltjo Posthuma | 1 | +1 | -0 |
2020-11-15 20:11 | style.css: improve contrast | Hiltjo Posthuma | 1 | +3 | -3 |
2020-11-15 19:59 | use size_t to count lines | Hiltjo Posthuma | 1 | +7 | -7 |
2020-11-15 19:58 | avoid shadowed `name' global variable | Hiltjo Posthuma | 1 | +3 | -3 |
2020-11-15 19:58 | refs_cmp: remove unneeded cast | Hiltjo Posthuma | 1 | +1 | -2 |
2020-11-15 19:58 | use LEN() macros for arrays | Hiltjo Posthuma | 1 | +4 | -2 |
2020-08-17 14:09 | bump version to 0.9.4 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-10 14:09 | fix a small memleak in writeatom() | Hiltjo Posthuma | 1 | +6 | -10 |
2020-08-08 18:01 | stagit-index: remove unveil support for argv | Hiltjo Posthuma | 1 | +0 | -4 |
2020-08-05 22:11 | fix submodule lookup in bare repos | kst | 1 | +2 | -3 |
2020-07-20 12:15 | regression: do not show unset or empty tags | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-19 14:41 | refactor get reference, add another feed for tags/releases | Hiltjo Posthuma | 2 | +146 | -86 |
2020-07-19 12:07 | sort branches and tags by time (descending) | Hiltjo Posthuma | 1 | +92 | -72 |
2020-02-23 19:30 | bump version to 0.9.3 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-02-21 12:46 | atom.xml: improve output format a bit | Hiltjo Posthuma | 1 | +2 | -2 |
2020-02-12 22:20 | improve includes, stagit-index does not need compat.h | Hiltjo Posthuma | 2 | +3 | -7 |
2019-12-29 18:02 | style.css: highlight anchor ids, useful for linking highlighting lines in a diff | Hiltjo Posthuma | 1 | +4 | -0 |
2019-12-22 11:53 | small code-style white-space/newline | Hiltjo Posthuma | 1 | +1 | -0 |
2019-12-01 17:31 | add OpenBSD unveil support | Hiltjo Posthuma | 2 | +10 | -0 |
2019-12-01 17:26 | some README tweaks and rewording, reordering | Hiltjo Posthuma | 1 | +9 | -7 |
2019-12-01 17:26 | Makefile improvements | Hiltjo Posthuma | 2 | +20 | -37 |
2019-05-05 17:11 | README: works also on NetBSD | Leonardo Taccari | 1 | +1 | -1 |
2019-04-23 18:53 | bump version to 0.9.2 | Hiltjo Posthuma | 1 | +1 | -1 |
2019-03-16 12:07 | escape HTML in paths | Hiltjo Posthuma | 1 | +12 | -4 |
2019-03-09 11:39 | pedantic snprintf() improvement | Hiltjo Posthuma | 2 | +4 | -4 |
2019-03-01 10:49 | fix issues in example scripts | Hiltjo Posthuma | 2 | +2 | -2 |
2019-02-22 10:13 | bump version to 0.9.1 | Hiltjo Posthuma | 1 | +1 | -1 |
2019-02-09 14:02 | Makefile: add DOCPREFIX for installing docs in ports | Hiltjo Posthuma | 2 | +11 | -9 |
2019-02-07 20:00 | change order of commits in log from most recent to old to applied order | Hiltjo Posthuma | 4 | +4 | -7 |
2019-02-03 14:24 | fix compile: libgit2 0.28 changed giterr_last to git_error_last | Hiltjo Posthuma | 2 | +2 | -6 |
2018-12-25 12:44 | bump version to 0.9 | Hiltjo Posthuma | 1 | +1 | -1 |
2018-12-25 12:39 | style: keep default browser style for links, except patch chunks | Hiltjo Posthuma | 1 | +4 | -5 |
2018-11-18 17:08 | in the diffstat prefix the type of change, allow CSS styling | Hiltjo Posthuma | 2 | +18 | -1 |
2018-11-18 17:07 | don't use a heuristic for renames, the content must match exactly | Hiltjo Posthuma | 1 | +3 | -1 |
2018-11-18 17:06 | detect filetype changes in diff (for example a normal file to symlink) | Hiltjo Posthuma | 1 | +3 | -1 |
2018-11-11 17:23 | detect more names for README and LICENSE | Hiltjo Posthuma | 1 | +30 | -16 |
2018-11-11 17:09 | detect copies and renames based on the threshold of changes | Hiltjo Posthuma | 1 | +9 | -0 |
2018-08-19 20:03 | simplify range check | Hiltjo Posthuma | 1 | +1 | -4 |
2018-08-19 12:06 | stagit: log: indicate when using the -l option and there are more commits | Hiltjo Posthuma | 1 | +4 | -0 |
2018-05-25 16:43 | assume OpenBSD 5.9+, always try pledge(2) on OpenBSD | Hiltjo Posthuma | 3 | +4 | -11 |
2018-05-09 16:51 | Clarify usage regarding -c and -l mutual exclusion | Quentin Rameau | 1 | +1 | -1 |
2018-04-07 12:14 | bump version to 0.8 | Hiltjo Posthuma | 1 | +1 | -1 |
2018-04-06 17:28 | stagit-index: pledge after git_libgit2_init | Hiltjo Posthuma | 1 | +4 | -3 |
2018-03-26 18:08 | pledge after git_libgit2_init | Hiltjo Posthuma | 1 | +8 | -5 |
2018-03-18 14:34 | optimization: only diff the tree when it is needed for the diffstat... | Hiltjo Posthuma | 1 | +27 | -17 |
2018-01-28 15:27 | README: improve tarball generation by tag example | Hiltjo Posthuma | 1 | +8 | -2 |
2018-01-21 15:47 | stagit: add -l option: limit the amount of commits for the log.html file | Hiltjo Posthuma | 2 | +50 | -13 |
2018-01-21 14:23 | bump LICENSE to 2018 | Hiltjo Posthuma | 1 | +1 | -1 |
2018-01-20 12:18 | style.css: improve compatibility with older browsers, namely dillo | Hiltjo Posthuma | 1 | +5 | -0 |
2017-12-02 18:04 | Remove a non-portable syntax in Makefile | Quentin Rameau | 1 | +1 | -1 |
2017-11-25 15:06 | Makefile: bump version to 0.7.2 | Hiltjo Posthuma | 1 | +1 | -1 |
2017-11-25 15:02 | post-receive: fix warning in script for example when pushing deleted tags | Hiltjo Posthuma | 1 | +1 | -0 |
2017-11-25 11:09 | Sort style.css in alphabetical order | Aaron Marcher | 1 | +2 | -2 |
2017-11-19 13:58 | Makefile: bump version to 0.7.1 | Hiltjo Posthuma | 1 | +1 | -1 |
2017-11-19 13:52 | fix: add "fattr" pledge for chmod(2) for cachefile | Hiltjo Posthuma | 1 | +5 | -7 |
2017-11-18 11:53 | Makefile: bump version to 0.7 | Hiltjo Posthuma | 1 | +1 | -1 |
2017-11-11 00:34 | Makefile: remove unused $SCRIPTS | Hiltjo Posthuma | 1 | +5 | -5 |
2017-11-10 19:55 | fix file permissions for cachefile and respect umask(2) | Hiltjo Posthuma | 1 | +10 | -2 |
2017-11-10 19:53 | more verbose errors: show which file failed on open | Hiltjo Posthuma | 1 | +2 | -2 |
2017-10-31 22:25 | README: clarify some cons | Hiltjo Posthuma | 1 | +15 | -6 |
2017-10-31 22:20 | post-receive hook: force UTF-8 locale | Hiltjo Posthuma | 1 | +4 | -0 |
2017-09-04 16:14 | allow umask to handle permissions | Hiltjo Posthuma | 1 | +1 | -1 |
2017-08-09 16:52 | ignore object 0000000000000000000000000000000000000000 | Hiltjo Posthuma | 1 | +2 | -0 |
2017-08-02 16:54 | bump version for a release soon | Hiltjo Posthuma | 1 | +1 | -1 |
2017-08-02 16:45 | example_create.sh: make executable | Hiltjo Posthuma | 1 | +0 | -0 |
2017-07-30 15:21 | improve example scripts, add to build (Makefile) | Hiltjo Posthuma | 5 | +60 | -57 |
2017-07-15 11:50 | improve example, add initial post-receive example | Hiltjo Posthuma | 2 | +69 | -1 |
2017-07-06 11:20 | README: add example for a git hook and to set the url file | Hiltjo Posthuma | 1 | +41 | -2 |
2017-07-05 18:25 | README: add example to create tar.gz archives by tag | Hiltjo Posthuma | 1 | +11 | -0 |
2017-06-25 10:28 | Makefile: remove TODO | Hiltjo Posthuma | 1 | +1 | -2 |
2017-06-23 12:03 | remove TODO | Hiltjo Posthuma | 1 | +0 | -7 |
2017-06-23 11:53 | separate getstats from getbyoid: slightly faster | Hiltjo Posthuma | 1 | +4 | -2 |
2017-05-07 11:12 | for the commit Date: header use the git format-patch format | Hiltjo Posthuma | 1 | +1 | -1 |
2017-05-07 10:02 | dont truncate summary length anymore | Hiltjo Posthuma | 1 | +2 | -14 |
2017-05-04 22:23 | remove config.def.h: it was not used anymore | Hiltjo Posthuma | 2 | +1 | -5 |
2017-04-22 17:07 | improve commitinfo_getstats | Hiltjo Posthuma | 1 | +2 | -5 |
2017-04-22 12:38 | improve documentation | Hiltjo Posthuma | 3 | +52 | -27 |
2017-04-17 14:39 | align line numbers to 8 spaces | Hiltjo Posthuma | 1 | +1 | -1 |
2017-04-17 14:16 | writeblobhtml: minor style fix | Hiltjo Posthuma | 1 | +1 | -1 |
2017-04-17 11:39 | stagit: fix rendering of first TAB in file | Hiltjo Posthuma | 1 | +1 | -1 |
2017-04-17 11:13 | stagit-index: also dont assume someones <html lang> :) | Hiltjo Posthuma | 1 | +1 | -1 |
2017-04-17 11:06 | stagit-index: remove Content-Language: en | Hiltjo Posthuma | 1 | +1 | -1 |
2017-04-16 18:59 | writeblobhtml: fix possible uninitialized variable n when len == 0 | Hiltjo Posthuma | 1 | +2 | -2 |
2017-04-16 18:37 | writeblobhtml: improve file view for text-browsers | Hiltjo Posthuma | 1 | +19 | -16 |
2017-04-16 18:36 | stagit-index: remove empty h1 and add bold markup to table headers | Hiltjo Posthuma | 1 | +8 | -6 |
2017-04-16 18:36 | text-browser improvements | Hiltjo Posthuma | 1 | +18 | -12 |
2017-04-16 18:32 | README: advertise text-browser improvements | Hiltjo Posthuma | 1 | +1 | -0 |
2017-04-16 18:32 | LICENSE: bump year | Hiltjo Posthuma | 1 | +1 | -1 |
2017-04-15 10:56 | browser compatibility: use numeric entity for ' | Hiltjo Posthuma | 2 | +2 | -2 |
2017-04-01 17:33 | writeblobhtml, make fprintf format string const | Hiltjo Posthuma | 1 | +1 | -1 |
2017-03-25 12:28 | README: add instructions to build static binaries | Hiltjo Posthuma | 1 | +22 | -0 |
2017-03-25 12:14 | Makefile: change () to {} consistently | Hiltjo Posthuma | 1 | +5 | -5 |
2017-03-12 20:30 | fix potential leak, found by clang-analyzer | Hiltjo Posthuma | 1 | +1 | -0 |
2017-03-12 20:24 | fix memory leak of commitinfo | Hiltjo Posthuma | 1 | +1 | -1 |
2017-03-12 18:51 | atom.xml: add newline before EOF | Hiltjo Posthuma | 1 | +1 | -1 |
2017-03-12 18:50 | fix memory leak of commitinfo->parent | Hiltjo Posthuma | 1 | +1 | -0 |
| More commits remaining [...] |