bug#58813: [PATCH] doc: Document how to use Patman for patches submission.

2023-03-10 Thread Maxim Cournoyer
Hi Ludo, Ludovic Courtès writes: > Hi, > > Maxim Cournoyer skribis: > >> I've also discovered about '--cc-cmd', which could be used with the >> recently introduced get-maintainer mode (which was added for patman >> support); it can be used like this: >> >> git send-email --cc-cmd='etc/teams.scm

bug#58813: [PATCH] doc: Document how to use Patman for patches submission.

2023-03-10 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > I've also discovered about '--cc-cmd', which could be used with the > recently introduced get-maintainer mode (which was added for patman > support); it can be used like this: > > git send-email --cc-cmd='etc/teams.scm get-maintainer' --dry-run -1 Nice! But yeah,

bug#58813: [PATCH] doc: Document how to use Patman for patches submission.

2023-03-06 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hi, > > Maxim Cournoyer skribis: > >> Fixes . > > It’s only tangentially related, no? It's not totally a tangent, because it removes examples which do not work, and replace them with ones that do work, and recommend a too

bug#58813: [PATCH] doc: Document how to use Patman for patches submission.

2023-03-03 Thread Liliana Marie Prikler
Am Freitag, dem 03.03.2023 um 10:54 +0100 schrieb Ludovic Courtès: > Hi, > > Maxim Cournoyer skribis: > > > Fixes . > > It’s only tangentially related, no? > > > * doc/contributing.texi (Sending a Patch Series): Mention Patman.  > > Adjust the examples to no

bug#58813: [PATCH] doc: Document how to use Patman for patches submission.

2023-03-03 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > Fixes . It’s only tangentially related, no? > * doc/contributing.texi (Sending a Patch Series): Mention Patman. Adjust the > examples to no longer showcase broken command substitutions. Add a section > about how to use Patman,

bug#58813: [PATCH] doc: Document how to use Patman for patches submission.

2023-02-27 Thread Maxim Cournoyer
Hello, Tobias Geerinckx-Rice writes: > Hi, > >> teams.scm > > I closed the bug-that-didn't-fix, but that still leaves a git-specific > command that doesn't actually facilitate git.¹ > > I guess salvaging 'teams.scm cc' into a generic 'Cc:' header generator > makes some sense? Without the $() us

bug#58813: [PATCH] doc: Document how to use Patman for patches submission.

2023-02-26 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hi, > teams.scm I closed the bug-that-didn't-fix, but that still leaves a git-specific command that doesn't actually facilitate git.¹ I guess salvaging 'teams.scm cc' into a generic 'Cc:' header generator makes some sense? Without the $() use case. Otherwise: shall we simply remove it? Kind

bug#58813: [PATCH] doc: Document how to use Patman for patches submission.

2023-02-26 Thread Maxim Cournoyer
Hi Liliana, Liliana Marie Prikler writes: > Am Samstag, dem 25.02.2023 um 22:55 -0500 schrieb Maxim Cournoyer: >> Fixes . >> >> * doc/contributing.texi (Sending a Patch Series): Mention Patman.  >> Adjust the examples to no longer showcase broken command >> su

bug#58813: [PATCH] doc: Document how to use Patman for patches submission.

2023-02-26 Thread Liliana Marie Prikler
Am Samstag, dem 25.02.2023 um 22:55 -0500 schrieb Maxim Cournoyer: > Fixes . > > * doc/contributing.texi (Sending a Patch Series): Mention Patman.  > Adjust the examples to no longer showcase broken command > substitutions.  Add a section about how to use Patman,

bug#58813: [PATCH] doc: Document how to use Patman for patches submission.

2023-02-25 Thread Maxim Cournoyer
Fixes . * doc/contributing.texi (Sending a Patch Series): Mention Patman. Adjust the examples to no longer showcase broken command substitutions. Add a section about how to use Patman, with examples. --- doc/contributing.texi | 119 ++