git extensions - Git looses track of moved files when commits are squashed -


i moved lot of files in 2 commits, in each commit movement being detected. if squash 2 commit toghether movement operations done in second commit being detected add , delete.

any ideas of how resolve problem?

whatsgoingon

thanks.

the problem git always stores file moves delete/add.

only later git (or git clients) try helpful , show them moves.

see:

how can prevent git thinking did rename

make git ignore rename


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -