aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* run_git: add option to return raw output streamEric Sunshine2015-01-131-1/+4
* git-arr: increase default 'max_pages' valueEric Sunshine2015-01-122-3/+3
* route: recognize hierarchical branch namesEric Sunshine2015-01-111-6/+6
* route: prepare to fix routing of hierarchical branch namesEric Sunshine2015-01-111-20/+20
* views: fix broken URLs involving hierarchical branch namesEric Sunshine2015-01-113-16/+21
* views: branch/paginate: teach "next" link to respect 'max_pages'Eric Sunshine2015-01-111-0/+1
* views: branch/paginate: fix incorrectly enabled "next" linkEric Sunshine2015-01-112-4/+8
* repo: diff: add option to show "creation event" diff for root commitEric Sunshine2015-01-113-2/+13
* git-arr: interpret 'max_pages = 0' as unlimitedEric Sunshine2015-01-112-1/+4
* write_tree: suppress double-slash in blob HTML filenameEric Sunshine2015-01-111-2/+3
* route: commit: match only hexadecimal rather than digits + full alphabetEric Sunshine2015-01-111-1/+1
* views: summary: suppress extra horizontal rule when no "master" branchEric Sunshine2015-01-111-2/+1
* sample.conf: document embed_markdown and embed_imagesEric Sunshine2015-01-111-0/+9
* git: Add '--' to "git rev-list" runs to avoid ambiguous argumentsAlberto Bertogli2014-12-312-1/+3
* git.py: Parse timestamps from UTC, not from local timeAlberto Bertogli2014-10-051-1/+1
* views/tree.html: Fix lambda syntax0.13Alberto Bertogli2014-07-291-1/+1
* Enable line number anchors when using pygments HtmlFormatterVanya Sergeev2014-07-031-1/+3
* Fix one-line 'if' termination in tree, blob templatesVanya Sergeev2014-06-302-2/+6
* Fix committer field in the commit view0.12Alberto Bertogli2013-11-031-4/+4
* Work around HTTPError status code issuesAlberto Bertogli2013-11-031-1/+11
* Show the age of a repository in the index, via javascriptAlberto Bertogli2013-11-025-2/+100
* Use the status_code attribute to tell 404s appartAlberto Bertogli2013-11-021-1/+1
* Make embedding markdown and images configurable per-repoAlberto Bertogli2013-11-023-8/+16
* utils: Make the embedded image code use mimetypesAlberto Bertogli2013-11-021-10/+4
* Add embed data URI image blob supportVanya Sergeev2013-11-024-2/+38
* Add markdown blob supportVanya Sergeev2013-11-023-1/+19
* Fix parsing of empty commit messagesVanya Sergeev2013-10-121-1/+6
* Add a post-receive hook0.11Alberto Bertogli2013-03-122-0/+72
* Allow calling the executable from any directoryAlberto Bertogli2013-03-101-5/+18
* Use "cloneurl" as a default for git_urlAlberto Bertogli2013-03-102-3/+3
* Fix the "--only" optionAlberto Bertogli2013-03-101-5/+9
* Only guess the lexer if the file starts with "#!"Alberto Bertogli2012-11-271-4/+9
* Add a note about pygments in the README0.10Alberto Bertogli2012-11-211-0/+3
* Fall back to guess the lexer by contentAlberto Bertogli2012-11-181-2/+6
* Use heuristics to decide what to colorizeAlberto Bertogli2012-11-184-5/+25
* Improve the way we find repo pathsAlberto Bertogli2012-11-112-11/+43
* Add dependencies and improve contact information to READMEAlberto Bertogli2012-11-111-4/+8
* Initial commit0.01Alberto Bertogli2012-11-1018-0/+1732