delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/08/07/10:44:24

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:to:from:subject:date:message-id:references
:mime-version:content-type; q=dns; s=default; b=QRRlb9oz8YUuEo7U
OCwbKy05F3Z4OVG5/kV94epgs1lG0xYjSu+DhbfuL9xwM8/qvYk8faRLq33vm3fE
uWlXATkq0CS2yg1t/LyYA+mIcM9+QzwbUlfkb7nCpYwD6Zc3HLlk9opBMDChyYDF
5JaXkj1WO6Mx/hekyOeS4RoXj2Y=
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:to:from:subject:date:message-id:references
:mime-version:content-type; s=default; bh=uuENRl9zuDtwncNwD1UZRv
aIOuM=; b=JDwujCReZBdJdYHvG6a/hJ9bHGn4i+saf1XdgaN+ex4ZqviqDuZhd6
PLoZk7dVUwGQehPvVxdCU5UxyZL9HyuiezNtg/zO5XDjPWKR4lc6XPALpIy0EAMG
yAa+mkqWrxfXMWz1TbDVRudfhkUx/ArTrEH0pxMlxZT/pCdmWU7Fs=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-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
To: cygwin AT cygwin DOT com
From: Oleksandr Gavenko <gavenkoa AT gmail DOT com>
Subject: Re: Quilt: Unsupported version of git (2.13.2)
Date: Mon, 07 Aug 2017 17:43:41 +0300
Lines: 39
Message-ID: <86shh3v3oi.fsf@gavenkoa.example.com>
References: <86shh8vh6l DOT fsf AT gavenkoa DOT example DOT com>
Mime-Version: 1.0
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (windows-nt)
X-IsSubscribed: yes

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019