From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85234 invoked by alias); 22 Dec 2016 13:58:23 -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 85215 invoked by uid 89); 22 Dec 2016 13:58:23 -0000 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 Received: from mail-it0-f67.google.com (HELO mail-it0-f67.google.com) (209.85.214.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Dec 2016 13:58:13 +0000 Received: by mail-it0-f67.google.com with SMTP id 75so20918485ite.1 for ; Thu, 22 Dec 2016 05:58:12 -0800 (PST) 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) Received: from [192.168.0.6] (d27-96-48-76.nap.wideopenwest.com. [96.27.76.48]) by smtp.gmail.com with ESMTPSA id w188sm12655758itc.9.2016.12.22.05.58.09 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Dec 2016 05:58:10 -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 Message-ID: <83728e00-13ed-dba0-1754-306e25381f32@gmail.com> Date: Thu, 22 Dec 2016 13:58:00 -0000 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 X-SW-Source: 2016-12/txt/msg00242.txt.bz2 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-\ 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" 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