user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 0/3] www cgit support updates
@ 2024-02-13  9:31  7% Eric Wong
  2024-02-13  9:31  7% ` [PATCH 3/3] doc: fix formatting for CLI switch aliases Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2024-02-13  9:31 UTC (permalink / raw)
  To: meta

I only noticed the fix for 1/3 because I wasn't using a
custom-patched+built cgit for the first time, ever; but
our cgit support was unusable for non-default config files
without it.

I only noticed 3/3 while checking the result of 2/3.

Eric Wong (3):
  www: cgit: support non-standard cgitrc locations
  doc: config: cgit=rewrite isn't implemented, yet
  doc: fix formatting for CLI switch aliases

 Documentation/lei-q.pod               |  2 ++
 Documentation/public-inbox-clone.pod  |  1 +
 Documentation/public-inbox-config.pod |  6 ++++++
 lib/PublicInbox/Cgit.pm               | 12 +++++-------
 lib/PublicInbox/Config.pm             |  3 ++-
 5 files changed, 16 insertions(+), 8 deletions(-)

^ permalink raw reply	[relevance 7%]

* [PATCH 3/3] doc: fix formatting for CLI switch aliases
  2024-02-13  9:31  7% [PATCH 0/3] www cgit support updates Eric Wong
@ 2024-02-13  9:31  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2024-02-13  9:31 UTC (permalink / raw)
  To: meta

`=item' elements in Pod need to be surrounded by empty lines.
It's an unfortunate waste of vertical space, but Pod is still better
than *roff and usually available out-of-the-box.
---
 Documentation/lei-q.pod               | 2 ++
 Documentation/public-inbox-clone.pod  | 1 +
 Documentation/public-inbox-config.pod | 2 ++
 3 files changed, 5 insertions(+)

diff --git a/Documentation/lei-q.pod b/Documentation/lei-q.pod
index 95f3f702..4476a806 100644
--- a/Documentation/lei-q.pod
+++ b/Documentation/lei-q.pod
@@ -130,9 +130,11 @@ Caveat: C<-tt> only works on locally-indexed messages at the
 moment, and not on remote (HTTP(S)) endpoints.
 
 =item --jobs=QUERY_WORKERS[,WRITE_WORKERS]
+
 =item --jobs=,WRITE_WORKERS
 
 =item -j QUERY_WORKERS[,WRITE_WORKERS]
+
 =item -j ,WRITE_WORKERS
 
 Set the number of query and write worker processes for parallelism.
diff --git a/Documentation/public-inbox-clone.pod b/Documentation/public-inbox-clone.pod
index c3254fa0..64ee3138 100644
--- a/Documentation/public-inbox-clone.pod
+++ b/Documentation/public-inbox-clone.pod
@@ -234,6 +234,7 @@ Whether to wrap L<git(1)> and L<curl(1)> commands with L<torsocks(1)>.
 Default: C<auto>
 
 =item -j JOBS
+
 =item --jobs=JOBS
 
 The number of parallel processes to spawn at once for various network
diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod
index b875df58..d3f5d04b 100644
--- a/Documentation/public-inbox-config.pod
+++ b/Documentation/public-inbox-config.pod
@@ -356,7 +356,9 @@ is set and the C<cgit> binary exists).
 See L<public-inbox-edit(1)>
 
 =item publicinbox.indexMaxSize
+
 =item publicinbox.indexBatchSize
+
 =item publicinbox.indexSequentialShard
 
 See L<public-inbox-index(1)>

^ permalink raw reply related	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2024-02-13  9:31  7% [PATCH 0/3] www cgit support updates Eric Wong
2024-02-13  9:31  7% ` [PATCH 3/3] doc: fix formatting for CLI switch aliases Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).