aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated READMEHEADmasterThorsten Ortlepp2024-11-071-2/+2
* Added main branch handling from upstream projectThorsten Ortlepp2024-11-072-24/+19
* Added CSS improvement from upstream projectThorsten Ortlepp2024-11-072-1/+10
* Fix templates for breaking change in Bottle 0.12+Thorsten Ortlepp2024-11-073-8/+8
* Added dark mode from upstream projectThorsten Ortlepp2024-08-084-55/+216
* Added notice to READMEThorsten Ortlepp2023-08-081-0/+3
* Handle main branch the same way as master branchThorsten Ortlepp2023-08-081-0/+18
* Cache some (possibly) expensive function callsAlberto Bertogli2022-09-013-41/+67
* utils: Update Markdown local links extension to the new APIAlberto Bertogli2022-08-311-3/+3
* css: Improve handling of text overflow in <pre>Alberto Bertogli2021-05-151-0/+8
* css: Reduce commit-message left paddingAlberto Bertogli2021-05-151-1/+1
* css: Auto-format git-arr.cssAlberto Bertogli2021-05-151-6/+42
* 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