]> git.eshelyaron.com Git - emacs.git/commit
Improve and extend admin/git-bisect-start
authorGregory Heytings <gregory@heytings.org>
Sun, 18 Dec 2022 10:46:48 +0000 (10:46 +0000)
committerGregory Heytings <gregory@heytings.org>
Sun, 18 Dec 2022 10:48:58 +0000 (11:48 +0100)
commitc2375e77914f5b72abe1b43e554d36b045af1b06
tree65b011b10c0cfdd9fc87b06e54c269f7341d97d7
parent7cc2313eb0a765e4cfa8469b8db8dce4b207ae44
Improve and extend admin/git-bisect-start

* admin/git-bisect-start: Use 'git bisect skip' instead of 'git
bisect good' for merges of external trees, which is equivalent but
faster in some cases.  Improve the explanation on external tree
merges.  Add list of commits in the last six years on which
building Emacs fails, and call 'git bisect skip' on them.  Also
document how the script can be called automatically when 'git
bisect start' is called in the Emacs repository.

* admin/notes/repo (Bisecting): Adapt the explanation of the
script accordingly.
admin/git-bisect-start
admin/notes/repo