Re: Experiment to provide a mirror of bash with detailed git history

2015-03-16 Thread Eric Blake
On 03/16/2015 02:54 PM, Eduardo A. Bustamante López wrote: > Also, I'd like to start using github issues to track bug reports, again, as a > mirror, so that we can provide people with an always up to date reference of > the status of the bugs they reported, and in what specific point of bash's > h

Re: Experiment to provide a mirror of bash with detailed git history

2015-03-16 Thread Dan Douglas
On Mon, Mar 16, 2015 at 3:54 PM, Eduardo A. Bustamante López wrote: > I know that some people are interested in a more detailed commit history in > bash's git repository. After all, it's easier for all of us to just learn to > use a tool, and use that for everything. How are you planning on creat

Experiment to provide a mirror of bash with detailed git history

2015-03-16 Thread Eduardo A . Bustamante López
I know that some people are interested in a more detailed commit history in bash's git repository. After all, it's easier for all of us to just learn to use a tool, and use that for everything. The changelog files distributed with bash are useful, *but*, I claim that it'd be more useful to use the

Re: -i option of set missing in man bash

2015-03-16 Thread Eduardo A . Bustamante López
> Here's the other side: allowing `set -$-' to succeed keeps a Posix-mode > shell running a script from throwing a fatal error. Allowing it also > keeps the bug reports down. The same rationale can be used to add -c and > -s to the no-op flags, since those are command-line options that end up > i

Re: -i option of set missing in man bash

2015-03-16 Thread Chet Ramey
On 3/13/15 8:47 PM, Eduardo A. Bustamante López wrote: >> You can avoid these surprises by making -i just as other options, i.e., >> working within the shell not just when a shell is started. [..] > I don't think it's good to have set +/-i available after initialization. It's > more complex to hand