aboutsummaryrefslogtreecommitdiffstats
path: root/stagit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* in Atom (RFC4287) an atomTextConstruct specifies the type text as the defaultHiltjo Posthuma2023-04-101-2/+2
* prefix usage with the common prefix "usage: "Hiltjo Posthuma2022-08-161-1/+1
* Revert "remain compatible with slightly older libgit versions for now"Hiltjo Posthuma2022-05-271-2/+0
* remain compatible with slightly older libgit versions for nowHiltjo Posthuma2022-05-241-0/+2
* Allow git to run on an other user repositoryAnton Lindqvist2022-05-241-0/+2
* improve stream read and write error handlingHiltjo Posthuma2022-03-191-8/+27
* libgit2 config opts: set the search to an empty pathHiltjo Posthuma2022-01-031-0/+4
* do not percent-encode: ',' or '-' or '.' it looks uglyHiltjo Posthuma2021-12-141-2/+2
* Print the number of remaining commitsQuentin Rameau2021-11-161-11/+16
* ignore '\r' in writing the blob aswellHiltjo Posthuma2021-11-161-2/+3
* percent encode characters in path namesHiltjo Posthuma2021-11-161-5/+27
* encode the name, it could contain XML entitiesHiltjo Posthuma2021-11-161-4/+6
* do not simplify the history by first-parentHiltjo Posthuma2021-05-051-2/+0
* tiny comment changeHiltjo Posthuma2021-03-251-1/+1
* add function to print a single line, ignoring \r and \nHiltjo Posthuma2021-03-251-1/+22
* change STAGIT_BASEURL to an -u option and also update the example scriptHiltjo Posthuma2021-03-051-4/+6
* add $STAGIT_BASEURL environment variable to make Atom links absoluteHiltjo Posthuma2021-03-051-2/+6
* micro-optimization: fputc (function) -> putc (macro/inline function)Hiltjo Posthuma2021-01-091-7/+7
* fix warning with libgit2 v0.99+, remain compatible with older versionsHiltjo Posthuma2020-11-281-8/+7
* add abbreviated commit hash to submodule fileOscar Benedito2020-11-231-2/+5
* add meta viewport for scaling on mobileHiltjo Posthuma2020-11-151-0/+1
* use size_t to count linesHiltjo Posthuma2020-11-151-7/+7
* avoid shadowed `name' global variableHiltjo Posthuma2020-11-151-3/+3
* refs_cmp: remove unneeded castHiltjo Posthuma2020-11-151-2/+1
* use LEN() macros for arraysHiltjo Posthuma2020-11-151-2/+4
* fix a small memleak in writeatom()Hiltjo Posthuma2020-08-101-10/+6
* fix submodule lookup in bare reposkst2020-08-061-3/+2
* regression: do not show unset or empty tagsHiltjo Posthuma2020-07-201-1/+1
* refactor get reference, add another feed for tags/releasesHiltjo Posthuma2020-07-191-84/+142
* sort branches and tags by time (descending)Hiltjo Posthuma2020-07-191-72/+92
* atom.xml: improve output format a bitHiltjo Posthuma2020-02-211-2/+2
* improve includes, stagit-index does not need compat.hHiltjo Posthuma2020-02-121-1/+2
* add OpenBSD unveil supportHiltjo Posthuma2019-12-011-0/+7
* escape HTML in pathsHiltjo Posthuma2019-03-161-4/+12
* pedantic snprintf() improvementHiltjo Posthuma2019-03-091-3/+3
* change order of commits in log from most recent to old to applied orderHiltjo Posthuma2019-02-161-2/+0
* fix compile: libgit2 0.28 changed giterr_last to git_error_lastHiltjo Posthuma2019-02-161-3/+1
* in the diffstat prefix the type of change, allow CSS stylingHiltjo Posthuma2018-11-181-1/+16
* don't use a heuristic for renames, the content must match exactlyHiltjo Posthuma2018-11-181-1/+3
* detect filetype changes in diff (for example a normal file to symlink)Hiltjo Posthuma2018-11-181-1/+3
* detect more names for README and LICENSEHiltjo Posthuma2018-11-111-16/+30
* detect copies and renames based on the threshold of changesHiltjo Posthuma2018-11-111-0/+9
* simplify range checkHiltjo Posthuma2018-08-221-4/+1
* stagit: log: indicate when using the -l option and there are more commitsHiltjo Posthuma2018-08-221-0/+4
* assume OpenBSD 5.9+, always try pledge(2) on OpenBSDHiltjo Posthuma2018-05-251-4/+2
* Clarify usage regarding -c and -l mutual exclusionQuentin Rameau2018-05-091-1/+1
* pledge after git_libgit2_initHiltjo Posthuma2018-03-261-5/+8
* optimization: only diff the tree when it is needed for the diffstat...Hiltjo Posthuma2018-03-181-17/+27
* stagit: add -l option: limit the amount of commits for the log.html fileHiltjo Posthuma2018-01-211-12/+37
* fix: add "fattr" pledge for chmod(2) for cachefileHiltjo Posthuma2017-11-191-7/+5