Re: [git-users] git log fails: Segmentation fault (core dumped) for GNU emacs

2022-11-21 Thread Uwe Brauer
> I think I will try to upgrade git. I tried 2.18 and it crashes again, I tried 2.38 and used git log --since=2years --graph --color=always --all --decorate --pretty=short | git name-rev --annotate-stdin | less -R And that worked like charm Thanks -- Warning: Content may be disturbing to so

Re: [git-users] git log fails: Segmentation fault (core dumped) for GNU emacs

2022-11-21 Thread Uwe Brauer
>>> "TH" == Tassilo Horn writes: > Uwe Brauer writes: >> On the other hand it is possible to use the following git command to >> obtain a more or less similar information >> >> git log --graph --color=always --all --decorate --pretty=short | git name-rev >> --stdin | less -R > It's more less t

Re: [git-users] git log fails: Segmentation fault (core dumped) for GNU emacs

2022-11-21 Thread Tassilo Horn
Uwe Brauer writes: > On the other hand it is possible to use the following git command to > obtain a more or less similar information > > git log --graph --color=always --all --decorate --pretty=short | git name-rev > --stdin | less -R It's more less than more more similar information. :-) git

[git-users] git log fails: Segmentation fault (core dumped) for GNU emacs

2022-11-21 Thread Uwe Brauer
Hi The GNU emacs repository git://git.savannah.gnu.org/emacs.git is around 1.4GB large and has around 276591 commits. Now, has discussed hg, assigns for each commit besides the HASH a local revision number that is part of the commit. On the other hand it is possible to use the following git c