~crocmagnon

France

https://gabnotes.org

~crocmagnon/public-inbox

Last active 3 years ago
View more

Recent activity

[PATCH v3] show ref in title 2 days ago

From Gabriel Augendre to ~sircmpwn/sr.ht-dev

Signed-off-by: Gabriel Augendre <gabriel@augendre.info>
---
Dropped the "ref: " text, leaving just the reference inside the parens

 gitsrht/templates/blame.html | 2 +-
 gitsrht/templates/blob.html  | 2 +-
 gitsrht/templates/tree.html  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gitsrht/templates/blame.html b/gitsrht/templates/blame.html
index 2c09ea5..42aad5d 100644
--- a/gitsrht/templates/blame.html
+++ b/gitsrht/templates/blame.html
@@ -1,7 +1,7 @@
[message trimmed]

[PATCH v2] show ref in title 6 days ago

From Gabriel Augendre to ~sircmpwn/sr.ht-dev

Signed-off-by: Gabriel Augendre <gabriel@augendre.info>
---
Text has been updated to be more generic according to feedback.

 gitsrht/templates/blame.html | 2 +-
 gitsrht/templates/blob.html  | 2 +-
 gitsrht/templates/tree.html  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gitsrht/templates/blame.html b/gitsrht/templates/blame.html
index 2c09ea5..f99df22 100644
--- a/gitsrht/templates/blame.html
+++ b/gitsrht/templates/blame.html
@@ -1,7 +1,7 @@
[message trimmed]

Re: [PATCH git.sr.ht] show ref in title 24 days ago

From Gabriel Augendre to ~sircmpwn/sr.ht-dev

My opinion is to always display it, in order to be explicit.
For reference, here's the (short) thread discussing the idea:
https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3CZUiH2lSmaFraZh3g%40dj3ntoo%3E

Re: git.sr.ht: Show branch in title 24 days ago

From Gabriel Augendre to ~sircmpwn/sr.ht-discuss

Hello,

I sent a patch for the blame, blob and tree views:
https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/46637

Regards,

-- 
Gabriel Augendre

[PATCH git.sr.ht] show ref in title 24 days ago

From Gabriel Augendre to ~sircmpwn/sr.ht-dev

Signed-off-by: Gabriel Augendre <gabriel@augendre.info>
---
 gitsrht/templates/blame.html | 2 +-
 gitsrht/templates/blob.html  | 2 +-
 gitsrht/templates/tree.html  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gitsrht/templates/blame.html b/gitsrht/templates/blame.html
index 2c09ea5..f6a4015 100644
--- a/gitsrht/templates/blame.html
+++ b/gitsrht/templates/blame.html
@@ -1,7 +1,7 @@
{% extends "repo-full.html" %}
{% import "utils.html" as utils %}
[message trimmed]

[PATCH] Update gabnotes.org 8 months ago

From Gabriel Augendre to ~bt/1mb.club

https://www.debugbear.com/test/website-speed/zOU9lVT4/
---
 _site_listings/gabnotes.org.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_site_listings/gabnotes.org.md b/_site_listings/gabnotes.org.md
index 5363713..bf99486 100644
--- a/_site_listings/gabnotes.org.md
+++ b/_site_listings/gabnotes.org.md
@@ -1,4 +1,4 @@
---
pageurl: gabnotes.org
size: 171.0
size: 70.2
[message trimmed]

[PATCH] Add gabnotes.org 9 months ago

From Gabriel Augendre to ~koehr/the-250kb-club-devel

---
 pages.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pages.txt b/pages.txt
index 80a4768..324c9be 100644
--- a/pages.txt
+++ b/pages.txt
@@ -339,3 +339,4 @@ https://www.cweagans.net/
https://5am.is/
https://nelson.cloud/
https://arciniega.one/
https://gabnotes.org/
--
[message trimmed]

[PATCH] Update gabnotes.org 9 months ago

From Gabriel Augendre to ~bt/1mb.club

https://www.debugbear.com/test/website-speed/RIngUODI
---
 _site_listings/gabnotes.org.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_site_listings/gabnotes.org.md b/_site_listings/gabnotes.org.md
index e36c9af..c70e6b0 100644
--- a/_site_listings/gabnotes.org.md
+++ b/_site_listings/gabnotes.org.md
@@ -1,4 +1,4 @@
---
pageurl: gabnotes.org
size: 44.4
size: 171
[message trimmed]

Re: Can't clone with https on self hosted instance 3 years ago

From Gabriel Augendre to ~sircmpwn/sr.ht-discuss

I'll try that :)
Do you have any hint on how to "start debugging"? Maybe just some search 
engine for "debug fcgiwrap"?

Thanks again, I'll post here when I find a solution.

-- 
Gabriel Augendre

Re: Can't clone with https on self hosted instance 3 years ago

From Gabriel Augendre to ~sircmpwn/sr.ht-discuss

Sadly nothing useful, at least I guess

tail -f /var/log/nginx/*

==> nginx/access.log <==
192.168.0.10 - - [21/Nov/2020:15:16:44 +0100] "GET 
/~crocmagnon/test/info/refs?service=git-upload-pack HTTP/1.0" 403 15 "-" 
"git/2.29.2" "[some ipv6 address]"

-- 
Gabriel Augendre