gitbutler icon indicating copy to clipboard operation
gitbutler copied to clipboard

Doesn't pick up on deleted / moved file

Open TheKnarf opened this issue 1 year ago • 1 comments
trafficstars

When moving a file GitButler only seems to pickup the new file, not the deletion of its old location (or it simply doesn't show it in the gui?).

So when dragging that file over to a virtual branch it creates a couple of problems:

  • The file is still deleted in my main branch

  • The "Gennerate message" button creates a commit message thinking I added a file instead of simply moving it

  • The new branch now adds the file so instead of moving it its just twice up in my repo

TheKnarf avatar Feb 15 '24 12:02 TheKnarf

I have the same issue with my repo. Screenshot from 2024-02-19 12-58-29 Screenshot from 2024-02-19 12-58-50

coder2000 avatar Feb 19 '24 19:02 coder2000

It sounds like #3511 more accurately describes the current problem in the codebase, so I'll close this issue in favour of that one

Caleb-T-Owens avatar Aug 15 '24 13:08 Caleb-T-Owens