Re: [PATCH] send-email uses contacts to propose recipients

2013-08-15 Thread Junio C Hamano
Junio C Hamano writes: > ... we may have to restrict "is available" a bit > tighter. As Eric pointed out, that "bit tighter" opt-in could just be an explicit use of --cc-cmd option to specify this script ;-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a mess

Re: [PATCH] send-email uses contacts to propose recipients

2013-08-15 Thread Junio C Hamano
Stefan Beller writes: > I have got an idea regarding the send-email. If there are no recipients > given, it could propose recipients using the new 'git contacts' > This would help people new to projects to not forget people, who may have > the most knowledge reviewing that specific patch. > > Unf

Re: [PATCH] send-email uses contacts to propose recipients

2013-08-15 Thread Eric Sunshine
On Thu, Aug 15, 2013 at 6:17 PM, Stefan Beller wrote: > I have got an idea regarding the send-email. If there are no recipients > given, it could propose recipients using the new 'git contacts' > This would help people new to projects to not forget people, who may have > the most knowledge reviewi

[PATCH] send-email uses contacts to propose recipients

2013-08-15 Thread Stefan Beller
I have got an idea regarding the send-email. If there are no recipients given, it could propose recipients using the new 'git contacts' This would help people new to projects to not forget people, who may have the most knowledge reviewing that specific patch. Unfortunately I cannot read/write perl