Hello.
Working with Git for Windows on git gui I noticed an issue on reading
initial message to git gui message prompt after squash or cherry-pick
conflict. When system encoding is not set to UTF-8 (and on my Windows
it is cp1250) squash/cherry pick conflict message gets invalid
encoding.
This is
Hello.
Working with Git for Windows on git gui I noticed an issue on reading
initial message to git gui message prompt.
Steps to reproduce:
git init .
echo 'a' > a && git add . && git commit -m 'added A'
git checkout -b devel
echo 'b' > b && git add . && git commit -m 'added B (ęóąśłżźćń
2 matches
Mail list logo