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:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=TxV/TdyPSE2Rxi0n
	HKXItHTQ4phJbZMYtFmchoDpyB83bqjzndIGsZn/6PuH+CGUmu8pASukfMN8kaNr
	DN/jYlGJCBHc9ZTXg+0TQNGWqf8afC95iDQRuA0oMRl3AJ1Yeuz1fSn7s7jOckdK
	P+zGUpwMNDkLx5vvUT4mxkMQND4=
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=HYo4dsNA6QT2TwO6b5HOKg
	da+rQ=; b=YzEJeSUP3aCYpb3jr8IcwihpcOxT6mIP/R791jCt3O8jQB4fIjqQ4z
	+WazAO6qukJsSxLyUR4+CFC1Z/V9tAL7HA6Apil9LQMzGvocF0CyOaT5IYn7+nM2
	vEI+SxYNx6LqtwNIxwIwBJYWTeBtzLG1HB5SlJoUWPXoSNkdCZmLE=
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=-0.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=H*M:yandex, H*r:ip*192.168.1.10, checkout, H*RU:192.168.1.10
X-HELO: forward4h.cmail.yandex.net
Authentication-Results: smtp3m.mail.yandex.net; dkim=pass header.i=@yandex.ru
X-Yandex-Suid-Status: 1 0,1 0
Date: Tue, 27 Jun 2017 04:16:23 +0300
From: Andrey Repin <anrdaemon@yandex.ru>
Reply-To: cygwin@cygwin.com
Message-ID: <19327813.20170627041623@yandex.ru>
To: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>, cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.8.1-0.1
In-Reply-To: <9893ac7a-7b4a-8eac-fdc2-2d3852c2a5cf@SystematicSw.ab.ca>
References: <announce.20170622135850.GB18863@calimero.vinschen.de>   <aa9f7721-a8c2-4b74-123d-c9003ba5189c@gmail.com>  <20170623182517.GA4060@calimero.vinschen.de>  <e58cc0cf-bbdb-b9ee-77f9-f7a0167c5500@SystematicSw.ab.ca>  <20170626083139.GE6201@calimero.vinschen.de>  <c51aa1d9-6e53-a23a-9373-718f5adbb2a7@SystematicSw.ab.ca>  <20170626164208.GM6201@calimero.vinschen.de>  <9893ac7a-7b4a-8eac-fdc2-2d3852c2a5cf@SystematicSw.ab.ca>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Greetings, Brian Inglis!

> Is there an option so git will download your updated source, reject my patched
> source in place, and not just overwrite it?

Assuming you have remotes in place,

git fetch --all
git checkout -B your-fix-branch origin/master

.. make your changes ...

git format-patch origin/master


-- 
With best regards,
Andrey Repin
Tuesday, June 27, 2017 04:11:22

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

