unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Emacs git repo mangled
@ 2022-10-31  9:50 Michael Albinus
  2022-10-31 13:09 ` Gerd Möllmann
                   ` (3 more replies)
  0 siblings, 4 replies; 42+ messages in thread
From: Michael Albinus @ 2022-10-31  9:50 UTC (permalink / raw)
  To: emacs-devel

Hi,

In the Emacs git repo there are commits, which do not show all
files. Example:

--8<---------------cut here---------------start------------->8---
# git checkout 6e0ad2ac68820ef197116ea4149ee60f40797a32
# ls -l lisp/*.el
-rw-rw-r--. 1 albinus albinus   79434 Mar 15  2021 lisp/cus-load.el
-rw-rw-r--. 1 albinus albinus   21486 Mar 15  2021 lisp/dired-loaddefs.el
-rw-rw-r--. 1 albinus albinus   41469 Mar 15  2021 lisp/finder-inf.el
-rw-rw-r--. 1 albinus albinus     812 Mar 15  2021 lisp/htmlfontify-loaddefs.el
-rw-rw-r--. 1 albinus albinus   13025 Mar 15  2021 lisp/ibuffer-loaddefs.el
-rw-rw-r--. 1 albinus albinus 1411746 Mar 15  2021 lisp/loaddefs.el
-rw-rw-r--. 1 albinus albinus    2674 Mar 15  2021 lisp/ps-print-loaddefs.el
-rw-rw-r--. 1 albinus albinus     450 Mar 15  2021 lisp/subdirs.el
# ls -al src/*.[hc]
-rw-rw-r--. 1 albinus albinus   1084 Mar 15  2021 src/buildobj.h
-rw-rw-r--. 1 albinus albinus  61138 Mar 15  2021 src/config.h
-rw-rw-r--. 1 albinus albinus   3673 Mar 15  2021 src/epaths.h
-rw-rw-r--. 1 albinus albinus 241162 Mar 15  2021 src/globals.h
--8<---------------cut here---------------end--------------->8---

Looks like such commits belong to the merge of eglot.

Sadly, this makes it almost impossible to bisect the sources (this is
how I found the problem).

Best regards, Michael.



^ permalink raw reply	[flat|nested] 42+ messages in thread
* Re: Emacs git repo mangled
@ 2022-10-31 15:25 Payas Relekar
  2022-10-31 16:11 ` João Távora
  0 siblings, 1 reply; 42+ messages in thread
From: Payas Relekar @ 2022-10-31 15:25 UTC (permalink / raw)
  To: Michael Albinus; +Cc: emacs-devel, João Távora

Michael Albinus <michael.albinus@gmx.de> writes:

Adding João Távora as maintainer of Eglot.

I did write initial sctipts to merge eglot to emacs.git, and might be
able to take a look tomorrow.

However, considering these commits are already merged, I am not aware of
what the policy is on history rewrites, João might be best to suggest a solution.

> Hi,
>
> In the Emacs git repo there are commits, which do not show all
> files. Example:
>
> # git checkout 6e0ad2ac68820ef197116ea4149ee60f40797a32
> # ls -l lisp/*.el
> -rw-rw-r--. 1 albinus albinus   79434 Mar 15  2021 lisp/cus-load.el
> -rw-rw-r--. 1 albinus albinus   21486 Mar 15  2021 lisp/dired-loaddefs.el
> -rw-rw-r--. 1 albinus albinus   41469 Mar 15  2021 lisp/finder-inf.el
> -rw-rw-r--. 1 albinus albinus     812 Mar 15  2021 lisp/htmlfontify-loaddefs.el
> -rw-rw-r--. 1 albinus albinus   13025 Mar 15  2021 lisp/ibuffer-loaddefs.el
> -rw-rw-r--. 1 albinus albinus 1411746 Mar 15  2021 lisp/loaddefs.el
> -rw-rw-r--. 1 albinus albinus    2674 Mar 15  2021 lisp/ps-print-loaddefs.el
> -rw-rw-r--. 1 albinus albinus     450 Mar 15  2021 lisp/subdirs.el
> # ls -al src/*.[hc]
> -rw-rw-r--. 1 albinus albinus   1084 Mar 15  2021 src/buildobj.h
> -rw-rw-r--. 1 albinus albinus  61138 Mar 15  2021 src/config.h
> -rw-rw-r--. 1 albinus albinus   3673 Mar 15  2021 src/epaths.h
> -rw-rw-r--. 1 albinus albinus 241162 Mar 15  2021 src/globals.h
>
> Looks like such commits belong to the merge of eglot.
>
> Sadly, this makes it almost impossible to bisect the sources (this is
> how I found the problem).
>
> Best regards, Michael.
>
>

--



^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2022-11-05 21:58 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-31  9:50 Emacs git repo mangled Michael Albinus
2022-10-31 13:09 ` Gerd Möllmann
2022-10-31 16:43   ` Michael Albinus
2022-11-01  5:44     ` Gerd Möllmann
2022-11-01  9:15       ` Michael Albinus
2022-11-01  9:28         ` Gerd Möllmann
2022-11-01 12:07         ` Gregory Heytings
2022-11-01 13:32           ` Michael Albinus
2022-11-01 13:55             ` Gregory Heytings
2022-11-01 15:23               ` Michael Albinus
2022-11-01 16:47                 ` Gregory Heytings
2022-11-01 17:19                   ` Eli Zaretskii
2022-11-01 18:25                     ` Gregory Heytings
2022-11-02  5:51                       ` Gerd Möllmann
2022-11-02  9:26                         ` Gregory Heytings
2022-11-01 19:02                   ` Michael Albinus
2022-11-01 19:41                     ` Gregory Heytings
2022-11-02  3:26                       ` Eli Zaretskii
2022-11-02  9:14                         ` Gregory Heytings
2022-11-02 12:59                           ` Phil Sainty
2022-11-02 13:10                             ` Gregory Heytings
2022-11-02 13:49                           ` Eli Zaretskii
2022-11-02 14:27                             ` Gregory Heytings
2022-11-05 10:54                       ` Michael Albinus
2022-11-05 21:58                         ` Gregory Heytings
2022-11-02  2:11                   ` Phil Sainty
2022-11-02 10:56                     ` Robert Pluim
2022-10-31 13:38 ` Andreas Schwab
2022-10-31 16:45   ` Michael Albinus
2022-10-31 15:35 ` João Távora
2022-10-31 16:04   ` Stefan Kangas
2022-10-31 16:24     ` João Távora
2022-10-31 17:28       ` Stefan Kangas
2022-10-31 21:45 ` Gregory Heytings
  -- strict thread matches above, loose matches on Subject: below --
2022-10-31 15:25 Payas Relekar
2022-10-31 16:11 ` João Távora
2022-10-31 16:48   ` Michael Albinus
2022-10-31 17:57   ` Stefan Monnier
2022-10-31 18:33     ` Andreas Schwab
2022-10-31 20:39       ` Stefan Monnier
2022-10-31 21:10         ` Óscar Fuentes
2022-10-31 21:15         ` Andreas Schwab

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).