From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14143 invoked by alias); 21 Dec 2016 18:51:40 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 14103 invoked by uid 89); 21 Dec 2016 18:51:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.2 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=correction, HX-Priority:Normal, H*F:D*yandex.ru, yandexru X-HELO: forward2p.cmail.yandex.net Received: from forward2p.cmail.yandex.net (HELO forward2p.cmail.yandex.net) (77.88.31.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 21 Dec 2016 18:51:29 +0000 Received: from smtp2p.mail.yandex.net (smtp2p.mail.yandex.net [77.88.29.85]) by forward2p.cmail.yandex.net (Yandex) with ESMTP id C21D021392 for ; Wed, 21 Dec 2016 21:51:25 +0300 (MSK) Received: from smtp2p.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2p.mail.yandex.net (Yandex) with ESMTP id AB1261A80084 for ; Wed, 21 Dec 2016 21:51:25 +0300 (MSK) Received: by smtp2p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 2W8AA0Fejg-pODqBmm4; Wed, 21 Dec 2016 21:51:24 +0300 (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client certificate not present) Authentication-Results: smtp2p.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-Suid-Status: 1 0 Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Wed, 21 Dec 2016 18:47:41 -0000 Date: Wed, 21 Dec 2016 18:51:00 -0000 From: Andrey Repin Reply-To: cygwin@cygwin.com Message-ID: <28255460.20161221214741@yandex.ru> To: Corinna Vinschen , cygwin@cygwin.com Subject: Re: How to stop Cygwin git giving away my internal network structure? In-Reply-To: <20161221085549.GC28343@calimero.vinschen.de> References: <643996736.20161221083222@yandex.ru> <20161221085549.GC28343@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00229.txt.bz2 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-\ or \ >> >> 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