summaryrefslogtreecommitdiffstats
path: root/gitsrht
AgeCommit message (Expand)Author
2018-10-27Temporarily disable tree walkingDrew DeVault
2018-10-25Increment version of readme cacheDrew DeVault
2018-10-24Handle un-decodable "text" dataDrew DeVault
2018-10-18Abort repo.tree if there is no treeDrew DeVault
2018-10-16Speed up finding latest commitsIvan Habunek
2018-10-15Fix patches not appearing correctlyDrew DeVault
2018-10-13Set url_map.strict_slashes = FalseDrew DeVault
2018-10-11Fix log page handling of initial commitDrew DeVault
2018-10-11Fix diff of initial commitDrew DeVault
2018-10-06Remove lru_cache from git.pyDrew DeVault
2018-10-03Implement redirects in git.sr.ht v2Drew DeVault
2018-10-03Add settings link to empty repo pageDrew DeVault
2018-10-03Fix 500 on ref detail pageDrew DeVault
2018-10-02Don't capture stderr/stdout of git subprocessesDrew DeVault
2018-10-02Wow I should test things before I push themDrew DeVault
2018-10-02Improvements to archive generationDrew DeVault
2018-10-01DRY up ref lookup and handle ValueErrorsDrew DeVault
2018-10-01Prevent 500 on missing refsDrew DeVault
2018-10-01Fix this dumb fucking archive endpointDrew DeVault
2018-10-01Remove settings link for non-owners of a repoDrew DeVault
2018-10-01PolishDrew DeVault
2018-10-01Add annotated ref pageDrew DeVault
2018-10-01Add refs pageDrew DeVault
2018-10-01Swap roles of patch and browse buttonsDrew DeVault
2018-10-01Add title to commit pagesDrew DeVault
2018-10-01Reduce margin between commit info and diffDrew DeVault
2018-10-01Wire up browse and patch buttonsDrew DeVault
2018-10-01Add padding between commit summary and diffDrew DeVault
2018-10-01Fix browsing by tagsDrew DeVault
2018-10-01Wire up commit placeholder links throughoutDrew DeVault
2018-10-01Implement commit viewDrew DeVault
2018-10-01Flesh out log view a bitDrew DeVault
2018-10-01Populate log link on summary pageDrew DeVault
2018-10-01Add basic pagination to git logDrew DeVault
2018-09-30Remove padding on blob <pre> areaDrew DeVault
2018-09-30Remove whitespace from bottom of blob pageDrew DeVault
2018-09-30Add editorconfig supportDrew DeVault
2018-09-22Basic git log supportDrew DeVault
2018-09-22Implement tarball downloadsDrew DeVault
2018-09-22Add support for browsing refs other than masterDrew DeVault
2018-09-22Reduce markdown/highlight cache expiry to 7 daysDrew DeVault
2018-09-22Fix issue when commit cannot be foundDrew DeVault
2018-09-22Add clearfix after header commit on tree/blob viewDrew DeVault
2018-09-22Show size in bytes on hoverDrew DeVault
2018-09-22Show file mode in octal on hoverDrew DeVault
2018-09-22Add raw blob downloadsDrew DeVault
2018-09-22Add blob viewDrew DeVault
2018-09-21Fix commit resolutionDrew DeVault
2018-09-21Support rendering any level of the treeDrew DeVault
2018-09-21Improve grid alignmentDrew DeVault