aboutsummaryrefslogtreecommitdiff
path: root/stagit-index.c
Commit message (Collapse)AuthorAgeFilesLines
* resolve absolute paths to repodir, remove basename just use strrchr.Hiltjo Posthuma2016-04-271-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 functionHiltjo Posthuma2016-04-271-11/+0
|
* Use the recommended HTML5 document type.lostd2016-02-261-1/+1
|
* check path truncationHiltjo Posthuma2016-02-241-6/+18
| | | | be strict about it
* strip .git suffix from nameHiltjo Posthuma2016-01-061-7/+7
| | | | also free stripped_name in the case of stagit-index
* extra whitespaceHiltjo Posthuma2016-01-061-1/+1
|
* Be more explicit when stripping the .git suffixsin2016-01-061-1/+2
|
* stagit-index: Strip per repo .git suffix from generated indexsin2016-01-061-1/+9
|
* stagit-index: continue making list, but return error codeHiltjo Posthuma2016-01-051-6/+7
|
* stagit-index: owner is one line, strip newlineHiltjo Posthuma2016-01-051-0/+1
|
* revert log.html to log/head.html changeHiltjo Posthuma2016-01-051-1/+1
|
* fix link in stagit-index, update documentation, add TODOHiltjo Posthuma2016-01-031-1/+1
|
* rename urmoms to stagit, improve documentationHiltjo Posthuma2015-12-261-0/+235