| Commit message (Expand) | Author | Age | Files | Lines |
* | nvm, dont strip .git from bare repos | Hiltjo Posthuma | 2015-12-26 | 1 | -3/+0 |
* | 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 |
* | remove TODO from code, see TODO file | Hiltjo Posthuma | 2015-12-25 | 1 | -10/+4 |
* | compat: add strlcpy, strlcat, for glibc | Hiltjo Posthuma | 2015-12-25 | 1 | -0/+1 |
* | fix libgit2 include, it is in the include path | Hiltjo Posthuma | 2015-12-24 | 1 | -1/+2 |
* | remove double newline bloat | Hiltjo Posthuma | 2015-12-20 | 1 | -1/+1 |
* | rewrite writefiles, now works with bare repos | Hiltjo Posthuma | 2015-12-20 | 1 | -26/+76 |
* | 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 | 1 | -3/+4 |
* | 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 | 1 | -5/+24 |
* | 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 |
* | 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 | 1 | -3/+3 |
* | also free objects for haslicense and hasreadme checks, cleanup | Hiltjo Posthuma | 2015-12-09 | 1 | -9/+9 |
* | Free git objects | Eivind Uggedal | 2015-12-09 | 1 | -0/+2 |
* | Remove hardcoded right-align | FRIGN | 2015-12-08 | 1 | -8/+8 |
* | prettification | Hiltjo Posthuma | 2015-12-07 | 1 | -4/+11 |
* | log: reorder time as first column | Hiltjo Posthuma | 2015-12-07 | 1 | -1/+1 |
* | truncate message in log, shorter time format | Hiltjo Posthuma | 2015-12-07 | 1 | -6/+11 |
* | simplify time format | Hiltjo Posthuma | 2015-12-07 | 1 | -38/+15 |
* | rework code, "cache" commit data in struct commitinfo | Hiltjo Posthuma | 2015-12-07 | 1 | -178/+175 |
* | cleanup + some better error handling | Hiltjo Posthuma | 2015-12-07 | 1 | -12/+10 |
* | performance tweak: check if commit file exists, if so skip | Hiltjo Posthuma | 2015-12-07 | 1 | -1/+5 |
* | logo is 32x32 | Hiltjo Posthuma | 2015-12-07 | 1 | -1/+1 |
* | style: center menu and make title smaller | Hiltjo Posthuma | 2015-12-07 | 1 | -2/+2 |
* | fix when commit has no parent | Hiltjo Posthuma | 2015-12-07 | 1 | -15/+26 |
* | detect binary diff, comment index + delta header for now (broken) | Hiltjo Posthuma | 2015-12-07 | 1 | -11/+25 |
* | dont use reverse diff | Hiltjo Posthuma | 2015-12-07 | 1 | -2/+2 |
* | simplify + style fixes | Hiltjo Posthuma | 2015-12-07 | 1 | -8/+6 |
* | highlight/make bold some fields | Hiltjo Posthuma | 2015-12-07 | 1 | -8/+10 |
* | escape commit msg, dont indent it | Hiltjo Posthuma | 2015-12-07 | 1 | -19/+7 |
* | fix relpath for files, small cleanup | Hiltjo Posthuma | 2015-12-07 | 1 | -10/+12 |
* | fix: check readme and license before writing header | Hiltjo Posthuma | 2015-12-07 | 1 | -4/+7 |
* | improve HTML code | Hiltjo Posthuma | 2015-12-07 | 1 | -2/+2 |
* | make file in diff a link, make hunk and link anchor | Hiltjo Posthuma | 2015-12-07 | 1 | -3/+7 |