I'm new to stash and git, and I'm likely doing something wrong here.
This has to do with Stash using Git's user.name instead of the Stash username.
a) I created two users in Stash (user1 and user2)
b) I checkout, in two different directories;
git clone http://user1:password@localhost:7990/scm/pick/pickertool.git
git clone http://user2:password@localhost:7990/scm/pick/pickertool.git
(note the user:password format)
c) However, if I set both of the local GIT repostories' user.name to "User" then I see the commits (in stash) as "User" (instead of user1 or user2).
Is this how its supposed to work? Am I doing something wrong?
In this situation, user1 can set their user.name to "user2" and make mask their commits.
Thanks,
Dave