summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-08Add myself to LICENSEFRIGN
2015-12-08Remove hardcoded right-alignFRIGN
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-08Add preFRIGN
Actually, we still have <pre>.
2015-12-08Refactor style.cssFRIGN
We have no <pre> anymore.
2015-12-07prettificationHiltjo Posthuma
2015-12-07log: reorder time as first columnHiltjo Posthuma
2015-12-07truncate message in log, shorter time formatHiltjo Posthuma
2015-12-07simplify time formatHiltjo Posthuma
2015-12-07update TODOHiltjo Posthuma
2015-12-07rework code, "cache" commit data in struct commitinfoHiltjo Posthuma
2015-12-07cleanup + some better error handlingHiltjo Posthuma
2015-12-07performance tweak: check if commit file exists, if so skipHiltjo Posthuma
2015-12-07logo is 32x32Hiltjo Posthuma
2015-12-07style: center menu and make title smallerHiltjo Posthuma
2015-12-07fix when commit has no parentHiltjo Posthuma
also dont show parent when there is no id for it.
2015-12-07update README with basic usageHiltjo Posthuma
2015-12-07update TODOHiltjo Posthuma
2015-12-07detect binary diff, comment index + delta header for now (broken)Hiltjo Posthuma
2015-12-07dont use reverse diffHiltjo Posthuma
2015-12-07simplify + style fixesHiltjo Posthuma
2015-12-07highlight/make bold some fieldsHiltjo Posthuma
2015-12-07escape commit msg, dont indent itHiltjo Posthuma
2015-12-07fix relpath for files, small cleanupHiltjo Posthuma
2015-12-07fix: check readme and license before writing headerHiltjo Posthuma
2015-12-07improve HTML codeHiltjo Posthuma
2015-12-07make file in diff a link, make hunk and link anchorHiltjo Posthuma
2015-12-07commit: use simple shortstatHiltjo Posthuma
2015-12-07make author e-mail a linkHiltjo Posthuma
2015-12-07improve Atom feedHiltjo Posthuma
2015-12-07improve header and footerHiltjo Posthuma
2015-12-07style.css: improve style, add highlight colors for diffHiltjo Posthuma
2015-12-07update README with some features and update TODOHiltjo Posthuma
2015-12-07print file as table, add linkHiltjo Posthuma
2015-12-07add atom feed support + some fixesHiltjo Posthuma
2015-12-07improve log, fix warningsHiltjo Posthuma
2015-12-07add faviconHiltjo Posthuma
2015-12-07add diffstatHiltjo Posthuma
2015-12-07initial diff support, fix log linkHiltjo Posthuma
2015-12-07update TODO with wanted featuresHiltjo Posthuma
2015-12-06read README and LICENSE from repo, escape as HTMLHiltjo Posthuma
2015-12-05fix menu separator if one or both of license or readme is missingHiltjo Posthuma
2015-12-05add Makefile and config.mkHiltjo Posthuma
2015-12-05urmoms.1: initial manpageHiltjo Posthuma
2015-12-05detect name and descriptionHiltjo Posthuma
2015-12-05add README and LICENSE file-detectionHiltjo Posthuma
2015-12-05rewrite in C with libgit2, first versionHiltjo Posthuma
2015-12-05improvements: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-05style.css: sane styleHiltjo Posthuma
2015-12-04add LICENSEHiltjo Posthuma
2015-12-04improvementsHiltjo Posthuma
- rename $logdir to $htmldir. - use file .git/description as $description. - use directory name of repodir as $name. - set symlink for default page.