summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update README0.30Alberto Bertogli2020-05-252-56/+65
* Remove TODOAlberto Bertogli2020-05-251-13/+0
* Remove unused/unnecessary codeAlberto Bertogli2020-05-251-14/+3
* Simplify smstrAlberto Bertogli2020-05-243-29/+16
* Introduce type annotationsAlberto Bertogli2020-05-243-42/+53
* Auto-format the code with blackAlberto Bertogli2020-05-244-307/+426
* Move to Python 3Alberto Bertogli2020-05-245-66/+56
* Implement a "patch" view0.15Alberto Bertogli2018-10-012-0/+25
* markdown: Handle local linksAlberto Bertogli2018-03-041-0/+41
* Tune markdown CSS to increase readabilityAlberto Bertogli2018-03-042-0/+19
* views: In the summary, make the sections toggableAlberto Bertogli2017-08-275-17/+33
* views: Include the root tree in the summaryAlberto Bertogli2017-08-273-16/+23
* git: Don't use an empty pathspec when listingAlberto Bertogli2017-08-271-1/+4
* views: Change the "repository" line into "git clone"Alberto Bertogli2017-08-272-1/+5
* style: In the index, make the project names explicit linksAlberto Bertogli2017-08-272-3/+8
* style: Normal font sizes, and use monospace for listingsAlberto Bertogli2017-08-271-9/+10
* style: Make line numbers greyAlberto Bertogli2017-08-271-1/+3
* Add a "prefix" configuration optionAlberto Bertogli2017-07-301-7/+12
* markdown: Enable table and fenced code extensionsAlberto Bertogli2016-11-031-1/+5
* views: Improve display on mobile browsersAlberto Bertogli2015-11-187-23/+28
* git-arr: Implement an "ignore" optionAlberto Bertogli2015-11-072-2/+14
* git-arr: Always generate the top level indexAlberto Bertogli2015-11-071-11/+9
* views/tree: signify root directory in page titleEric Sunshine2015-01-241-1/+1
* views/blob: suppress double-slash in page titleEric Sunshine2015-01-241-1/+1
* Repo: retire new_in_branch() and notion of "bound" branch0.14Eric Sunshine2015-01-171-13/+3
* branch: pass branch name view explicitlyEric Sunshine2015-01-172-5/+5
* blob: pass branch name to view explicitlyEric Sunshine2015-01-172-8/+7
* tree: pass branch name to view explicitlyEric Sunshine2015-01-172-6/+6
* views: blob: render empty blobs speciallyEric Sunshine2015-01-131-1/+7
* blob: cap amount of rendered binary blob contentEric Sunshine2015-01-132-1/+14
* blob: render hexdump(1)-style binary blob contentEric Sunshine2015-01-134-2/+35
* blob: render binary blob summary information rather than raw contentEric Sunshine2015-01-133-0/+12
* Repo.blob: respect reported blob sizeEric Sunshine2015-01-131-2/+2
* embed_image_blob: retire reload of image blobEric Sunshine2015-01-132-9/+3
* Blob: vend raw or cooked contentEric Sunshine2015-01-132-10/+14
* git.py: introduce Blob abstractionEric Sunshine2015-01-133-7/+16
* Repo.blob: employ formal mechanism for requesting raw command outputEric Sunshine2015-01-131-4/+1
* GitCommand: teach run() how to return raw output streamEric Sunshine2015-01-131-1/+8
* 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