X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=GI4my6HiK0YsUTtv jhWDHIPGrliCV4IzS9pUaytFSjNehYEAP5SVB5NIUmgU0RO+TSDWPmzaYoz6nh2Z tVwiHgBf2qNP6+w/2LjMVDI7flFE4HAVRzEH9Y7Fo4c30sRuVhNWvPyCP5bxH+j5 eQh4A+/+YYypVOCKkGGWfby0h2U= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=default; bh=1w7x7vhAZKD+jciHMv/ec+ sEwNE=; b=PJTLr/HrgbqyKs1TvOcARhCTcezPuUA34tTeag2EvLS2L5/sqrXR5V 2lZ5JGx4sGysf+IJZCB0ILvipdiWNVuBtRpb2WqiqfCAohEwaY4HVjD9lhJ8t46K 5QPuuMb44F7QbkP9hvxlMpMyKQM8ca4H5qFPD/P0CxSlV3EebhSIw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 Authentication-Results: smtp2p.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-Suid-Status: 1 0 Date: Wed, 21 Dec 2016 21:47:41 +0300 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <28255460.20161221214741@yandex.ru> To: Corinna Vinschen , cygwin AT cygwin DOT com Subject: Re: How to stop Cygwin git giving away my internal network structure? In-Reply-To: <20161221085549.GC28343@calimero.vinschen.de> References: <643996736 DOT 20161221083222 AT yandex DOT ru> <20161221085549 DOT GC28343 AT calimero DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 AT puenta-del-sol DOT 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