| Commit message (Expand) | Author | Age | Files | Lines |
* | refs: add link to log per branch | Hiltjo Posthuma | 2016-01-03 | 1 | -2/+4 |
* | refs: dont make a table when there are no tags, add spacing between | Hiltjo Posthuma | 2016-01-03 | 1 | -6/+14 |
* | add refs page (branches and tags) | Hiltjo Posthuma | 2016-01-03 | 2 | -32/+251 |
* | improve README | Hiltjo Posthuma | 2015-12-27 | 2 | -8/+40 |
* | add stagit.c | Hiltjo Posthuma | 2015-12-26 | 1 | -0/+852 |
* | rename urmoms to stagit, improve documentation | Hiltjo Posthuma | 2015-12-26 | 8 | -884/+46 |
* | nvm, dont strip .git from bare repos | Hiltjo Posthuma | 2015-12-26 | 1 | -3/+0 |
* | add example script to make repo index and files per dir | Hiltjo Posthuma | 2015-12-26 | 1 | -0/+37 |
* | rename EXTRAOBJ to COMPATOBJ | Hiltjo Posthuma | 2015-12-26 | 2 | -6/+6 |
* | Makefile: link for COMPAT | Hiltjo Posthuma | 2015-12-26 | 1 | -2/+2 |
* | add compat.h | Hiltjo Posthuma | 2015-12-26 | 1 | -0/+6 |
* | strip suffix .git used typically for bare repos | Hiltjo Posthuma | 2015-12-26 | 1 | -0/+3 |
* | humanreadable filemodes (code from sbase ls) | Hiltjo Posthuma | 2015-12-26 | 1 | -1/+43 |
* | align filesize header right, minor code-style | Hiltjo Posthuma | 2015-12-26 | 1 | -5/+5 |
* | fix dirname for glibc | Hiltjo Posthuma | 2015-12-26 | 1 | -2/+27 |
* | allow to specify clone url, displayed in header | Hiltjo Posthuma | 2015-12-26 | 1 | -1/+24 |
* | update TODO | Hiltjo Posthuma | 2015-12-26 | 1 | -17/+1 |
* | index: highlight row on mouseover | Hiltjo Posthuma | 2015-12-26 | 2 | -2/+2 |
* | remove TODO from code, see TODO file | Hiltjo Posthuma | 2015-12-25 | 1 | -10/+4 |
* | README: atleast libgit2 v0.22 is required (API) | Hiltjo Posthuma | 2015-12-25 | 2 | -2/+9 |
* | compat: add strlcpy, strlcat, for glibc | Hiltjo Posthuma | 2015-12-25 | 6 | -4/+119 |
* | fix libgit2 include, it is in the include path | Hiltjo Posthuma | 2015-12-24 | 2 | -2/+4 |
* | remove double newline bloat | Hiltjo Posthuma | 2015-12-20 | 2 | -2/+2 |
* | update README and improve man pages | Hiltjo Posthuma | 2015-12-20 | 3 | -6/+53 |
* | urmoms-index: kill some lines | Hiltjo Posthuma | 2015-12-20 | 1 | -95/+9 |
* | rewrite writefiles, now works with bare repos | Hiltjo Posthuma | 2015-12-20 | 1 | -26/+76 |
* | README: add install and dependencies instructions | Hiltjo Posthuma | 2015-12-20 | 1 | -0/+13 |
* | style.css: maximize contrast for text | Hiltjo Posthuma | 2015-12-20 | 1 | -1/+1 |
* | update TODO | Hiltjo Posthuma | 2015-12-20 | 1 | -0/+3 |
* | add urmoms-index, initial version | Hiltjo Posthuma | 2015-12-20 | 3 | -3/+342 |
* | writelog: remove return value, it was unused | Hiltjo Posthuma | 2015-12-20 | 1 | -4/+1 |
* | improve fopen flag: remove b and r+ in some case | Hiltjo Posthuma | 2015-12-20 | 1 | -7/+7 |
* | use relative url in header, escape name and description too | Hiltjo Posthuma | 2015-12-20 | 1 | -33/+40 |
* | set diff options | Hiltjo Posthuma | 2015-12-17 | 1 | -1/+4 |
* | free the tree | Hiltjo Posthuma | 2015-12-17 | 1 | -0/+2 |
* | file_size is uint32_t on latest libgit2, thanks uggedal for reporting it! | Hiltjo Posthuma | 2015-12-17 | 1 | -2/+2 |
* | Add config.def.h and make summary length configurable | FRIGN | 2015-12-14 | 3 | -4/+11 |
* | Dynamic relpath for blob pages | Eivind Uggedal | 2015-12-11 | 1 | -1/+9 |
* | Right align numbers in tables | Eivind Uggedal | 2015-12-10 | 1 | -6/+7 |
* | Line numbers on blob pages | Eivind Uggedal | 2015-12-10 | 2 | -6/+38 |
* | fix warning | Hiltjo Posthuma | 2015-12-10 | 1 | -1/+1 |
* | file page improvements | Eivind Uggedal | 2015-12-10 | 1 | -15/+21 |
* | fix warning + minor style | Hiltjo Posthuma | 2015-12-09 | 1 | -1/+2 |
* | Write blobs to files/ | Eivind Uggedal | 2015-12-09 | 1 | -36/+65 |
* | Make border solid | FRIGN | 2015-12-09 | 1 | -1/+1 |
* | update TODO | Hiltjo Posthuma | 2015-12-09 | 1 | -26/+17 |
* | open repo: dont try to detect repos above the specified dir | Hiltjo Posthuma | 2015-12-09 | 1 | -1/+2 |
* | walk revision by time and only "flat" | Hiltjo Posthuma | 2015-12-09 | 1 | -0/+4 |
* | Simplify diff markup | Eivind Uggedal | 2015-12-09 | 2 | -10/+6 |
* | Simplify style and make output more legible | Eivind Uggedal | 2015-12-09 | 1 | -13/+18 |