Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix times (and timezone) | Hiltjo Posthuma | 2016-05-01 | 1 | -9/+3 |
| | | | | | | - in the index and log show the short time (GMT). - in the Atom feed use GMT time. - for commits show the time + offset. | ||||
* | fix path join '/' | Hiltjo Posthuma | 2016-05-01 | 1 | -23/+19 |
| | | | | add joinpath() function to handle this. | ||||
* | code cleanup + style, functionally equivalent | Hiltjo Posthuma | 2016-05-01 | 1 | -1/+1 |
| | |||||
* | fix: check gmtime, can return NULL on error | Hiltjo Posthuma | 2016-04-27 | 1 | -1/+2 |
| | |||||
* | resolve absolute paths to repodir, remove basename just use strrchr. | Hiltjo Posthuma | 2016-04-27 | 1 | -28/+9 |
| | | | | | | | - 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. | ||||
* | stagit-index: remove unused efopen function | Hiltjo Posthuma | 2016-04-27 | 1 | -11/+0 |
| | |||||
* | Use the recommended HTML5 document type. | lostd | 2016-02-26 | 1 | -1/+1 |
| | |||||
* | check path truncation | Hiltjo Posthuma | 2016-02-24 | 1 | -6/+18 |
| | | | | be strict about it | ||||
* | strip .git suffix from name | Hiltjo Posthuma | 2016-01-06 | 1 | -7/+7 |
| | | | | also free stripped_name in the case of stagit-index | ||||
* | extra whitespace | Hiltjo Posthuma | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | Be more explicit when stripping the .git suffix | sin | 2016-01-06 | 1 | -1/+2 |
| | |||||
* | stagit-index: Strip per repo .git suffix from generated index | sin | 2016-01-06 | 1 | -1/+9 |
| | |||||
* | stagit-index: continue making list, but return error code | Hiltjo Posthuma | 2016-01-05 | 1 | -6/+7 |
| | |||||
* | stagit-index: owner is one line, strip newline | Hiltjo Posthuma | 2016-01-05 | 1 | -0/+1 |
| | |||||
* | revert log.html to log/head.html change | Hiltjo Posthuma | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | fix link in stagit-index, update documentation, add TODO | Hiltjo Posthuma | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | rename urmoms to stagit, improve documentation | Hiltjo Posthuma | 2015-12-26 | 1 | -0/+235 |