summaryrefslogtreecommitdiff
path: root/stagit.c
AgeCommit message (Expand)Author
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-21atom.xml: improve output format a bitHiltjo Posthuma
2020-02-12improve includes, stagit-index does not need compat.hHiltjo Posthuma
2019-12-01add OpenBSD unveil supportHiltjo Posthuma
2019-03-16escape HTML in pathsHiltjo Posthuma
2019-03-09pedantic snprintf() improvementHiltjo Posthuma
2019-02-16change order of commits in log from most recent to old to applied orderHiltjo Posthuma
2019-02-16fix compile: libgit2 0.28 changed giterr_last to git_error_lastHiltjo Posthuma
2018-11-18in the diffstat prefix the type of change, allow CSS stylingHiltjo Posthuma
2018-11-18don't use a heuristic for renames, the content must match exactlyHiltjo Posthuma
2018-11-18detect filetype changes in diff (for example a normal file to symlink)Hiltjo Posthuma
2018-11-11detect more names for README and LICENSEHiltjo Posthuma
2018-11-11detect copies and renames based on the threshold of changesHiltjo Posthuma
2018-08-22simplify range checkHiltjo Posthuma
2018-08-22stagit: log: indicate when using the -l option and there are more commitsHiltjo Posthuma
2018-05-25assume OpenBSD 5.9+, always try pledge(2) on OpenBSDHiltjo Posthuma
2018-05-09Clarify usage regarding -c and -l mutual exclusionQuentin Rameau
2018-03-26pledge after git_libgit2_initHiltjo Posthuma
2018-03-18optimization: only diff the tree when it is needed for the diffstat...Hiltjo Posthuma
2018-01-21stagit: add -l option: limit the amount of commits for the log.html fileHiltjo Posthuma
2017-11-19fix: add "fattr" pledge for chmod(2) for cachefileHiltjo Posthuma
2017-11-10fix file permissions for cachefile and respect umask(2)Hiltjo Posthuma
2017-11-10more verbose errors: show which file failed on openHiltjo Posthuma
2017-09-04allow umask to handle permissionsHiltjo Posthuma
2017-06-23separate getstats from getbyoid: slightly fasterHiltjo Posthuma
2017-05-07for the commit Date: header use the git format-patch formatHiltjo Posthuma
2017-05-07dont truncate summary length anymoreHiltjo Posthuma
2017-05-07improve commitinfo_getstatsHiltjo Posthuma
2017-04-17align line numbers to 8 spacesHiltjo Posthuma
2017-04-17writeblobhtml: minor style fixHiltjo Posthuma
2017-04-17stagit: fix rendering of first TAB in fileHiltjo Posthuma
2017-04-16writeblobhtml: fix possible uninitialized variable n when len == 0Hiltjo Posthuma
2017-04-16writeblobhtml: improve file view for text-browsersHiltjo Posthuma
2017-04-16text-browser improvementsHiltjo Posthuma
2017-04-15browser compatibility: use numeric entity for 'Hiltjo Posthuma
2017-04-01writeblobhtml, make fprintf format string constHiltjo Posthuma
2017-03-12fix potential leak, found by clang-analyzerHiltjo Posthuma
2017-03-12fix memory leak of commitinfoHiltjo Posthuma
2017-03-12atom.xml: add newline before EOFHiltjo Posthuma
2017-03-12fix memory leak of commitinfo->parentHiltjo Posthuma
2017-03-12fix memory leak of blob objectHiltjo Posthuma
2017-03-12simplify/shorten pledge stubHiltjo Posthuma
2017-03-12reduce scope of repodir, remove unused branch parameterHiltjo Posthuma
2016-11-09also remove language and text direction attribute from <html>Hiltjo Posthuma
2016-11-09remove Content-Language: enHiltjo Posthuma
2016-05-29treat an empty repo (without a HEAD) as validHiltjo Posthuma
2016-05-21refs_cmp: simplify check, functionally the sameHiltjo Posthuma
2016-05-08check if LICENSE, README and .gitmodules is a file blobHiltjo Posthuma
2016-05-07simplify, id is unusedHiltjo Posthuma