From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10803 invoked by alias); 7 Aug 2017 14:44:11 -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 5792 invoked by uid 89); 7 Aug 2017 14:44:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_LAZY_DOMAIN_SECURITY,KAM_OTHER_BAD_TLD autolearn=no version=3.3.2 spammy=H*r:Unknown X-HELO: blaine.gmane.org Received: from Unknown (HELO blaine.gmane.org) (195.159.176.226) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 07 Aug 2017 14:44:02 +0000 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dejG4-0003nD-12 for cygwin@cygwin.com; Mon, 07 Aug 2017 16:43:52 +0200 To: cygwin@cygwin.com From: Oleksandr Gavenko Subject: Re: Quilt: Unsupported version of git (2.13.2) Date: Mon, 07 Aug 2017 14:44:00 -0000 Message-ID: <86shh3v3oi.fsf@gavenkoa.example.com> References: <86shh8vh6l.fsf@gavenkoa.example.com> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (windows-nt) X-IsSubscribed: yes X-SW-Source: 2017-08/txt/msg00073.txt.bz2 On 2017-08-03, Oleksandr Gavenko wrote: > bash# guilt list > Unsupported version of git (2.13.2) > > bash# cygcheck.exe -c -d | grep git'\|'guilt > 37:git 2.13.2-2 > 42:guilt 0.35-2 I tried to work with quilt (sorry for typo in subject). So far I have no any blocking issue with this package. The only annoying thing is necessity to add files before starting to make changes. Guilt shouldn't have such issue. At lease Mercurial Queue understands what is changed in working set despite series of already applied patches. Sometime it is possible to avoid "quilt add" by importing patch: $ git diff >.diff $ quilt import -P fix.patch .diff $ rm .diff $ git reset $ quilt push In Guilt I expect it would be a single command (or two "new" and "refresh"). My ~/.quiltrc: QUILT_DIFF_ARGS="--color=auto -p ab" QUILT_DIFF_OPTS="-p" QUILT_REFRESH_ARGS="-p ab" QUILT_PUSH_ARGS="--color=auto" QUILT_SERIES_ARGS="--color=auto" QUILT_NO_DIFF_INDEX=1 QUILT_NO_DIFF_TIMESTAMPS=1 -- http://defun.work/ -- 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