No description
  • Python 38.5%
  • Go 31.6%
  • HTML 24%
  • SCSS 2.5%
  • PLpgSQL 2.3%
  • Other 1.1%
Find a file
Drew DeVault 12681b4f82 API: more intelligent detection of UTF-8 files
The new approach handles the case where our 512-byte sample includes a
truncated UTF-8 code sequence at the end.
2026-07-08 11:19:29 +02:00
.builds Run golangci-lint in CI 2025-11-11 10:33:16 +01:00
api API: more intelligent detection of UTF-8 files 2026-07-08 11:19:29 +02:00
cmd API: Implement code search 2026-05-29 14:54:15 +02:00
contrib contrib: set +x on scripts 2026-01-19 10:08:28 +01:00
gitsrht rss: include actual tag names in refs rss feed 2026-06-15 08:21:26 +02:00
migrations Code search frontend 2026-06-01 13:59:18 +02:00
scripts Do not use bare except: 2024-02-21 09:25:03 +01:00
scss Match the code search box styling to the other nav items 2026-06-02 08:51:25 +02:00
update-hook Move all main packages to cmd/*/ 2026-01-20 14:55:03 +01:00
.editorconfig Add .editorconfig 2025-01-20 15:13:40 +01:00
.git_archival.txt Preparations for PEP440 support 2024-10-28 13:59:43 +01:00
.gitattributes Preparations for PEP440 support 2024-10-28 13:59:43 +01:00
.gitignore API: Implement code search 2026-05-29 14:54:15 +02:00
.gitmodules Update SCSS to srht standard 2017-02-05 17:41:17 -05:00
.golangci.yml Run golangci-lint in CI 2025-11-11 10:33:16 +01:00
cloneperf Go bits: parse Redis host as a URL 2019-12-19 10:31:26 -05:00
config.example.ini API: Implement code search 2026-05-29 14:54:15 +02:00
git.sr.ht-periodic Re-introduce artifact changes 2025-08-06 10:34:12 +02:00
go.mod API: Implement code search 2026-05-29 14:54:15 +02:00
go.sum API: Implement code search 2026-05-29 14:54:15 +02:00
LICENSE AGPL 2017-04-08 17:06:51 -04:00
Makefile Move all main packages to cmd/*/ 2026-01-20 14:55:03 +01:00
pyproject.toml Remove legacy API 2025-11-03 15:54:34 +01:00
README.md Add README.md 2019-01-08 18:06:49 -05:00
run.py run.py: adapt to shared asset refactoring 2025-01-20 13:26:30 +01:00
schema.sql Code search frontend 2026-06-01 13:59:18 +02:00
setup.py Convert to new shared asset distribution 2025-01-10 14:55:19 +01:00

This repository contains the code for the sr.ht git hosting service. For instructions on deploying or contributing to this project, visit the manual here:

https://man.sr.ht/git.sr.ht/installation.md