public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* How to stop Cygwin git giving away my internal network structure?
@ 2016-12-21  5:37 Andrey Repin
  2016-12-21  8:56 ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Andrey Repin @ 2016-12-21  5:37 UTC (permalink / raw)
  To: All

Greetings, All!

When I commit into my local repository, the commit author name is shown as
U-<machninename>\<username> or <domainname>\<username>

How to make it stop doing that? I'm not comfortable with giving away my
internal network structure.


-- 
With best regards,
Andrey Repin
Wednesday, December 21, 2016 08:20:14

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to stop Cygwin git giving away my internal network structure?
  2016-12-21  5:37 How to stop Cygwin git giving away my internal network structure? Andrey Repin
@ 2016-12-21  8:56 ` Corinna Vinschen
  2016-12-21 18:51   ` Andrey Repin
  0 siblings, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 2016-12-21  8:56 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 604 bytes --]

On Dec 21 08:32, Andrey Repin wrote:
> Greetings, All!
> 
> When I commit into my local repository, the commit author name is shown as
> U-<machninename>\<username> or <domainname>\<username>
> 
> How to make it stop doing that? I'm not comfortable with giving away my
> internal network structure.

$ git config --global add user.name "Madonna de Puenta del Sol"
$ git config --global add user.email "madonna@puenta-del-sol.org"


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to stop Cygwin git giving away my internal network structure?
  2016-12-21  8:56 ` Corinna Vinschen
@ 2016-12-21 18:51   ` Andrey Repin
  2016-12-22 13:58     ` cyg Simple
  0 siblings, 1 reply; 4+ messages in thread
From: Andrey Repin @ 2016-12-21 18:51 UTC (permalink / raw)
  To: Corinna Vinschen, cygwin

Greetings, Corinna Vinschen!

> On Dec 21 08:32, Andrey Repin wrote:
>> Greetings, All!
>> 
>> When I commit into my local repository, the commit author name is shown as
>> U-<machninename>\<username> or <domainname>\<username>
>> 
>> How to make it stop doing that? I'm not comfortable with giving away my
>> internal network structure.

> $ git config --global add user.name "Madonna de Puenta del Sol"
> $ git config --global add user.email "madonna@puenta-del-sol.org"

Neat. Thanks. :)

Just one correction for those might be reading it: it's

$ git config --global --add name "value"


-- 
With best regards,
Andrey Repin
Wednesday, December 21, 2016 21:44:14

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to stop Cygwin git giving away my internal network structure?
  2016-12-21 18:51   ` Andrey Repin
@ 2016-12-22 13:58     ` cyg Simple
  0 siblings, 0 replies; 4+ messages in thread
From: cyg Simple @ 2016-12-22 13:58 UTC (permalink / raw)
  To: cygwin

On 12/21/2016 1:47 PM, Andrey Repin wrote:
> Greetings, Corinna Vinschen!
> 
>> On Dec 21 08:32, Andrey Repin wrote:
>>> Greetings, All!
>>>
>>> When I commit into my local repository, the commit author name is shown as
>>> U-<machninename>\<username> or <domainname>\<username>
>>>
>>> How to make it stop doing that? I'm not comfortable with giving away my
>>> internal network structure.
> 
>> $ git config --global add user.name "Madonna de Puenta del Sol"
>> $ git config --global add user.email "madonna@puenta-del-sol.org"
> 
> Neat. Thanks. :)
> 
> Just one correction for those might be reading it: it's
> 
> $ git config --global --add name "value"

Discover other options with

$ git --help config

-- 
cyg Simple

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-22 13:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-21  5:37 How to stop Cygwin git giving away my internal network structure? Andrey Repin
2016-12-21  8:56 ` Corinna Vinschen
2016-12-21 18:51   ` Andrey Repin
2016-12-22 13:58     ` cyg Simple

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).