Activity/Commit pane discrepancies
I have a private Gitlab CE (8.0.1, but the problem has been present on 7.x) with a certain repository with two contributors.
Originally, machine 'A' had my (Patrick) details in the gitconfig
file (local/global), but the gitconfig
s (both) have since been changed to another user's (Dewi) details so commits come from him. I can confirm that on this machine 'A' all commits are given the correct username/email address corresponding to 'Dewi' in git, but not in Gitlab.
When pushing to Gitlab, the commits are shown as being pushed by the right person (Dewi) in the commits pane, but the activity pane shows them as being from the wrong person (Patrick). See the following two screen shots for a better description
Is this a bug in Gitlab, or some kind of problem with my setup. FYI we are using HTTPS for pushing with git, and are not using any kind of login credential helper (on an Ubuntu machine)