aboutsummaryrefslogtreecommitdiffstats
path: root/stagit.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-14add meta info sampleDejavu Moe3-0/+3
2023-05-14update LICENSEDejavu Moe1-0/+1
2023-04-10in Atom (RFC4287) an atomTextConstruct specifies the type text as the defaultHiltjo Posthuma1-2/+2
2022-08-16prefix usage with the common prefix "usage: "Hiltjo Posthuma2-2/+2
2022-08-07bump version to 1.2Hiltjo Posthuma1-1/+1
2022-07-26Makefile: add workaround for distros still using older libgit2 versionsHiltjo Posthuma1-0/+4
2022-05-27Revert "remain compatible with slightly older libgit versions for now"Hiltjo Posthuma2-4/+0
2022-05-24remain compatible with slightly older libgit versions for nowHiltjo Posthuma2-0/+4
2022-05-24Allow git to run on an other user repositoryAnton Lindqvist2-0/+4
2022-04-02bump version to 1.1Hiltjo Posthuma1-1/+1
2022-03-19improve stream read and write error handlingHiltjo Posthuma2-9/+42
2022-03-19add dark mode support for the example stylesheetHiltjo Posthuma1-0/+48
2022-01-03bump LICENSE yearHiltjo Posthuma1-1/+1
2022-01-03libgit2 config opts: set the search to an empty pathHiltjo Posthuma2-0/+8
2021-12-14do not percent-encode: ',' or '-' or '.' it looks uglyHiltjo Posthuma2-4/+4
2021-11-30bump version to 1.0Hiltjo Posthuma1-1/+1
2021-11-16Print the number of remaining commitsQuentin Rameau1-11/+16
2021-11-16ignore '\r' in writing the blob aswellHiltjo Posthuma1-2/+3
2021-11-16percent encode characters in path namesHiltjo Posthuma2-6/+50
2021-11-16encode the name, it could contain XML entitiesHiltjo Posthuma1-4/+6
2021-08-03man pages: add EXAMPLES sectionHiltjo Posthuma2-2/+16
2021-07-31small typo fixes and url -> URLHiltjo Posthuma3-4/+4
2021-05-27bump version to 0.9.6Hiltjo Posthuma1-1/+1
2021-05-18man page: codemadness is the primary server. make logo brandless (not 2f30)Hiltjo Posthuma3-2/+3
2021-05-18README: improve a bit the usage examplesQuentin Rameau1-3/+8
2021-05-05do not simplify the history by first-parentHiltjo Posthuma2-3/+0
2021-03-25tiny comment changeHiltjo Posthuma1-1/+1
2021-03-25add function to print a single line, ignoring \r and \nHiltjo Posthuma1-1/+22
2021-03-19add meta viewport on stagit-index tooHiltjo Posthuma1-0/+1
2021-03-14bump version to 0.9.5Hiltjo Posthuma1-1/+1
2021-03-05LICENSE: updateHiltjo Posthuma1-1/+0
2021-03-05change STAGIT_BASEURL to an -u option and also update the example scriptHiltjo Posthuma4-13/+13
2021-03-05add $STAGIT_BASEURL environment variable to make Atom links absoluteHiltjo Posthuma2-3/+15
2021-03-05README: mention tags.xml featureHiltjo Posthuma1-1/+2
2021-01-09micro-optimization: fputc (function) -> putc (macro/inline function)Hiltjo Posthuma2-8/+8
2021-01-08LICENSE: bump yearHiltjo Posthuma1-1/+1
2020-11-28fix warning with libgit2 v0.99+, remain compatible with older versionsHiltjo Posthuma1-8/+7
2020-11-23add abbreviated commit hash to submodule fileOscar Benedito1-2/+5
2020-11-15add meta viewport for scaling on mobileHiltjo Posthuma1-0/+1
2020-11-15style.css: improve contrastHiltjo Posthuma1-3/+3
2020-11-15use size_t to count linesHiltjo Posthuma1-7/+7
2020-11-15avoid shadowed `name' global variableHiltjo Posthuma1-3/+3
2020-11-15refs_cmp: remove unneeded castHiltjo Posthuma1-2/+1
2020-11-15use LEN() macros for arraysHiltjo Posthuma1-2/+4
2020-08-17bump version to 0.9.4Hiltjo Posthuma1-1/+1
2020-08-10fix a small memleak in writeatom()Hiltjo Posthuma1-10/+6
2020-08-08stagit-index: remove unveil support for argvHiltjo Posthuma1-4/+0
2020-08-06fix submodule lookup in bare reposkst1-3/+2
2020-07-20regression: do not show unset or empty tagsHiltjo Posthuma1-1/+1
2020-07-19refactor get reference, add another feed for tags/releasesHiltjo Posthuma2-86/+146