commit 36db9cc0ee151a0249d0ce9089fec9134645e26f Author: Alberto Bertogli Date: Wed Nov 21 00:29:43 2012 +0000 Add a note about pygments in the README Signed-off-by: Alberto Bertogli commit bad8c52ef2712ac89ec9626c4788727553aa3096 Author: Alberto Bertogli Date: Sun Nov 18 10:39:45 2012 +0000 Fall back to guess the lexer by content If we can't guess the lexer by the file name, try to guess based on the content. This allows pygments to colorize extension-less files, usually scripts. Signed-off-by: Alberto Bertogli commit 62da3ebc08949d60a9d7b6ce84d9fe6ed68110db Author: Alberto Bertogli Date: Wed Nov 14 00:48:46 2012 +0000 Use heuristics to decide what to colorize 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 commit ba3b2132f5ffa852579734a350104a719f654b64 Author: Alberto Bertogli Date: Sun Nov 11 13:39:41 2012 +0000 Improve the way we find repo paths 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 commit 1c729578b2c503b84a1cb78aefc4fda4845c672b Author: Alberto Bertogli Date: Sun Nov 11 12:53:39 2012 +0000 Add dependencies and improve contact information to README Signed-off-by: Alberto Bertogli