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 command to
obtain a more or less  similar information 

git log --graph --color=always --all --decorate --pretty=short | git name-rev 
--stdin | less -R


That works fine for small repositories but for GNU emacs this command
leads, at least on my 5 year old Laptop to a core dump.

I presume the reason is that git «calculates» these numbers on the fly.

So a simple solution to the problem would be to reduce the numbers of
name-rev git shall calculate. 

I cannot find any option doing this.

Any idea what to do?

Regards

Uwe Brauer 

-- 
Warning: Content may be disturbing to some audiences
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 
https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/878rk4meg2.fsf%40mat.ucm.es.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to