Bug#1010173: workaround

2022-05-21 Thread Jan Braun
Hi,
for me, removing the commit graph cache with
rm -r .git/objects/info/commit-graph{,s}
and regenerating with
git commit-graph write
worked as well.
See here
https://lore.kernel.org/git/f50e74f0-9ffa-f4f2-4663-269801495...@github.com/
for confirmation that it's indeed just a cache, and upstream noting that
git should be fixed to handle a corrupt cache better than dying.

HTH,
Jan


signature.asc
Description: PGP signature


Bug#1010173: workaround

2022-04-25 Thread Norbert Kiesel
After running `git config core.commitGraph false`, `git pull` works again.
Thus, priority for this bug could be reduced.