summaryrefslogtreecommitdiff
path: root/stagit-index.c
AgeCommit message (Collapse)Author
2016-05-01fix path join '/'Hiltjo Posthuma
add joinpath() function to handle this.
2016-05-01code cleanup + style, functionally equivalentHiltjo Posthuma
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
- resolve repodir, for example: stagit-index ../ used to use ".." as the name, now it will resolve to the real directory name. - just use strrchr(path, '/') instead of basename, '/' path separator is now used.
2016-04-27stagit-index: remove unused efopen functionHiltjo Posthuma
2016-02-26Use the recommended HTML5 document type.lostd
2016-02-24check path truncationHiltjo Posthuma
be strict about it
2016-01-06strip .git suffix from nameHiltjo Posthuma
also free stripped_name in the case of stagit-index
2016-01-06extra whitespaceHiltjo Posthuma
2016-01-06Be more explicit when stripping the .git suffixsin
2016-01-06stagit-index: Strip per repo .git suffix from generated indexsin
2016-01-05stagit-index: continue making list, but return error codeHiltjo Posthuma
2016-01-05stagit-index: owner is one line, strip newlineHiltjo Posthuma
2016-01-05revert log.html to log/head.html changeHiltjo Posthuma
2016-01-03fix link in stagit-index, update documentation, add TODOHiltjo Posthuma
2015-12-26rename urmoms to stagit, improve documentationHiltjo Posthuma