bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#59921: 30.0.50; emacs HEAD is missing some older emacs-29 commits


From: Brian Leung
Subject: bug#59921: 30.0.50; emacs HEAD is missing some older emacs-29 commits
Date: Fri, 09 Dec 2022 12:43:12 +0000


Stefan Kangas <stefankangas@gmail.com> writes:

Brian Leung <leungbk@posteo.net> writes:

For example,
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=c83c95634e7a8d0f334ac5d45eebf357e413906c
and
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=b710ca62c00ef90a46fc90a9ae06fdf3bba87bc2
are not in Emacs 30, at the time of writing, whereas some newer Emacs 29
commits are on master.

Here's what I see:

$ git fetch
[...]
$ git branch -a --contains b710ca62c00ef90a46fc90a9ae06fdf3bba87bc2 |
grep master
  master
  remotes/origin/HEAD -> origin/master
  remotes/origin/master
$ git branch -a --contains c83c95634e7a8d0f334ac5d45eebf357e413906c |
grep master
  master
  remotes/origin/HEAD -> origin/master
  remotes/origin/master

Doesn't this mean that these commits are on the master branch?

I arrived at a similar conclusion using Magit. I don't have a great understanding of Git, so my best guess is that 64c7b57ae72 somehow skipped over more commits than expected. You can verify that the changes corresponding to the missing commits are present in the emacs-29 branch but not in master.





reply via email to

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