Comment
dyas-[ietf/lwork/ietf-sectoral-reviews](3.3.8) mcr 8979 %git push
Enumerating objects: 7, done.
Counting objects: 100% (7/7), done.
Delta compression using up to 16 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 594 bytes | 594.00 KiB/s, done.
Total 4 (delta 3), reused 0 (delta 0), pack-reused 0
remote: bash: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8): No such file or directory
remote: bash: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8): No such file or directory
remote: bash: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8): No such file or directory
remote: bash: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8): No such file or directory
remote: bash: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8): No such file or directory
remote: bash: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8): No such file or directory
To ssh://codeberg.org/mcr/ietf-sectoral-reviews.git
954eff4..7403e47 main -> main
probably, LC_ALL, etc. should be removed from environment that SSH sends.
(Annoyingly: en_CA has the wrong date format, so I also use LC_DATE=en_DK, which has correct date order, but is still english-ish)
### Comment
````
dyas-[ietf/lwork/ietf-sectoral-reviews](3.3.8) mcr 8979 %git push
Enumerating objects: 7, done.
Counting objects: 100% (7/7), done.
Delta compression using up to 16 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 594 bytes | 594.00 KiB/s, done.
Total 4 (delta 3), reused 0 (delta 0), pack-reused 0
remote: bash: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8): No such file or directory
remote: bash: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8): No such file or directory
remote: bash: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8): No such file or directory
remote: bash: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8): No such file or directory
remote: bash: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8): No such file or directory
remote: bash: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8): No such file or directory
To ssh://codeberg.org/mcr/ietf-sectoral-reviews.git
954eff4..7403e47 main -> main
````
probably, LC_ALL, etc. should be removed from environment that SSH sends.
(Annoyingly: en_CA has the wrong date format, so I also use LC_DATE=en_DK, which has correct date order, but is still english-ish)