aboutsummaryrefslogtreecommitdiff
path: root/urmoms.c
Commit message (Collapse)AuthorAgeFilesLines
* also free objects for haslicense and hasreadme checks, cleanupHiltjo Posthuma2015-12-091-9/+9
|
* Free git objectsEivind Uggedal2015-12-091-0/+2
|
* 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.
* prettificationHiltjo Posthuma2015-12-071-4/+11
|
* 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
|
* 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-071-1/+1
|
* style: center menu and make title smallerHiltjo Posthuma2015-12-071-2/+2
|
* fix when commit has no parentHiltjo Posthuma2015-12-071-15/+26
| | | | also dont show parent when there is no id for it.
* 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-071-8/+10
|
* 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
|
* 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 diffstatHiltjo Posthuma2015-12-071-7/+24
|
* initial diff support, fix log linkHiltjo Posthuma2015-12-071-68/+176
|
* 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
|
* detect name and descriptionHiltjo Posthuma2015-12-051-20/+62
|
* add README and LICENSE file-detectionHiltjo Posthuma2015-12-051-5/+57
|
* rewrite in C with libgit2, first versionHiltjo Posthuma2015-12-051-0/+222