aboutsummaryrefslogtreecommitdiff
path: root/git.py
Commit message (Collapse)AuthorAgeFilesLines
* Show the age of a repository in the index, via javascriptAlberto Bertogli2013-11-021-1/+12
| | | | | | | | | This patch adds the age of the repository to the index view, using javascript to give a nice human string for the age. When javascript is not available, the element remains hidden. Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
* Add embed data URI image blob supportVanya Sergeev2013-11-021-1/+5
|
* Fix parsing of empty commit messagesVanya Sergeev2013-10-121-1/+6
|
* Improve the way we find repo pathsAlberto Bertogli2012-11-111-3/+9
| | | | | | | | | | 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>
* Initial commit0.01Alberto Bertogli2012-11-101-0/+522
Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>