X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 37B46DC0082; Tue, 11 Nov 2014 07:13:42 +0000 (UTC) Date: Tue, 11 Nov 2014 08:13:38 +0100 From: Natanael Copa To: Isaac Dunham Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] Move motif to main Message-ID: <20141111081338.2bae52a3@ncopa-desktop.alpinelinux.org> In-Reply-To: <20141110152005.GA1819@newbook> References: <20141109203416.GA1896@newbook> <20141110085457.597c5994@ncopa-desktop.alpinelinux.org> <20141110152005.GA1819@newbook> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.23; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 10 Nov 2014 07:20:07 -0800 Isaac Dunham wrote: > On Mon, Nov 10, 2014 at 08:54:57AM +0100, Natanael Copa wrote: > > On Sun, 9 Nov 2014 12:34:22 -0800 > > Isaac Dunham wrote: > > > > > In my testing, Motif seems to be working well. > > > Is there any objection to moving it to main? > > > > > > The attached patch will move it to main and add myself as > > > contributor/maintainer, since that was my intent when I submitted it. > > > > > > Thanks, > > > Isaac Dunham > > > > I'd be happy to move it to main. > > > > I get this error though: > > > > error: patch failed: testing/motif/11-fix_underlinking.patch:1 > > error: testing/motif/11-fix_underlinking.patch: patch does not apply > > Patch failed at 0001 main/motif: move from testing > > > > > > -nc > > Looks like 11-fix_underlinking.patch in git has ^M (\r) at eol for the > comment; probably getting mutilated on the way. > > I'm not sure how to avoid that, other than sending the patch compressed. > And I don't know for sure if that's enough, but I'll try. > (If you could run "dos2unix -u" on the file somewhere along the line, > it would be nice...) I don't know what happened but the .gz didnt apply either. Maybe the patch was broken somehow? This is how i solved/worked around it: In claws mail, i did "show source" of your original email (with the patch as attachment). Marked all (ctrl-a), copy (ctrl-c), in terminal i ran 'git am', paste (ctrl-shift-v) and ctrl-d for EOF. The funny thing is that this worked, except the commit message was your email subject and body with the patch headers as a part of the body. So I just 'git commit --amend' and used the commit message from patch header. I hope it is correct. Thanks! > > Thanks, > Isaac Dunham > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---