>> Also, is there somewhere some real revision control system with bash
>> sources? http://git.savannah.gnu.org/cgit/bash.git appears to be
>> incomplete: "git bisect" shows that the problem is in
>> http://git.savannah.gnu.org/cgit/bash.git/commit/?id=ac50fbac377e32b98d2de396f016ea81e8ee9961
>> , but this is a huge commit. Where can I download more detailed history?
>
>Try looking at the devel branch.
Thanks.
http://git.savannah.gnu.org/cgit/bash.git/commit/?id=f4f5e1c2b8fa4539e367e1f48774183d349184c5
in devel branch is commit which introduces this behavior (git bisect, again).
But still this branch doesn't seem as real devel history. This is just weekly
snapshots. Does bash have real SCM (non-git ones is OK)? Where is SCM you use
for development?
==
Askar Safin