gitx icon indicating copy to clipboard operation
gitx copied to clipboard

Rename diff shown incorrectly when old name and new name start with the same letter

Open ADTC opened this issue 2 years ago • 0 comments

See here: image

The second one here is correct, but the first one looks like app/assets/variables.json was renamed to aaassets/variables.json (notice the triple A), when in fact the renaming was to assets/variables.json.

image

It looks like GitX is confused when both the before name and after name starts with the same letter or character.

ADTC avatar Aug 31 '23 03:08 ADTC