Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-15 | style.css: improve contrast | Hiltjo Posthuma | |
https://webaim.org/resources/contrastchecker/?fcolor=555555&bcolor=FFFFFF Patch by Augustin Fabre <augustin@augfab.fr> and adapted. | |||
2020-11-15 | use size_t to count lines | Hiltjo Posthuma | |
2020-11-15 | avoid shadowed `name' global variable | Hiltjo Posthuma | |
by Augustin Fabre <augustin@augfab.fr> | |||
2020-11-15 | refs_cmp: remove unneeded cast | Hiltjo Posthuma | |
2020-11-15 | use LEN() macros for arrays | Hiltjo Posthuma | |
from Augustin Fabre <augustin@augfab.fr> | |||
2020-08-17 | bump version to 0.9.4 | Hiltjo Posthuma | |
2020-08-10 | fix a small memleak in writeatom() | Hiltjo Posthuma | |
non-tag references were not freed. | |||
2020-08-08 | stagit-index: remove unveil support for argv | Hiltjo Posthuma | |
This can reach the unveil argument limits and it is not a good case for using unveil. | |||
2020-08-06 | fix submodule lookup in bare repos | kst | |
git_submodule_lookup does not work without a working tree [1], so the current approach fails to recognize any submodules in bare repos. Instead, notice that $ git ls-tree HEAD lists any submodules as commit objects regardless of a working tree. This is the only instance commit object is used in a tree, so we will use this to check for submodules. [1]: https://github.com/libgit2/libgit2/pull/4305/files | |||
2020-07-20 | regression: do not show unset or empty tags | Hiltjo Posthuma | |
2020-07-19 | refactor get reference, add another feed for tags/releases | Hiltjo Posthuma | |
A separate Atom feed is helpful to ports maintainers to monitor new tags/releases. | |||
2020-07-19 | sort branches and tags by time (descending) | Hiltjo Posthuma | |
In general version tags are done in chronological order, so this will have a better sorting for tagged (versioned) releases. Request from Caltlgin Stsodaat and others, thanks! | |||
2020-02-23 | bump version to 0.9.3 | Hiltjo Posthuma | |
2020-02-21 | atom.xml: improve output format a bit | Hiltjo Posthuma | |
2020-02-12 | improve includes, stagit-index does not need compat.h | Hiltjo Posthuma | |
2019-12-29 | style.css: highlight anchor ids, useful for linking highlighting lines in a diff | Hiltjo Posthuma | |
2019-12-22 | small code-style white-space/newline | Hiltjo Posthuma | |
2019-12-01 | add OpenBSD unveil support | Hiltjo Posthuma | |
The unveil() system call first appeared in OpenBSD 6.4. For stagit it has the following properties now: - stagit-index: only read-access to the file-system for the specified directories/repositories. - stagit: read-access to the specified directory/repository. read-write and creation access to the current directory for the output files. read-write and creation access to the specified cache file. | |||
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 | |