Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-01 | fix path join '/' | Hiltjo Posthuma | |
add joinpath() function to handle this. | |||
2016-05-01 | code cleanup + style, functionally equivalent | Hiltjo Posthuma | |
2016-04-27 | fix: check gmtime, can return NULL on error | Hiltjo Posthuma | |
2016-04-27 | resolve 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-27 | stagit-index: remove unused efopen function | Hiltjo Posthuma | |
2016-02-26 | Use the recommended HTML5 document type. | lostd | |
2016-02-24 | check path truncation | Hiltjo Posthuma | |
be strict about it | |||
2016-01-06 | strip .git suffix from name | Hiltjo Posthuma | |
also free stripped_name in the case of stagit-index | |||
2016-01-06 | extra whitespace | Hiltjo Posthuma | |
2016-01-06 | Be more explicit when stripping the .git suffix | sin | |
2016-01-06 | stagit-index: Strip per repo .git suffix from generated index | sin | |
2016-01-05 | stagit-index: continue making list, but return error code | Hiltjo Posthuma | |
2016-01-05 | stagit-index: owner is one line, strip newline | Hiltjo Posthuma | |
2016-01-05 | revert log.html to log/head.html change | Hiltjo Posthuma | |
2016-01-03 | fix link in stagit-index, update documentation, add TODO | Hiltjo Posthuma | |
2015-12-26 | rename urmoms to stagit, improve documentation | Hiltjo Posthuma | |