bisected git version of dash to the following commit:

$ git bisect good
7638476c18f2a8451b05d49f4e767ee1f98cfc17 is the first bad commit
commit 7638476c18f2a8451b05d49f4e767ee1f98cfc17
Author: Herbert Xu <herb...@gondor.apana.org.au>
Date:   Thu May 28 22:57:52 2020 +1000

    shell: Enable fnmatch/glob by default

    As fnmatch(3) and glob(3) from glibc are now working consistently,
    this patch enables them by default.

    Signed-off-by: Herbert Xu <herb...@gondor.apana.org.au>

 configure.ac | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

$ git bisect log
git bisect start
# bad: [6ba88b3ed28fb4b52f20b730194c4ad3d8aad037] shell: Group
readdir64/dirent64 with open64
git bisect bad 6ba88b3ed28fb4b52f20b730194c4ad3d8aad037
# good: [0e6a3d20816365821fa9ff8f8c6d7bdf915ee3c8] Release 0.5.10.2.
git bisect good 0e6a3d20816365821fa9ff8f8c6d7bdf915ee3c8
# good: [2c3ba509eb8117894d515e8fffc94aa099f38f8a] parser: Do not push
token back before parseheredoc
git bisect good 2c3ba509eb8117894d515e8fffc94aa099f38f8a
# good: [a256b373624d3c6c6f38bce03b58cc38fab7e1e2] parser: Fix
handling of empty aliases
git bisect good a256b373624d3c6c6f38bce03b58cc38fab7e1e2
# good: [39279293fa358fa8bd681f8ae27bdf11d3a66b53] Release 0.5.11.
git bisect good 39279293fa358fa8bd681f8ae27bdf11d3a66b53
# bad: [a09fe58449971226a885cc72e5983121cbc53e97] expand: Make glob(3)
interruptible by SIGINT
git bisect bad a09fe58449971226a885cc72e5983121cbc53e97
# good: [d80189f2b99a4172a60589b6c23eedc2b4077a20] eval: Prevent
recursive PS4 expansion
git bisect good d80189f2b99a4172a60589b6c23eedc2b4077a20
# bad: [7638476c18f2a8451b05d49f4e767ee1f98cfc17] shell: Enable
fnmatch/glob by default
git bisect bad 7638476c18f2a8451b05d49f4e767ee1f98cfc17
# good: [282bdbd228a5e6f86ca7eec488d852d3dd3f2957] redir: Retry open64 on EINTR
git bisect good 282bdbd228a5e6f86ca7eec488d852d3dd3f2957
# first bad commit: [7638476c18f2a8451b05d49f4e767ee1f98cfc17] shell:
Enable fnmatch/glob by default

Reply via email to