💾 Archived View for lists.flounder.online › patches captured on 2022-04-28 at 18:44:02. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Patches for any of my projects. git-format-pull is preferred to git-send-email, unless your patch is small
[PULL REQUEST nanohtml2text] fix invalid html entities
The following changes since commit fd7383cdba3c2cfac3245774e7d7cbdcacc3f645: ...
Айрат Бадыков | 1 replies | 2022-04-23
[PULL REQUEST nanohtml2text] miscellaneous refactoring
The following changes since commit 411c937643a8806050b0b43454b3a8648dd99ab0: ...
Johann150 | 1 replies | 2022-01-13
--- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/RE...
alex wennerberg | 0 replies | 2022-01-02
[PATCH mygit v1 2/2] fix CSS for syntax highlighting
I forgot to change the class style back to Spaced, which is what was used whe...
Johann150 | 0 replies | 2021-03-30
[PATCH mygit v1 1/2] make line links permalinks
The commit a shorthand name of a ref points to may change thus rendering a li...
Johann150 | 0 replies | 2021-03-30
[PATCH mygit 1/3] use Solarized colour scheme, dark mode
From: Johann150 <johann@qwertqwefsday.eu> To be able to use dark mode in the...
Johann Galle | 3 replies | 2021-03-29
[PATCH mygit 3/3] caching for static resources
From: Johann150 <johann@qwertqwefsday.eu> --- src/errorpage.rs | 29 ++++++...
Johann Galle | 4 replies | 2021-03-29
[PATCH mygit 2/3] format, add catchall error pages
From: Johann150 <johann@qwertqwefsday.eu> --- src/errorpage.rs | 8 +++++++...
Johann Galle | 1 replies | 2021-03-28
[PATCH mygit 0/3] colour scheme, caching, error pages
This adds the colour scheme information for syntect and uses the Solarized th...
Johann Galle | 0 replies | 2021-03-28
[PATCH mygit] add dark colour scheme
From: Johann150 <johann@qwertqwefsday.eu> --- templates/static/style.css | ...
Johann Galle | 4 replies | 2021-03-28
[PATCH mygit v1 1/3] implement "dumb" HTTP(S) cloning
From: Johann150 <johann@qwertqwefsday.eu> --- src/main.rs | ...
Johann Galle | 1 replies | 2021-03-24
[PATCH mygit v1 3/3] clean up repo_from_request
From: Johann150 <johann@qwertqwefsday.eu> Check for the export file and also...
Johann Galle | 0 replies | 2021-03-24
[PATCH mygit v1 2/3] update dependencies
From: Johann150 <johann@qwertqwefsday.eu> --- Cargo.lock | 79 +++++++++++++...
Johann Galle | 0 replies | 2021-03-24
[PATCH mygit v1 2/2] improve template indentation
From: Johann150 <johann@qwertqwefsday.eu> --- templates/base.html | ...
Johann Galle | 4 replies | 2021-03-24
[PATCH mygit v1 1/2] get site name directly from CONFIG
From: Johann150 <johann@qwertqwefsday.eu> This reverts commit 04082ef80ab084...
Johann Galle | 0 replies | 2021-03-23
[PATCH mygit v1 1/2] implement subtrees
From: Johann150 <johann@qwertqwefsday.eu> This shouldn't introduce path trav...
Johann Galle | 1 replies | 2021-03-23
[PATCH mygit v1 2/2] run cargo fmt
From: Johann150 <johann@qwertqwefsday.eu> --- src/errorpage.rs | 7 ++++--- ...
Johann Galle | 0 replies | 2021-03-22
[PATCH mygit v1 3/3] resolve warnings
From: Johann150 <johann@qwertqwefsday.eu> --- src/main.rs | 9 ++++----- 1 ...
Johann Galle | 1 replies | 2021-03-21
[PATCH mygit v1 2/3] remove dead code
From: Johann150 <johann@qwertqwefsday.eu> --- src/templates.rs | 32 -------...
Johann Galle | 0 replies | 2021-03-21
[PATCH mygit v1 1/3] correct closing div tag
From: Johann150 <johann@qwertqwefsday.eu> --- templates/repo.html | 2 +- 1...
Johann Galle | 0 replies | 2021-03-21
[PATCH mygit v2 3/4] add error page
From: Johann150 <johann@qwertqwefsday.eu> --- v1 was: add 404 page src/mai...
Johann Galle | 2 replies | 2021-03-21
[PATCH mygit 2/4] recognize repositories with trailing slash
From: Johann150 <johann@qwertqwefsday.eu> --- src/main.rs | 1 + 1 file cha...
Johann Galle | 3 replies | 2021-03-21
[PATCH mygit 4/4] handle nonexistent repos
From: Johann150 <johann@qwertqwefsday.eu> --- src/main.rs | 49 ++++++++++++...
Johann Galle | 3 replies | 2021-03-20
[PATCH mygit 4/4] parameterize title and clone url
From: Johann150 <johann@qwertqwefsday.eu> --- mygit.toml | ...
Johann Galle | 0 replies | 2021-03-20
[PATCH mygit 3/4] use actual repository description
From: Johann150 <johann@qwertqwefsday.eu> --- src/main.rs | ...
Johann Galle | 0 replies | 2021-03-20
[PATCH mygit 2/4] remove empty repo template
From: Johann150 <johann@qwertqwefsday.eu> now that we can handle repos witho...
Johann Galle | 0 replies | 2021-03-20
[PATCH mygit 1/4] check for export file in correct directory
From: Johann150 <johann@qwertqwefsday.eu> The export directory should not be...
Johann Galle | 0 replies | 2021-03-20
[PATCH mygit 1/4] actually use port from config
From: Johann150 <johann@qwertqwefsday.eu> --- src/main.rs | 2 +- 1 file ch...
Johann Galle | 1 replies | 2021-03-20
[PATCH mygit 3/4] add 404 page
From: Johann150 <johann@qwertqwefsday.eu> --- src/main.rs | 14...
Johann Galle | 1 replies | 2021-03-20
[PATCH mygit 4/4] make homepage link absolute
From: Johann150 <johann@qwertqwefsday.eu> --- templates/base.html | 2 +- 1...
Johann Galle | 1 replies | 2021-03-19
[PATCH mygit 3/4] improve file output on page
From: Johann150 <johann@qwertqwefsday.eu> Do not render a space as that woul...
Johann Galle | 0 replies | 2021-03-18
[PATCH mygit 2/4] improve command line arguments
From: Johann150 <johann@qwertqwefsday.eu> --- src/main.rs | 28 ++++++++++++...
Johann Galle | 0 replies | 2021-03-18
[PATCH mygit 1/4] resolve some warnings
From: Johann150 <johann@qwertqwefsday.eu> also using cargo clippy --- src/m...
Johann Galle | 0 replies | 2021-03-18
[PATCH mygit 2/2] handle repos without readme
From: Johann150 <johann@qwertqwefsday.eu> --- src/main.rs | 77 ++++...
Johann Galle | 1 replies | 2021-03-18
[PATCH mygit 1/2] simplify code
From: Johann150 <johann@qwertqwefsday.eu> unnecessary to specify the name tw...
Johann Galle | 0 replies | 2021-03-17
[PATCH mygit v1 3/3] update Cargo.lock
From: Johann150 <johann@qwertqwefsday.eu> --- Cargo.lock | 253 ++++++++++++...
Johann Galle | 1 replies | 2021-03-17
[PATCH mygit v1] correct log order
From: Johann150 <johann@qwertqwefsday.eu> I introduced this mistake in a24c8...
Johann Galle | 0 replies | 2021-03-16
[PATCH mygit v1 2/3] add defaults for configuration
From: Johann150 <johann@qwertqwefsday.eu> Because there are defaults for eve...
Johann Galle | 0 replies | 2021-03-16
[PATCH mygit v1 1/3] use gitweb config names, add config for export file
From: Johann150 <johann@qwertqwefsday.eu> As said on the mailing list earlie...
Johann Galle | 0 replies | 2021-03-16
[PATCH mygit v1 0/3] configuration
Updated some things regarding configuration: * add default values for everyth...
Johann Galle | 0 replies | 2021-03-16
Hey Johann, I had a quick question about one of your changes -- you added the...
alex wennerberg | 2 replies | 2021-03-16
[PATCH mygit 1/5] percent decode repository name
From: Johann150 <johann@qwertqwefsday.eu> --- Cargo.lock | 1 + Cargo.toml...
Johann Galle | 3 replies | 2021-03-15
[PATCH mygit 5/5] change name in some more places
From: Johann150 <johann@qwertqwefsday.eu> --- Cargo.lock | ...
Johann Galle | 0 replies | 2021-03-15
[PATCH mygit 4/5] handle shallow clones
From: Johann150 <johann@qwertqwefsday.eu> Although unusual for a git server,...
Johann Galle | 0 replies | 2021-03-15
[PATCH mygit 3/5] use repo_name filter everywhere
From: Johann150 <johann@qwertqwefsday.eu> --- templates/commit.html | ...
Johann Galle | 0 replies | 2021-03-15
[PATCH mygit 2/5] handle empty repo correctly
From: Johann150 <johann@qwertqwefsday.eu> --- src/main.rs | 3...
Johann Galle | 0 replies | 2021-03-15
[PATCH mygit 5/5] correctly get name for bare repos
From: Johann150 <johann@qwertqwefsday.eu> workdir is only correct for reposi...
Johann Galle | 1 replies | 2021-03-15
[PATCH mygit 4/5] add readme formats: plaintext, HTML
From: Johann150 <johann@qwertqwefsday.eu> Made RepoHomeTemplate::readme_text...
Johann Galle | 0 replies | 2021-03-14
[PATCH mygit 3/5] use configuration static directly
From: Johann150 <johann@qwertqwefsday.eu> This gets rid of te config variabl...
Johann Galle | 0 replies | 2021-03-14
[PATCH mygit 2/5] check for export file
From: Johann150 <johann@qwertqwefsday.eu> --- src/main.rs | 7 ++++++- 1 fi...
Johann Galle | 0 replies | 2021-03-14