Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-01 | some README tweaks and rewording, reordering | Hiltjo Posthuma | |
2019-12-01 | Makefile improvements | Hiltjo Posthuma | |
- remove double -c in .c.o target. - remove config.mk abstraction. - change LIBS and INCS to LIBGIT_INC and LIBGIT_LIB. - use system cflags and ldflags, but allow the same override rules for porters. | |||
2019-05-05 | README: works also on NetBSD | Leonardo Taccari | |
2019-04-23 | bump version to 0.9.2 | Hiltjo Posthuma | |
2019-03-16 | escape HTML in paths | Hiltjo Posthuma | |
- escape paths in diff line. - escape path in anchor href attribute in files.html | |||
2019-03-09 | pedantic snprintf() improvement | Hiltjo Posthuma | |
POSIX says: "If an output error was encountered, these functions shall return a negative value and set errno to indicate the error." | |||
2019-03-01 | fix issues in example scripts | Hiltjo Posthuma | |
- in case cd fails don't continue (don't write in previous directory). - post-receive: quote $(pwd) in case it has spaces. found by shellcheck tool. | |||
2019-02-22 | bump version to 0.9.1 | Hiltjo Posthuma | |
2019-02-16 | Makefile: add DOCPREFIX for installing docs in ports | Hiltjo Posthuma | |
change installed doc from /usr/local/share/stagit to /usr/local/share/doc/stagit | |||
2019-02-16 | change order of commits in log from most recent to old to applied order | Hiltjo Posthuma | |
2019-02-16 | fix compile: libgit2 0.28 changed giterr_last to git_error_last | Hiltjo Posthuma | |
libgit2 commit: https://github.com/libgit2/libgit2/commit/a27a4de6f8003961d38958893c6c637395c7cc04 | |||
2018-12-25 | bump version to 0.9 | Hiltjo Posthuma | |
2018-12-25 | style: keep default browser style for links, except patch chunks | Hiltjo Posthuma | |
This is almost always an underline. This improves accessibility. Remove underline for patch chunks for readability. | |||
2018-11-18 | in the diffstat prefix the type of change, allow CSS styling | Hiltjo Posthuma | |
2018-11-18 | don't use a heuristic for renames, the content must match exactly | Hiltjo Posthuma | |
this prevents showing files as renames when most (but not all) of the file was changed. | |||
2018-11-18 | detect filetype changes in diff (for example a normal file to symlink) | Hiltjo Posthuma | |
2018-11-11 | detect more names for README and LICENSE | Hiltjo Posthuma | |
- for license: LICENSE, LICENSE.md, COPYING. - for readme: README, README.md. | |||
2018-11-11 | detect copies and renames based on the threshold of changes | Hiltjo Posthuma | |
2018-08-22 | simplify range check | Hiltjo Posthuma | |
2018-08-22 | stagit: log: indicate when using the -l option and there are more commits | Hiltjo Posthuma | |
2018-05-25 | assume OpenBSD 5.9+, always try pledge(2) on OpenBSD | Hiltjo Posthuma | |
2018-05-09 | Clarify usage regarding -c and -l mutual exclusion | Quentin Rameau | |
2018-04-07 | bump version to 0.8 | Hiltjo Posthuma | |
2018-04-06 | stagit-index: pledge after git_libgit2_init | Hiltjo Posthuma | |
2018-03-26 | pledge after git_libgit2_init | Hiltjo Posthuma | |
this is because libgit uses curl which uses some initialization checks, namely an IPv6 check which creates a socket. | |||
2018-03-18 | optimization: only diff the tree when it is needed for the diffstat... | Hiltjo Posthuma | |
... also clear all fields in the structure on failure. This is not as big an optimization as stagit-gopher, because the diffstat is displayed in the log, but the difference is still measurable. | |||
2018-01-28 | README: improve tarball generation by tag example | Hiltjo Posthuma | |
- set the project name + '-' + tag name as prefix. - allow '/' in the tag name. - allow '-' as suffix in the tag. | |||
2018-01-21 | stagit: add -l option: limit the amount of commits for the log.html file | Hiltjo Posthuma | |
2018-01-21 | bump LICENSE to 2018 | Hiltjo Posthuma | |
2018-01-20 | style.css: improve compatibility with older browsers, namely dillo | Hiltjo Posthuma | |
2017-12-07 | Remove a non-portable syntax in Makefile | Quentin Rameau | |
2017-11-25 | Makefile: bump version to 0.7.2 | Hiltjo Posthuma | |
2017-11-25 | post-receive: fix warning in script for example when pushing deleted tags | Hiltjo Posthuma | |
the "new" variable would be zero: remote: fatal: bad object 0000000000000000000000000000000000000000 NOTE: when pushing new tags the "old" variable would be zero, this was already fixed. | |||
2017-11-25 | Sort style.css in alphabetical order | Aaron Marcher | |
2017-11-19 | Makefile: bump version to 0.7.1 | Hiltjo Posthuma | |
2017-11-19 | fix: add "fattr" pledge for chmod(2) for cachefile | Hiltjo Posthuma | |
improve checks for when head is NULL (empty repo) | |||
2017-11-18 | Makefile: bump version to 0.7 | Hiltjo Posthuma | |
2017-11-11 | Makefile: remove unused $SCRIPTS | Hiltjo Posthuma | |
2017-11-10 | fix file permissions for cachefile and respect umask(2) | Hiltjo Posthuma | |
2017-11-10 | more verbose errors: show which file failed on open | Hiltjo Posthuma | |
2017-10-31 | README: clarify some cons | Hiltjo Posthuma | |
2017-10-31 | post-receive hook: force UTF-8 locale | Hiltjo Posthuma | |
this fixes encoding errors when the pages are generated in the post-receive hook. | |||
2017-09-04 | allow umask to handle permissions | Hiltjo Posthuma | |
2017-08-09 | ignore object 0000000000000000000000000000000000000000 | Hiltjo Posthuma | |
remote: fatal: bad object 0000000000000000000000000000000000000000 this can happen on initial repos or when pushing tags etc. | |||
2017-08-02 | bump version for a release soon | Hiltjo Posthuma | |
2017-08-02 | example_create.sh: make executable | Hiltjo Posthuma | |
2017-07-30 | improve example scripts, add to build (Makefile) | Hiltjo Posthuma | |
2017-07-15 | improve example, add initial post-receive example | Hiltjo Posthuma | |
2017-07-06 | README: add example for a git hook and to set the url file | Hiltjo Posthuma | |
2017-07-05 | README: add example to create tar.gz archives by tag | Hiltjo Posthuma | |