I'm not really sure what's going on but I have two users for one person (see image).
How can I merge the two accounts together?
Screenshot from 2015-05-22 12:56:58.png
E: Amending the authors as below was a step in the right direction. The repo only shows one contributor but on the people page "Ashton" still exists and the commit was essentially duplicated. Is this a bug in Stash?
git rebase -i --root Change "pick" => "edit" @ line 1 git commit --amend --author="Ashton Ward <EMAIL>" git rebase --continue git push -f origin master
Screenshot from 2015-05-22 20:25:49.png
In Stash, especially for commits, users are determined by the Display Name and then Email address. You'll have to fix the commit authors to get this right.
If you are committing from several computers, make sure you are using the same .gitconfig settings (name, e-mail).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Amending the repo was a step in the right direction though now the commit appears to be duplicated on the people page (see edit in answer). Is this a bug in Stash?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not sure on that. Maybe there is a cache somewhere in Stash. Try restarting Stash?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Restarting Stash had no effect. My guess is the database wasn't updated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.