JetpackDuba / Gitnuro

A FOSS Git multiplatform client for newbies and pros

Home Page:https://gitnuro.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File names containting Umlauts trigger a false name change

christiankral opened this issue · comments

Describe the bug

For a file containing special (German) characters like "äöüÄÖÜß" in the file name a false name change is claimed.

To Reproduce

  • In a repository I create a file named "ÜMLÄÜT.txt" with some file conent
  • Add and commit the file with the git command line:
git add * 
git commit -m "Add file"
git push 

Alternatively, one can clone the public repository https://github.com/christiankral/Test.git where this has already been done.

I open this repository with Gitnuro:

A name change is claimed:

image

Yet, in the command line the git status shows:

>git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

Clicking on

image

causes an infinite loop of activity of Gitnuro...

image

Expected behavior

There is not name change required.

Desktop (please complete the following information):

  • OS: Linux Mint 21.2 x86_64
  • Gitnuro Version 1.3.1

That's odd! Yestarday I tried to reproduce it but I can't. It could be perhaps related to #170