aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add myself to LICENSEFRIGN2015-12-081-0/+1
|
* Remove hardcoded right-alignFRIGN2015-12-081-8/+8
| | | | | | | | 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.
* Add preFRIGN2015-12-081-0/+21
| | | | Actually, we still have <pre>.
* Refactor style.cssFRIGN2015-12-081-29/+3
| | | | We have no <pre> anymore.
* prettificationHiltjo Posthuma2015-12-072-7/+14
|
* log: reorder time as first columnHiltjo Posthuma2015-12-071-1/+1
|
* truncate message in log, shorter time formatHiltjo Posthuma2015-12-071-6/+11
|
* simplify time formatHiltjo Posthuma2015-12-071-38/+15
|
* update TODOHiltjo Posthuma2015-12-071-0/+3
|
* rework code, "cache" commit data in struct commitinfoHiltjo Posthuma2015-12-071-178/+175
|
* cleanup + some better error handlingHiltjo Posthuma2015-12-071-12/+10
|
* performance tweak: check if commit file exists, if so skipHiltjo Posthuma2015-12-071-1/+5
|
* logo is 32x32Hiltjo Posthuma2015-12-072-1/+2
|
* style: center menu and make title smallerHiltjo Posthuma2015-12-072-4/+4
|
* fix when commit has no parentHiltjo Posthuma2015-12-071-15/+26
| | | | also dont show parent when there is no id for it.
* update README with basic usageHiltjo Posthuma2015-12-071-0/+8
|
* update TODOHiltjo Posthuma2015-12-071-0/+2
|
* detect binary diff, comment index + delta header for now (broken)Hiltjo Posthuma2015-12-071-11/+25
|
* dont use reverse diffHiltjo Posthuma2015-12-071-2/+2
|
* simplify + style fixesHiltjo Posthuma2015-12-071-8/+6
|
* highlight/make bold some fieldsHiltjo Posthuma2015-12-072-8/+14
|
* escape commit msg, dont indent itHiltjo Posthuma2015-12-071-19/+7
|
* fix relpath for files, small cleanupHiltjo Posthuma2015-12-071-10/+12
|
* fix: check readme and license before writing headerHiltjo Posthuma2015-12-071-4/+7
|
* improve HTML codeHiltjo Posthuma2015-12-071-2/+2
|
* make file in diff a link, make hunk and link anchorHiltjo Posthuma2015-12-071-3/+7
|
* commit: use simple shortstatHiltjo Posthuma2015-12-071-2/+1
|
* make author e-mail a linkHiltjo Posthuma2015-12-071-2/+5
|
* improve Atom feedHiltjo Posthuma2015-12-071-17/+19
|
* improve header and footerHiltjo Posthuma2015-12-071-15/+15
|
* style.css: improve style, add highlight colors for diffHiltjo Posthuma2015-12-071-1/+40
|
* update README with some features and update TODOHiltjo Posthuma2015-12-072-2/+12
|
* print file as table, add linkHiltjo Posthuma2015-12-071-2/+12
|
* add atom feed support + some fixesHiltjo Posthuma2015-12-071-40/+115
|
* improve log, fix warningsHiltjo Posthuma2015-12-071-21/+75
|
* add faviconHiltjo Posthuma2015-12-071-0/+0
|
* add diffstatHiltjo Posthuma2015-12-071-7/+24
|
* initial diff support, fix log linkHiltjo Posthuma2015-12-071-68/+176
|
* update TODO with wanted featuresHiltjo Posthuma2015-12-071-0/+7
|
* read README and LICENSE from repo, escape as HTMLHiltjo Posthuma2015-12-061-26/+67
|
* fix menu separator if one or both of license or readme is missingHiltjo Posthuma2015-12-051-3/+3
|
* add Makefile and config.mkHiltjo Posthuma2015-12-052-0/+102
|
* urmoms.1: initial manpageHiltjo Posthuma2015-12-051-0/+14
|
* detect name and descriptionHiltjo Posthuma2015-12-051-20/+62
|
* add README and LICENSE file-detectionHiltjo Posthuma2015-12-052-6/+58
|
* rewrite in C with libgit2, first versionHiltjo Posthuma2015-12-052-135/+222
|
* improvements:Hiltjo Posthuma2015-12-051-42/+32
| | | | | | | | - 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).
* style.css: sane styleHiltjo Posthuma2015-12-051-8/+8
|
* add LICENSEHiltjo Posthuma2015-12-041-0/+21
|
* improvementsHiltjo Posthuma2015-12-042-40/+55
| | | | | | | - rename $logdir to $htmldir. - use file .git/description as $description. - use directory name of repodir as $name. - set symlink for default page.