X-Recipient: archive-cygwin@delorie.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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=X4rIB+lb+JkjIhrT
	JIV/uqP+jNYJwqlfaqNqgQHte2IEflPRuvmuuk1kihMZ5uydIoeceqw+HoMPmzMu
	9xZE+jjzQeIfvmS/kEyr7ifII9Ezyv8y+EoAj1yw4m25nhvclTEbgH2yNnRoOcrW
	wXMKVQ4UvtakmjcwVDcEqTPKPTw=
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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=CaG0GcIehxbDiNMfMk47tg
	LWcmk=; b=RpRTbZMEkfjIjDVIwgrfIVbg7/86ZnRTb/0f9z5ZRPPIGwxJtvl/Zd
	NXH9uHvjNfuS7QTWHE/xZuqJpOPND6SQuwKquRL13gFTj6UWdDVsdxtbe0ZGgn6l
	dbD+LpmfBfq2UCkBfz4Fkhbj27rblPrZnWIyOXX4YlmG2uzvs7U3E=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*f:sk:2825546, H*i:sk:2825546, H*MI:sk:2825546, H*r:ip*192.168.0.6
X-HELO: mail-it0-f67.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:subject:to:references:from:message-id:date         :user-agent:mime-version:in-reply-to:content-transfer-encoding;        bh=5XHda/gJDWcXw26jsZ9DoUFSlZDB4tfelp1qYeYmsSM=;        b=NOFBMm+PQgd/XBVEegoGN7/7tF2qWHqgXU+lf8ubBPFS/rQ+Qpl4+7o+IEW6oG2l/E         RxbiC3JVZ7RLiX2NuXS4+fJ/x8brGkfvJMgwhM/Ij6OmtjrJvLKwNGFyJVhwOsGVzIQ4         MAQmYTzGEg4TQ+kSq8Fj1vIGsbYXXX5VTfamIYfunn1GO/QzPqMBtz2finMsX2zZBHTZ         4VFNKw5yUKbEDKIc0O7ysHjXwLEACtLjPLrCA6o14f99B+fgx5Ea8RCOU4fU7uCSj9/v         2aQLz/7eqJNn6gxjIp5GmuvOv09yTI8mcyGY72XzO3cxl3gZChNm6bLW4YlLJjYsK8XT         nmcg==
X-Gm-Message-State: AIkVDXJ7YfwEdYwNSGNOiJsxlNGNA78ZCSLMxnUH+W5slhg02Zd9OwCll2KBZdBtNXxnqw==
X-Received: by 10.36.84.138 with SMTP id t132mr9392781ita.103.1482415091317;        Thu, 22 Dec 2016 05:58:11 -0800 (PST)
Subject: Re: How to stop Cygwin git giving away my internal network structure?
To: cygwin@cygwin.com
References: <643996736.20161221083222@yandex.ru> <20161221085549.GC28343@calimero.vinschen.de> <28255460.20161221214741@yandex.ru>
From: cyg Simple <cygsimple@gmail.com>
Message-ID: <83728e00-13ed-dba0-1754-306e25381f32@gmail.com>
Date: Thu, 22 Dec 2016 08:57:55 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1
MIME-Version: 1.0
In-Reply-To: <28255460.20161221214741@yandex.ru>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

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

