all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#25969: guix-patches debbugs appears to mangle patches
@ 2017-03-04 22:54 Leo Famulari
  2017-03-05 12:34 ` ng0
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Leo Famulari @ 2017-03-04 22:54 UTC (permalink / raw)
  To: 25969

Git has a simple workflow for using email, with `git send-email` and
`git am`.

The guix-patches debbugs thing causes a regression in this workflow by
rewriting the commit messages to include the debbugs ticket number.

So, a commit that begins with this:

gnu: gitolite: Fix shebangs in hooks.

... becomes this:

bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks.

Am I missing something, or is debbugs really rewriting the patches?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#25969: guix-patches debbugs appears to mangle patches
  2017-03-04 22:54 bug#25969: guix-patches debbugs appears to mangle patches Leo Famulari
@ 2017-03-05 12:34 ` ng0
  2017-03-05 12:37 ` ng0
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: ng0 @ 2017-03-05 12:34 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 25969

On 17-03-04 17:54:56, Leo Famulari wrote:
> Git has a simple workflow for using email, with `git send-email` and
> `git am`.
> 
> The guix-patches debbugs thing causes a regression in this workflow by
> rewriting the commit messages to include the debbugs ticket number.
> 
> So, a commit that begins with this:
> 
> gnu: gitolite: Fix shebangs in hooks.
> 
> ... becomes this:
> 
> bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks.
> 
> Am I missing something, or is debbugs really rewriting the patches?
> 
> 
> 

Possibly. Though I see some people started to just attach the git
format-patch patches.
Maybe we should look at / ask other projects how they deal with this for
debbugs?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#25969: guix-patches debbugs appears to mangle patches
  2017-03-04 22:54 bug#25969: guix-patches debbugs appears to mangle patches Leo Famulari
  2017-03-05 12:34 ` ng0
@ 2017-03-05 12:37 ` ng0
  2017-03-06 10:16 ` Ludovic Courtès
       [not found] ` <87a88yww0m.fsf@gnu.org>
  3 siblings, 0 replies; 6+ messages in thread
From: ng0 @ 2017-03-05 12:37 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 25969

On 17-03-04 17:54:56, Leo Famulari wrote:
> Git has a simple workflow for using email, with `git send-email` and
> `git am`.
> 
> The guix-patches debbugs thing causes a regression in this workflow by
> rewriting the commit messages to include the debbugs ticket number.
> 
> So, a commit that begins with this:
> 
> gnu: gitolite: Fix shebangs in hooks.
> 
> ... becomes this:
> 
> bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks.
> 
> Am I missing something, or is debbugs really rewriting the patches?
> 
> 
> 

885227386855e446e653d958c38b6bbcfc2a24ca and the patch afterwards was
sent with git send-email (after I was assigned an issue-id) and if Kei
didn't fix it, they were not altered in subject etc.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#25969: guix-patches debbugs appears to mangle patches
  2017-03-04 22:54 bug#25969: guix-patches debbugs appears to mangle patches Leo Famulari
  2017-03-05 12:34 ` ng0
  2017-03-05 12:37 ` ng0
@ 2017-03-06 10:16 ` Ludovic Courtès
       [not found] ` <87a88yww0m.fsf@gnu.org>
  3 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2017-03-06 10:16 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 25969

Hello!

Leo Famulari <leo@famulari.name> skribis:

> The guix-patches debbugs thing causes a regression in this workflow by
> rewriting the commit messages to include the debbugs ticket number.
>
> So, a commit that begins with this:
>
> gnu: gitolite: Fix shebangs in hooks.
>
> ... becomes this:
>
> bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks.
>
> Am I missing something, or is debbugs really rewriting the patches?

Good question.  Maybe Glenn and others at help-debbugs have an idea?

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#25969: guix-patches debbugs appears to mangle patches
       [not found] ` <87a88yww0m.fsf@gnu.org>
@ 2017-03-06 17:46   ` Glenn Morris
       [not found]   ` <nashmqz4aw.fsf@fencepost.gnu.org>
  1 sibling, 0 replies; 6+ messages in thread
From: Glenn Morris @ 2017-03-06 17:46 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 25969

Ludovic Courtès wrote:

> Hello!
>
> Leo Famulari <leo@famulari.name> skribis:
>
>> The guix-patches debbugs thing causes a regression in this workflow by
>> rewriting the commit messages to include the debbugs ticket number.
>>
>> So, a commit that begins with this:
>>
>> gnu: gitolite: Fix shebangs in hooks.
>>
>> ... becomes this:
>>
>> bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks.
>>
>> Am I missing something, or is debbugs really rewriting the patches?
>
> Good question.  Maybe Glenn and others at help-debbugs have an idea?

I think it's over the top to describe this as "mangling" or "rewriting"
patches. The system relies on adding a bug number to the subject, so
that replies to the maintainer address can be associated with the right
bug. I don't see any prospect of this changing. If you are using a tool
that is sensitive to the subject line in emails, I can only suggest
using eg a trivial sed command to take out the bug number before passing
the mail to your tool.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#25969: guix-patches debbugs appears to mangle patches
       [not found]   ` <nashmqz4aw.fsf@fencepost.gnu.org>
@ 2017-03-06 17:54     ` Eric Blake
  0 siblings, 0 replies; 6+ messages in thread
From: Eric Blake @ 2017-03-06 17:54 UTC (permalink / raw)
  To: Glenn Morris, Ludovic Courtès; +Cc: 25969


[-- Attachment #1.1: Type: text/plain, Size: 1638 bytes --]

On 03/06/2017 11:46 AM, Glenn Morris wrote:
> Ludovic Courtès wrote:
> 
>> Hello!
>>
>> Leo Famulari <leo@famulari.name> skribis:
>>
>>> The guix-patches debbugs thing causes a regression in this workflow by
>>> rewriting the commit messages to include the debbugs ticket number.
>>>
>>> So, a commit that begins with this:
>>>
>>> gnu: gitolite: Fix shebangs in hooks.
>>>
>>> ... becomes this:
>>>
>>> bug#25966: [PATCH 2/2] gnu: gitolite: Fix shebangs in hooks.
>>>
>>> Am I missing something, or is debbugs really rewriting the patches?
>>
>> Good question.  Maybe Glenn and others at help-debbugs have an idea?
> 
> I think it's over the top to describe this as "mangling" or "rewriting"
> patches. The system relies on adding a bug number to the subject, so
> that replies to the maintainer address can be associated with the right
> bug. I don't see any prospect of this changing. If you are using a tool
> that is sensitive to the subject line in emails, I can only suggest
> using eg a trivial sed command to take out the bug number before passing
> the mail to your tool.

'git am' already knows how to strip anything inside one or more [text]
prefix of the subject. I don't know how hard it would be to convince the
GNU debbugs instance to output '[bug#25969] ' instead of its current
'bug#25969: ' (and of course to also recognize both spellings on input,
when checking for existing mails in reply to existing bugs), but such a
tweak would play nicer with a git patch workflow.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-03-06 17:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-04 22:54 bug#25969: guix-patches debbugs appears to mangle patches Leo Famulari
2017-03-05 12:34 ` ng0
2017-03-05 12:37 ` ng0
2017-03-06 10:16 ` Ludovic Courtès
     [not found] ` <87a88yww0m.fsf@gnu.org>
2017-03-06 17:46   ` Glenn Morris
     [not found]   ` <nashmqz4aw.fsf@fencepost.gnu.org>
2017-03-06 17:54     ` Eric Blake

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.