[PATCH 1/1] git: update to v2.29.1

jean-christophe manciot actionmystique at gmail.com
Mon Nov 2 08:27:40 CET 2020


> Did you run `git submodule update`?

Yes, and I also tried to apply only this 'git: update to v2.29.1'
patch over v1.2.3-8-gadcc4f8 (without the other patches) and it fails
the same way, so all previous patches are not linked to this issue.
This is what I run before building:

# Resetting & cleaning
git reset --hard
git submodule deinit -f .
git submodule update --init
git clean -fxd :/
# Pulling with rebase
git pull -v --progress --rebase
# Updating Submodules
git submodule update --init --recursive
# Fetching Tags
git fetch --tags
# Checking out v1.2.3-8-gadcc4f8
git checkout -f $git_tag

I get this when updating submodules:
Submodule path 'git/sha1collisiondetection': checked out
'855827c583bc30645ba427885caa40c5b81764d2'

I also notice a strange 'warning: unable to rmdir 'git': Directory not
empty' while applying your patch.
--
Jean-Christophe


More information about the CGit mailing list