nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] charset conversion for windows-1252

2013-10-28 10:49:11
On Sun, 27 Oct 2013 14:18:18 -0400, Ken Hornstein said:

I had to do a reverse-bisect to find this commit, which was kind of
interesting (git bisect only works to find something that WAS working
but is now broken; you have to use git porcelain commands to do the
reverse).

Actually, it's trivial to do a reverse bisect - just reverse the 'good'
and 'bad'.

git bisect start
git bisect <known-working-commit> bad
git bisect <known-busted-commit> good

and at each step, use 'bisect bad' if it worked, and 'bisect good' if it
was still failing.

Attachment: pgppM_ZPTM47d.pgp
Description: PGP signature

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers
<Prev in Thread] Current Thread [Next in Thread>