aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Use heuristics to decide what to colorizeAlberto Bertogli2012-11-184-5/+25
| | | | | | | In practise pygments seems to have a very hard time processing large files and files with long lines, so try to avoid using it in those cases. Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
* Improve the way we find repo pathsAlberto Bertogli2012-11-112-11/+43
| | | | | | | | | | This patch improves the way we find the path to the repositories, both in the recursive and in the non-recursive cases. We now support specifying non-bare repositories directly, and also recursing on them. Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
* Add dependencies and improve contact information to READMEAlberto Bertogli2012-11-111-4/+8
| | | | Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
* Initial commit0.01Alberto Bertogli2012-11-1018-0/+1732
Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>