emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs git repo mangled


From: Gerd Möllmann
Subject: Re: Emacs git repo mangled
Date: Tue, 1 Nov 2022 06:44:50 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.4.1

Shall we document this trick? admin/notes/repo is very quiet about
bisecting in general.

Does something like this suffice? I don't know at the moment what more to say about this.

diff --git a/admin/notes/repo b/admin/notes/repo
index 2185c5a003..a65a87bfc6 100644
--- a/admin/notes/repo
+++ b/admin/notes/repo
@@ -128,6 +128,10 @@ again.
 This is a semi-automated way to find the revision that introduced a bug.
 Browse 'git help bisect' for technical instructions.

+Depending on what you want to do, it can be helpful to use the option
+'--first-parent' with 'git bisect', which makes bisect ignore commits
+coming into a branch from merges.
+
 * Maintaining ChangeLog history

 Older ChangeLog entries are kept in history files named ChangeLog.1,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]