aboutsummaryrefslogtreecommitdiff
path: root/git-arr
Commit message (Expand)AuthorAgeFilesLines
* Cache some (possibly) expensive function callsAlberto Bertogli2022-09-011-1/+1
* Introduce type annotationsAlberto Bertogli2020-05-241-6/+7
* Auto-format the code with blackAlberto Bertogli2020-05-241-168/+236
* Move to Python 3Alberto Bertogli2020-05-241-13/+11
* Implement a "patch" view0.15Alberto Bertogli2018-10-011-0/+17
* Add a "prefix" configuration optionAlberto Bertogli2017-07-301-7/+12
* git-arr: Implement an "ignore" optionAlberto Bertogli2015-11-071-2/+7
* git-arr: Always generate the top level indexAlberto Bertogli2015-11-071-11/+9
* branch: pass branch name view explicitlyEric Sunshine2015-01-171-1/+1
* blob: pass branch name to view explicitlyEric Sunshine2015-01-171-4/+3
* tree: pass branch name to view explicitlyEric Sunshine2015-01-171-2/+2
* blob: render hexdump(1)-style binary blob contentEric Sunshine2015-01-131-0/+1
* blob: render binary blob summary information rather than raw contentEric Sunshine2015-01-131-0/+1
* git-arr: increase default 'max_pages' valueEric Sunshine2015-01-121-1/+1
* route: recognize hierarchical branch namesEric Sunshine2015-01-111-6/+6
* route: prepare to fix routing of hierarchical branch namesEric Sunshine2015-01-111-20/+20
* repo: diff: add option to show "creation event" diff for root commitEric Sunshine2015-01-111-0/+2
* git-arr: interpret 'max_pages = 0' as unlimitedEric Sunshine2015-01-111-0/+2
* 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
* git: Add '--' to "git rev-list" runs to avoid ambiguous argumentsAlberto Bertogli2014-12-311-1/+1
* Work around HTTPError status code issuesAlberto Bertogli2013-11-031-1/+11
* Show the age of a repository in the index, via javascriptAlberto Bertogli2013-11-021-0/+2
* Use the status_code attribute to tell 404s appartAlberto Bertogli2013-11-021-1/+1
* Make embedding markdown and images configurable per-repoAlberto Bertogli2013-11-021-0/+5
* Add embed data URI image blob supportVanya Sergeev2013-11-021-0/+2
* Add markdown blob supportVanya Sergeev2013-11-021-0/+2
* Allow calling the executable from any directoryAlberto Bertogli2013-03-101-5/+18
* Use "cloneurl" as a default for git_urlAlberto Bertogli2013-03-101-1/+1
* Fix the "--only" optionAlberto Bertogli2013-03-101-5/+9
* Use heuristics to decide what to colorizeAlberto Bertogli2012-11-181-1/+1
* Improve the way we find repo pathsAlberto Bertogli2012-11-111-8/+34
* Initial commit0.01Alberto Bertogli2012-11-101-0/+390