You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@taverna.apache.org by Stian Soiland-Reyes <st...@apache.org> on 2015/03/23 12:30:00 UTC

git config

Thanks, Dmitry, for fixing the package names!

commit 433612bebfa967ef7ac43a87b5dff8e49c291083
Author: redmitry <re...@84.88.50.62>
Date:   Thu Mar 19 14:41:44 2015 +0100

    package names changed to org.apache.taverna.*


for the future, perhaps you could you set:


git config --global user.name "Dmitriy Repchevsky"

.. and in each repository  (unless you also want this --global)

git config user.email redmitry@apache.org



-- 
Stian Soiland-Reyes
Apache Taverna (incubating), Apache Commons RDF (incubating)
http://orcid.org/0000-0001-9842-9718

Re: git config

Posted by Dmitry <re...@list.ru>.
There are  a lot of things to rename yet.

> for the future, perhaps you could you set:
> git config --global user.name "Dmitriy Repchevsky"
OK.

Cheers,

Dmitry

On 3/23/2015 12:30 PM, Stian Soiland-Reyes wrote:
> Thanks, Dmitry, for fixing the package names!
>
> commit 433612bebfa967ef7ac43a87b5dff8e49c291083
> Author: redmitry <re...@84.88.50.62>
> Date:   Thu Mar 19 14:41:44 2015 +0100
>
>      package names changed to org.apache.taverna.*
>
>
> for the future, perhaps you could you set:
>
>
> git config --global user.name "Dmitriy Repchevsky"
>
> .. and in each repository  (unless you also want this --global)
>
> git config user.email redmitry@apache.org
>
>
>