aboutsummaryrefslogtreecommitdiffstats
path: root/git.sr.ht
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken relative linksRobin Jarry2021-11-291-4/+4
| | | | | | | | | | | For some obscure reason yet to be identified, *some* (not all) relative links that use "../" to reference parent items in the repository point to invalid URLs. This may be an issue with the rendering process from markdown to html. Replace relative links with absolute ones. Signed-off-by: Robin Jarry <robin@jarry.cc>
* git.sr.ht: add section about referencing todo ticketsRobin Jarry2021-11-291-0/+87
| | | | | | | It is now possible to reference tracker tickets in git commit messages. Describe how it works. Signed-off-by: Robin Jarry <robin@jarry.cc>
* git.sr.ht: document license and readme namesDrew DeVault2021-08-301-1/+26
|
* Document how to add keysNixon Enraght-Moony2021-08-131-0/+3
| | | | | Fingerprints were removed in 68210e857eabfd2f17ff28c751f5bb3e8298c37e and replaced with keys, but without instuctions.
* Fix typo in code exampleClément Joly2021-08-011-1/+1
|
* lists.sr.ht GraphQL docsDrew DeVault2021-07-281-1/+1
|
* s/ettiqite/etiquette/Eyal Sawady2021-05-301-1/+1
|
* Compound verb "double-check"Ajay Raghavan2021-05-251-1/+1
|
* Converted into restrictive clause (that vs which)Ajay Raghavan2021-05-251-1/+1
| | | | | It seemed like a restrictive clause was being implicitly imp- lied, so I changed "which" to "that."
* git.sr.ht: remove incorrect install instructionsDrew DeVault2021-05-221-5/+2
|
* Fix formatting in send-emailSol Fisher Romanoff2021-05-161-0/+3
|
* s/hyphen/em dash/gSol Fisher Romanoff2021-05-164-8/+8
|
* fixed typosAlex2021-05-161-2/+2
|
* Fix typoGauvain 'GovanifY' Roussel-Tarbouriech2021-04-221-1/+1
|
* git.sr.ht: fix typosEyal Sawady2021-04-081-2/+2
|
* Add link to videoDrew DeVault2021-04-081-0/+7
|
* git.sr.ht: reduce heading numbersDrew DeVault2021-04-081-13/+9
|
* git.sr.ht: update git send-email noteDrew DeVault2021-04-081-3/+3
|
* git.sr.ht: add detailed send-email web instructionsDrew DeVault2021-04-081-0/+89
|
* Link GraphQL schemesRobin Krahl2021-03-231-0/+1
| | | | | | | | This patch adds links to the GraphQL schemes in the Git repositories to the graphql.md pages for {git,meta,todo}.sr.ht. The playground also contains the schemes, but it is only available for logged-in users. And the source file makes it easier to jump to specific locations, to share links and to track changes.
* todo.sr.ht: add GraphQL docsDrew DeVault2021-02-251-1/+2
|
* Add instructions for removing custom READMESumner Evans2021-02-181-0/+6
|
* git.sr.ht: correct jq command for custom readmeDrew DeVault2021-01-261-1/+1
|
* git.sr.ht: fix typo in readme queryDrew DeVault2021-01-251-2/+2
|
* Add explanation of what's going on in README commandDrew DeVault2021-01-251-0/+26
|
* Update git.sr.ht custom README to API 2.0Drew DeVault2021-01-251-17/+40
|
* Add initial GraphQL documentationDrew DeVault2020-12-032-0/+17
|
* Add API configuration to installation docsDrew DeVault2020-11-241-0/+1
|
* Add configuration links to all installation pagesDrew DeVault2020-11-231-0/+4
|
* Ditch configuration_reference pagesDrew DeVault2020-11-191-5/+0
| | | | These are superfluous
* Update git.sr.ht installation/config pagesJason Phan2020-11-173-91/+120
|
* Add acceptable usage limits for git.sr.htDrew DeVault2020-09-151-0/+13
|
* Clarify how to make push options persistDrew DeVault2020-09-071-0/+7
|
* git.sr.ht: document -osubmit pattern overridingнаб2020-09-071-2/+5
| | | | Ref: ~sircmpwn/git.sr.ht#316
* Spec curl --data-binary to not mangle the uploaded README and link to ↵наб2020-08-281-2/+4
| | | | | | | example repo curl mangles the upload (stripping newlines, probably something else) with just --data
* git.sr.ht: document {GET,PUT,DELETE} /api/repos/:name/readme, mention it in ↵наб2020-08-252-0/+59
| | | | | | the FAQ Ref: ~sircmpwn/git.sr.ht#205
* Add note about locking down S3 accessDrew DeVault2020-08-211-0/+12
|
* git.sr.ht: Document description/visibility push optionsнаб2020-08-171-0/+2
|
* Update git.sr.ht with branch renaming instructionsDrew DeVault2020-08-051-0/+8
|
* fix relative linkRoshless2020-07-011-1/+1
|
* git.sr.ht: remove annotationsDrew DeVault2020-06-292-152/+0
|
* all: fix broken relative linksDrew DeVault2020-05-181-2/+2
|
* Additional location for fcgiwrap socket fileZachary King2020-04-201-1/+2
| | | | Adding an additional possible location for the fcgiwrap socket file.
* Overhaul installation documentationDrew DeVault2020-03-261-8/+10
|
* git.sr.ht: fix POST endpoint for artifacts with usernameEvan Hanson2020-03-161-1/+1
|
* Add java annotation generatorPeter Lamby2020-03-031-0/+1
| | | | Signed-off-by: Peter Lamby <peterlamby@web.de>
* git.sr.ht: update route for annotations uploadDrew DeVault2020-02-211-1/+1
|
* git.sr.ht: update recommended nginx configurationDrew DeVault2020-02-171-1/+1
| | | | | The previous version would match any URL ending in HEAD et al, which would cause web breakage if your repo had any files named HEAD.
* git.sr.ht: simplify explanation of push -o debugDrew DeVault2020-02-171-1/+1
|
* git.sr.ht: simplify docsDrew DeVault2020-02-171-53/+4
| | | | It's not necessary to document the web UI in exhaustive detail.