Re: Bash source repository

2011-06-02 Thread Bradley M. Kuhn
Chet Ramey wrote at 17:25 (EDT) on Wednesday: I think this is a great idea. I've already contacted Bradley and encouraged him to go ahead. I'd like to thank him publicly for his offer. Thanks, Chet! It was my pleasure to set this up. Thanks to Jari for the original idea and the first

Re: Bash source repository

2011-06-02 Thread Michael Witten
On Thu, Jun 2, 2011 at 17:00, Bradley M. Kuhn bk...@ebb.org wrote: I'd suggest that we keep the master branch only to track the history of releases and officially released patches as Chet posts them, and then we can use separate branches for individual developers who want to use Git. What do

Re: Bash source repository

2011-06-02 Thread Chet Ramey
On 6/2/11 1:00 PM, Bradley M. Kuhn wrote: Chet Ramey wrote at 17:25 (EDT) on Wednesday: I think this is a great idea. I've already contacted Bradley and encouraged him to go ahead. I'd like to thank him publicly for his offer. Thanks, Chet! It was my pleasure to set this up. Thanks to

documentation bug re character range expressions

2011-06-02 Thread Marcel (Felix) Giannelia
Hello, I realize the issue of character range expressions not working as expected (because of locale settings) has been done to death, but I thought I should point this out. The bash man page says: A pair of characters separated by a hyphen denotes a range expression; any character that

Re: documentation bug re character range expressions

2011-06-02 Thread Jan Schampera
Hi, just as side note, not meant to touch the maintainer discussion. This is not only a Bash problem. The programmer/user mistake to use [A-Z] for only capital letters, capital A to capital Z is a very common one. But I'm not sure if every official application-level documentation should