1

I have a folder in my repository where i have only create or delete files or subfolders, but never rename them. But git often interprets in one commit deleting a file and creating another file like renaming. How can i get rid of such behavior?

  1. Does "git commit" have parameter to restrict this in one particular commit?
  2. i use tortoisegit.Does it has a setting for a folder of repository to do restrict this
  3. Does such setting exist for entire repository? I would be worse of course, but if two previous variants don't work, it will be acceptable
7

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Browse other questions tagged or ask your own question.