summaryrefslogtreecommitdiff
path: root/stagit.c
AgeCommit message (Expand)Author
2016-05-07simplify, id is unusedHiltjo Posthuma
2016-05-07simplify, no need for gotoHiltjo Posthuma
2016-05-07consistency for messages for special-case in diffstatHiltjo Posthuma
2016-05-07fix error in "code cleanup" commit 9328d2690e118127bcaa5cf9f665d8e7711f7a03Hiltjo Posthuma
2016-05-06fix and simplify time offsetHiltjo Posthuma
2016-05-06make diffstat files an anchor (jump to delta)Hiltjo Posthuma
2016-05-03fix joinpath(): use of global 'repodir', should be 'path'Hiltjo Posthuma
2016-05-03fix regression from last commitHiltjo Posthuma
2016-05-03code cleanupHiltjo Posthuma
2016-05-03remove config.h, add options to stagit.cHiltjo Posthuma
2016-05-03add OpenBSD pledge(2) support using -DUSE_PLEDGEHiltjo 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-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-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-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-27fix: link to line in hunk if a patch has multiple files and hunksHiltjo Posthuma
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-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-13replace file size with line count for text filesQuentin Rameau
2016-01-13Rename Refs/branches to Refssin
2016-01-08implify and restructure codeHiltjo Posthuma
2016-01-07atom: add newline after date and before messageHiltjo Posthuma
2016-01-06strip .git suffix from nameHiltjo Posthuma
2016-01-06extra whitespaceHiltjo Posthuma
2016-01-06refs: only make commit link work for tagsHiltjo Posthuma
2016-01-06free objHiltjo Posthuma