<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/admin/git-bisect-start, branch feature/breadcrumb-mode</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>; * admin/git-bisect-start: Update failing commits</title>
<updated>2023-03-18T10:33:23+00:00</updated>
<author>
<name>Gregory Heytings</name>
</author>
<published>2023-03-18T10:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=531f8f7103a22ef42a7aad1c184ad81b95fe7a7b'/>
<id>531f8f7103a22ef42a7aad1c184ad81b95fe7a7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * admin/git-bisect-start: Update failing commits</title>
<updated>2023-02-13T10:50:28+00:00</updated>
<author>
<name>Gregory Heytings</name>
</author>
<published>2023-02-13T10:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=865758130a1126fd38603c445baba7b74fb35329'/>
<id>865758130a1126fd38603c445baba7b74fb35329</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * admin/git-bisect-start: Update failing commits</title>
<updated>2023-01-02T10:01:36+00:00</updated>
<author>
<name>Gregory Heytings</name>
</author>
<published>2023-01-02T09:58:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4520f09dd8bc9a0014d6afd0f76c2c77dcb2e5a0'/>
<id>4520f09dd8bc9a0014d6afd0f76c2c77dcb2e5a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Add 2023 to copyright years.</title>
<updated>2023-01-01T10:31:12+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-01-01T10:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cae528457cb862dc886a34240c9d4c73035b6659'/>
<id>cae528457cb862dc886a34240c9d4c73035b6659</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos</title>
<updated>2022-12-26T09:42:02+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-12-23T17:21:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2608e5edcca5094b61b4ccebcef160cc2bfd7f83'/>
<id>2608e5edcca5094b61b4ccebcef160cc2bfd7f83</id>
<content type='text'>
(cherry picked from commit a5d39e11443fa30c8e8bc58254a1a59550dcd99e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit a5d39e11443fa30c8e8bc58254a1a59550dcd99e)
</pre>
</div>
</content>
</entry>
<entry>
<title>; * admin/git-bisect-start: Add mistakenly ommitted commits to skip</title>
<updated>2022-12-19T01:08:23+00:00</updated>
<author>
<name>Gregory Heytings</name>
</author>
<published>2022-12-19T01:07:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=12e26cc0c1b48c73f4a32cbdc658854eebcc5111'/>
<id>12e26cc0c1b48c73f4a32cbdc658854eebcc5111</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve and extend admin/git-bisect-start</title>
<updated>2022-12-18T10:48:58+00:00</updated>
<author>
<name>Gregory Heytings</name>
</author>
<published>2022-12-18T10:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c2375e77914f5b72abe1b43e554d36b045af1b06'/>
<id>c2375e77914f5b72abe1b43e554d36b045af1b06</id>
<content type='text'>
* 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * admin/git-bisect-start: Fix commit hash</title>
<updated>2022-12-10T23:35:26+00:00</updated>
<author>
<name>Gregory Heytings</name>
</author>
<published>2022-12-10T23:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=79659416f95ac986812a8b40c1260907b95aaa0b'/>
<id>79659416f95ac986812a8b40c1260907b95aaa0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* admin/git-bisect-start: Prune use-package merge commits.</title>
<updated>2022-12-08T16:50:05+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-12-08T16:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6bb4267a54e1b8e1c02f996a581faca1ed604aab'/>
<id>6bb4267a54e1b8e1c02f996a581faca1ed604aab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * admin/git-bisect-start: Improve commentary.</title>
<updated>2022-11-02T14:22:33+00:00</updated>
<author>
<name>Gregory Heytings</name>
</author>
<published>2022-11-02T14:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b035db7a313ce541cb49f9a4f57167a6a44b80c9'/>
<id>b035db7a313ce541cb49f9a4f57167a6a44b80c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
