diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-08 17:49:30 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-08 17:50:05 +0100 |
commit | 6bb4267a54e1b8e1c02f996a581faca1ed604aab (patch) | |
tree | 93d65a3c81b6409c9eb576b2164cba97d1ef120f /admin/git-bisect-start | |
parent | b9fa81514f97c0b55119ef9941fd124a1c046119 (diff) | |
download | emacs-6bb4267a54e1b8e1c02f996a581faca1ed604aab.tar.gz emacs-6bb4267a54e1b8e1c02f996a581faca1ed604aab.tar.bz2 emacs-6bb4267a54e1b8e1c02f996a581faca1ed604aab.zip |
* admin/git-bisect-start: Prune use-package merge commits.
Diffstat (limited to 'admin/git-bisect-start')
-rwxr-xr-x | admin/git-bisect-start | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/admin/git-bisect-start b/admin/git-bisect-start index cf0c8cde410..7a715b4261d 100755 --- a/admin/git-bisect-start +++ b/admin/git-bisect-start @@ -35,6 +35,10 @@ git bisect start -# Prune commits 1e5b753bf4..806734c1b1 introduced by 0186faf2a1 (Eglot -# merge on Oct 20 2022) +# Prune commits 1e5b753bf4..806734c1b1 introduced by 0186faf2a1 +# (Eglot merge on Oct 20 2022) git bisect good 806734c1b1f433de43d59d9a5e3a1e89d64315f6 + +# Prune commits 31ea42e15e..a6cbfdd8f1 introduced by 4a1e9d61b5 +# (use-package merge on Nov 30 2022) +git bisect good 4a1e9d61b57c36255752437a2668e037e79fe870 |