Hi everyone,
We have noticed strange behavior during the creation of a new branch in Git.
1- Create a new branch => git checkout -b branches/XXX
2- Push the branch => git push --set-upstream origin branches/XXX
During step 2, Subgit is creating an SVN Commit that creates the branch. The author of this commit is not the creator of the branch but the name of the author of the last commit done on our repository.
It is very confusing for someone to see his name on a commit that he has not done.
Are there any options to prevent this? We are using the Subgit version 3.3.8 build 4337.
Best regards,
Julien