* Per-project patch prefixes
@ 2011-06-14 21:15 Vinicius Costa Gomes
2011-06-14 21:31 ` Gustavo F. Padovan
2011-06-14 23:48 ` Bastien Nocera
0 siblings, 2 replies; 7+ messages in thread
From: Vinicius Costa Gomes @ 2011-06-14 21:15 UTC (permalink / raw)
To: linux-bluetooth
Hi,
Now, this list receives patches for at least 3 different projects, so how
about using different subject prefixes for each priject? The first thing
that comes to mind is this:
1. kernel:
- bluetooth-next -> for patches against Gustavo's bluetooth-next
- bluetooth-current -> for patches against Gustavo's bluetooth-2.6
2. BlueZ:
- bluez
3. obexd:
- obexd
This is just an idea, what do you think?
Cheers,
--
Vinicius
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Per-project patch prefixes
2011-06-14 21:15 Per-project patch prefixes Vinicius Costa Gomes
@ 2011-06-14 21:31 ` Gustavo F. Padovan
2011-06-15 11:10 ` Marcel Holtmann
2011-06-14 23:48 ` Bastien Nocera
1 sibling, 1 reply; 7+ messages in thread
From: Gustavo F. Padovan @ 2011-06-14 21:31 UTC (permalink / raw)
To: Vinicius Costa Gomes; +Cc: linux-bluetooth
* Vinicius Costa Gomes <vinicius.gomes@openbossa.org> [2011-06-14 18:15:08 -0300]:
> Hi,
>
> Now, this list receives patches for at least 3 different projects, so how
> about using different subject prefixes for each priject? The first thing
> that comes to mind is this:
This is a great idea. It can a lot when identifying patches, and you can do
this to the project's .git/config:
[format]
subjectprefix = "bluetooth-next"
You may also want this(if you never configured it :
[sendemail]
to = linux-bluetooth@vger.kernel.org
>
> 1. kernel:
> - bluetooth-next -> for patches against Gustavo's bluetooth-next
> - bluetooth-current -> for patches against Gustavo's bluetooth-2.6
>
> 2. BlueZ:
> - bluez
>
> 3. obexd:
> - obexd
There is hcidump missing here.
Gustavo
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Per-project patch prefixes
2011-06-14 21:15 Per-project patch prefixes Vinicius Costa Gomes
2011-06-14 21:31 ` Gustavo F. Padovan
@ 2011-06-14 23:48 ` Bastien Nocera
1 sibling, 0 replies; 7+ messages in thread
From: Bastien Nocera @ 2011-06-14 23:48 UTC (permalink / raw)
To: Vinicius Costa Gomes; +Cc: linux-bluetooth
On Tue, 2011-06-14 at 18:15 -0300, Vinicius Costa Gomes wrote:
> Hi,
>
> Now, this list receives patches for at least 3 different projects, so how
> about using different subject prefixes for each priject? The first thing
> that comes to mind is this:
>
>
> 1. kernel:
> - bluetooth-next -> for patches against Gustavo's bluetooth-next
> - bluetooth-current -> for patches against Gustavo's bluetooth-2.6
>
> 2. BlueZ:
> - bluez
>
> 3. obexd:
> - obexd
>
> This is just an idea, what do you think?
Or we could stop playing with mailing-lists and use bugzillas for the
non-kernel bits...
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Per-project patch prefixes
2011-06-14 21:31 ` Gustavo F. Padovan
@ 2011-06-15 11:10 ` Marcel Holtmann
2011-06-15 12:04 ` Johan Hedberg
2011-06-15 12:05 ` Luiz Augusto von Dentz
0 siblings, 2 replies; 7+ messages in thread
From: Marcel Holtmann @ 2011-06-15 11:10 UTC (permalink / raw)
To: Gustavo F. Padovan; +Cc: Vinicius Costa Gomes, linux-bluetooth
Hi Gustavo,
> > Now, this list receives patches for at least 3 different projects, so how
> > about using different subject prefixes for each priject? The first thing
> > that comes to mind is this:
>
> This is a great idea. It can a lot when identifying patches, and you can do
> this to the project's .git/config:
>
> [format]
> subjectprefix = "bluetooth-next"
as long as patches come in as [PATCH bluetooth-next v2] or something
similar I am fine with this. I want the [PATCH ...] prefix kept alive
since that is one thing that git did right from the beginning.
Regards
Marcel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Per-project patch prefixes
2011-06-15 11:10 ` Marcel Holtmann
@ 2011-06-15 12:04 ` Johan Hedberg
2011-06-15 18:13 ` Gustavo F. Padovan
2011-06-15 12:05 ` Luiz Augusto von Dentz
1 sibling, 1 reply; 7+ messages in thread
From: Johan Hedberg @ 2011-06-15 12:04 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: Gustavo F. Padovan, Vinicius Costa Gomes, linux-bluetooth
Hi,
On Wed, Jun 15, 2011, Marcel Holtmann wrote:
> > > Now, this list receives patches for at least 3 different projects, so how
> > > about using different subject prefixes for each priject? The first thing
> > > that comes to mind is this:
> >
> > This is a great idea. It can a lot when identifying patches, and you can do
> > this to the project's .git/config:
> >
> > [format]
> > subjectprefix = "bluetooth-next"
>
> as long as patches come in as [PATCH bluetooth-next v2] or something
> similar I am fine with this. I want the [PATCH ...] prefix kept alive
> since that is one thing that git did right from the beginning.
The mandatory part then becomes "[PATCH bluetooth-next] Bluetooth: ".
That doesn't leave much to the really valuable part, especially if
you're on a 80-column wide terminal. Add Subject: to the beginning and
you've got even less. Kernel patches already have the Bluetooth: prefix
in the subject so they are pretty easy to spot IMHO. For obexd OTOH I'd
be fine with a [PATCH obexd] convention.
Johan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Per-project patch prefixes
2011-06-15 11:10 ` Marcel Holtmann
2011-06-15 12:04 ` Johan Hedberg
@ 2011-06-15 12:05 ` Luiz Augusto von Dentz
1 sibling, 0 replies; 7+ messages in thread
From: Luiz Augusto von Dentz @ 2011-06-15 12:05 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: Gustavo F. Padovan, Vinicius Costa Gomes, linux-bluetooth
Hi Marcel,
On Wed, Jun 15, 2011 at 2:10 PM, Marcel Holtmann <marcel@holtmann.org> wrot=
e:
> Hi Gustavo,
>
>> > Now, this list receives patches for at least 3 different projects, so =
how
>> > about using different subject prefixes for each priject? The first thi=
ng
>> > that comes to mind is this:
>>
>> This is a great idea. It can a lot when identifying patches, and you can=
do
>> this to the project's .git/config:
>>
>> [format]
>> =A0 =A0 =A0 =A0 subjectprefix =3D "bluetooth-next"
>
> as long as patches come in as [PATCH bluetooth-next v2] or something
> similar I am fine with this. I want the [PATCH ...] prefix kept alive
> since that is one thing that git did right from the beginning.
So an obexd patch would look like this:
[PATCH obexd 1/4] Add initial support for OBEX Action command
--=20
Luiz Augusto von Dentz
Computer Engineer
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Per-project patch prefixes
2011-06-15 12:04 ` Johan Hedberg
@ 2011-06-15 18:13 ` Gustavo F. Padovan
0 siblings, 0 replies; 7+ messages in thread
From: Gustavo F. Padovan @ 2011-06-15 18:13 UTC (permalink / raw)
To: Marcel Holtmann, Vinicius Costa Gomes, linux-bluetooth
* Johan Hedberg <johan.hedberg@gmail.com> [2011-06-15 15:04:43 +0300]:
> Hi,
>
> On Wed, Jun 15, 2011, Marcel Holtmann wrote:
> > > > Now, this list receives patches for at least 3 different projects, so how
> > > > about using different subject prefixes for each priject? The first thing
> > > > that comes to mind is this:
> > >
> > > This is a great idea. It can a lot when identifying patches, and you can do
> > > this to the project's .git/config:
> > >
> > > [format]
> > > subjectprefix = "bluetooth-next"
> >
> > as long as patches come in as [PATCH bluetooth-next v2] or something
> > similar I am fine with this. I want the [PATCH ...] prefix kept alive
> > since that is one thing that git did right from the beginning.
>
> The mandatory part then becomes "[PATCH bluetooth-next] Bluetooth: ".
> That doesn't leave much to the really valuable part, especially if
> you're on a 80-column wide terminal. Add Subject: to the beginning and
> you've got even less. Kernel patches already have the Bluetooth: prefix
> in the subject so they are pretty easy to spot IMHO. For obexd OTOH I'd
> be fine with a [PATCH obexd] convention.
So no modifications for the kernel patches. "Bluetooth:" prefix is enough to
me as well.
Gustavo
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-06-15 18:13 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-14 21:15 Per-project patch prefixes Vinicius Costa Gomes
2011-06-14 21:31 ` Gustavo F. Padovan
2011-06-15 11:10 ` Marcel Holtmann
2011-06-15 12:04 ` Johan Hedberg
2011-06-15 18:13 ` Gustavo F. Padovan
2011-06-15 12:05 ` Luiz Augusto von Dentz
2011-06-14 23:48 ` Bastien Nocera
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.