Enable git uploadpack filter #254
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://git-scm.com/docs/git-config#Documentation/git-config.txt-GITCONFIGCOUNT
https://docs.gitea.io/en-us/clone-filters/
This is my workaround ?
The workaround doesn't seem to work, looks like gitea isn't passing that to git exec.
OK, It's caused by a to old git v2.30.2 on gitea docker image.
So setting
GIT_CONFIG_GLOBAL
didn't work either.So my now working stuff is mounting HOME to data
So i have a persistent git config.
If you like, you could open another issue for configuring the whole
.gitconfig
for Gitea or adjust this one. There are some good reasons (yours included) to support that in the Chart.That way it would not be specific for one git configuration.
OK, closing in favor of #255