summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-03remove config.h, add options to stagit.cHiltjo Posthuma
2016-05-03add OpenBSD pledge(2) support using -DUSE_PLEDGEHiltjo Posthuma
2016-05-02example.sh: use cache fileHiltjo Posthuma
2016-05-02style: write atom feed end in one write, kills 2 linesHiltjo Posthuma
2016-05-02cache support (-c option)Hiltjo Posthuma
2016-05-01small code cleanup: no need for status variableHiltjo Posthuma
2016-05-01atom feed: use published for author commit date, updated for committer dateHiltjo Posthuma
2016-05-01fix times (and timezone)Hiltjo Posthuma
2016-05-01README: minor updateHiltjo Posthuma
2016-05-01fix path join '/'Hiltjo Posthuma
2016-05-01code cleanup + style, functionally equivalentHiltjo Posthuma
2016-04-30layout: right align lines changed count in diffstatHiltjo Posthuma
2016-04-30optimization: suppress large diffsHiltjo Posthuma
2016-04-30optimization: read stats once and remember itHiltjo Posthuma
2016-04-29example.sh: fix: sort list (regression from simplifying the script)Hiltjo Posthuma
2016-04-29whoops, module is m---------Hiltjo Posthuma
2016-04-29submodule supportHiltjo Posthuma
2016-04-29suppress meaningless error codes when a repo can't be opened (similar to stag...Hiltjo Posthuma
2016-04-29improve example, remove sort hackHiltjo Posthuma
2016-04-29make submodule link black, easier to readHiltjo Posthuma
2016-04-29minor style fixHiltjo Posthuma
2016-04-29Fix null pointer access for submodules in writefilestreeQuentin Rameau
2016-04-29tweak style of showing submodulesHiltjo Posthuma
2016-04-29Don't fail on submodulesz3bra
2016-04-27fix: check gmtime, can return NULL on errorHiltjo Posthuma
2016-04-27resolve absolute paths to repodir, remove basename just use strrchr.Hiltjo Posthuma
2016-04-27stagit-index: remove unused efopen functionHiltjo Posthuma
2016-04-27fix: link to line in hunk if a patch has multiple files and hunksHiltjo Posthuma
2016-03-25clean generated tarball toosin
2016-03-20Makefile: use NAME variable, suggested by QuentinHiltjo Posthuma
2016-03-20Makefile: separate CPPFLAGS, compile optimized build by defaultHiltjo Posthuma
2016-03-20improve make dist, thanks Quentin RameauHiltjo Posthuma
2016-03-20premature version bumperation, 0.4 (unreleased)Hiltjo Posthuma
2016-03-01Choose better colors for the diff pageFRIGN
2016-03-01add titles to pages, summary for commit messages, filename for filesHiltjo Posthuma
2016-02-26fix right-alignment of "Files" columnHiltjo Posthuma
2016-02-26Use the recommended HTML5 document type.lostd
2016-02-24check path truncationHiltjo Posthuma
2016-02-24config.mk: add -D_DEFAULT_SOURCE to commented buildsHiltjo Posthuma
2016-02-23atom feed: add link, move content order to bottomHiltjo Posthuma
2016-02-23make printshowfile more generic and like other functionsHiltjo Posthuma
2016-01-21just use Name as first column, thanks quinq for the suggestionHiltjo Posthuma
2016-01-21Rename “Age” column headers into “Date”Quentin Rameau
2016-01-19fix file tree handlingQuentin Rameau
2016-01-18use 'dirname' as error message for xdirnamez3bra
2016-01-13fix file size byte unit suffixQuentin Rameau
2016-01-13stop glibc complaining about _BSD_SOURCE being deprecatedQuentin Rameau
2016-01-13replace file size with line count for text filesQuentin Rameau
2016-01-13Rename Refs/branches to Refssin
2016-01-08example.sh: fix: remove error mode, would stop if a dir was invalidHiltjo Posthuma