> On 8 May 2019, at 23:34, Gilles Sadowski <[email protected]> wrote: > > Le jeu. 9 mai 2019 à 00:25, <[email protected]> a écrit : >> >> This is an automated email from the ASF dual-hosted git repository. >> >> aherbert pushed a commit to branch master >> in repository https://gitbox.apache.org/repos/asf/commons-rng.git >> >> >> The following commit(s) were added to refs/heads/master by this push: >> new 0996b4e Update pom.xml >> new 280f3ec Merge pull request #42 from AbhishekSinghDhadwal/master >> 0996b4e is described below >> >> commit 0996b4e4292411d392e2aa666686974323a58029 >> Author: Abhishek Singh Dhadwal >> <[email protected]> > > Abhishek, > > You might want to have your actual email address appear in the log…
I’m not sure what has happened here. Probably missing git config. It was the same @users.noreply.github.com when Ben’s PR was merged by Eric into statistics. Abhishek, can you let me know the result of running: $ git config --list You can add your email using: $ git config --global user.name "John Doe" $ git config --global user.email [email protected] See here: https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup <https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup> Alex > > Regards, > Gilles > >> AuthorDate: Thu May 9 00:35:29 2019 +0530 >> >> Update pom.xml >> --- >> pom.xml | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/pom.xml b/pom.xml >> index cdac4f7..8d43d2a 100644 >> --- a/pom.xml >> +++ b/pom.xml >> @@ -74,6 +74,9 @@ >> <contributor> >> <name>Artem Barger</name> >> </contributor> >> + <contributor> >> + <name>Abhishek Singh Dhadwal</name> >> + </contributor> >> </contributors> >> >> <dependencies> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
