Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-08 | Remove hardcoded right-align | FRIGN | |
Dramatically reduces the filesize. There also was no reason to have the aligns. It now is even easier to read how many lines have changed in the commits and given the table doesn't expand itself over the size of its entries, we're cool anyway. | |||
2015-12-08 | Add pre | FRIGN | |
Actually, we still have <pre>. | |||
2015-12-08 | Refactor style.css | FRIGN | |
We have no <pre> anymore. | |||
2015-12-07 | prettification | Hiltjo Posthuma | |
2015-12-07 | log: reorder time as first column | Hiltjo Posthuma | |
2015-12-07 | truncate message in log, shorter time format | Hiltjo Posthuma | |
2015-12-07 | simplify time format | Hiltjo Posthuma | |
2015-12-07 | update TODO | Hiltjo Posthuma | |
2015-12-07 | rework code, "cache" commit data in struct commitinfo | Hiltjo Posthuma | |
2015-12-07 | cleanup + some better error handling | Hiltjo Posthuma | |
2015-12-07 | performance tweak: check if commit file exists, if so skip | Hiltjo Posthuma | |
2015-12-07 | logo is 32x32 | Hiltjo Posthuma | |
2015-12-07 | style: center menu and make title smaller | Hiltjo Posthuma | |
2015-12-07 | fix when commit has no parent | Hiltjo Posthuma | |
also dont show parent when there is no id for it. | |||
2015-12-07 | update README with basic usage | Hiltjo Posthuma | |
2015-12-07 | update TODO | Hiltjo Posthuma | |
2015-12-07 | detect binary diff, comment index + delta header for now (broken) | Hiltjo Posthuma | |
2015-12-07 | dont use reverse diff | Hiltjo Posthuma | |
2015-12-07 | simplify + style fixes | Hiltjo Posthuma | |
2015-12-07 | highlight/make bold some fields | Hiltjo Posthuma | |
2015-12-07 | escape commit msg, dont indent it | Hiltjo Posthuma | |
2015-12-07 | fix relpath for files, small cleanup | Hiltjo Posthuma | |
2015-12-07 | fix: check readme and license before writing header | Hiltjo Posthuma | |
2015-12-07 | improve HTML code | Hiltjo Posthuma | |
2015-12-07 | make file in diff a link, make hunk and link anchor | Hiltjo Posthuma | |
2015-12-07 | commit: use simple shortstat | Hiltjo Posthuma | |
2015-12-07 | make author e-mail a link | Hiltjo Posthuma | |
2015-12-07 | improve Atom feed | Hiltjo Posthuma | |
2015-12-07 | improve header and footer | Hiltjo Posthuma | |
2015-12-07 | style.css: improve style, add highlight colors for diff | Hiltjo Posthuma | |
2015-12-07 | update README with some features and update TODO | Hiltjo Posthuma | |
2015-12-07 | print file as table, add link | Hiltjo Posthuma | |
2015-12-07 | add atom feed support + some fixes | Hiltjo Posthuma | |
2015-12-07 | improve log, fix warnings | Hiltjo Posthuma | |
2015-12-07 | add favicon | Hiltjo Posthuma | |
2015-12-07 | add diffstat | Hiltjo Posthuma | |
2015-12-07 | initial diff support, fix log link | Hiltjo Posthuma | |
2015-12-07 | update TODO with wanted features | Hiltjo Posthuma | |
2015-12-06 | read README and LICENSE from repo, escape as HTML | Hiltjo Posthuma | |
2015-12-05 | fix menu separator if one or both of license or readme is missing | Hiltjo Posthuma | |
2015-12-05 | add Makefile and config.mk | Hiltjo Posthuma | |
2015-12-05 | urmoms.1: initial manpage | Hiltjo Posthuma | |
2015-12-05 | detect name and description | Hiltjo Posthuma | |
2015-12-05 | add README and LICENSE file-detection | Hiltjo Posthuma | |
2015-12-05 | rewrite in C with libgit2, first version | Hiltjo Posthuma | |
2015-12-05 | improvements: | Hiltjo Posthuma | |
- nicer file list. - relative urls, dont use base href. - add link to plain files, files should be checked out in "file" dir. - strip .git from bare repos. - simplify part of commit per file, just link to commit + file anchor (WIP). | |||
2015-12-05 | style.css: sane style | Hiltjo Posthuma | |
2015-12-04 | add LICENSE | Hiltjo Posthuma | |
2015-12-04 | improvements | Hiltjo Posthuma | |
- rename $logdir to $htmldir. - use file .git/description as $description. - use directory name of repodir as $name. - set symlink for default page. | |||
2015-12-04 | add usage for urmoms, update TODO | Hiltjo Posthuma | |