X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id C512B1EB587 for ; Mon, 25 Oct 2010 15:47:18 +0000 (UTC) Received: from [10.65.65.1] (unknown [10.65.65.1]) by mail.wtbts.no (Postfix) with ESMTP id A22067E021; Mon, 25 Oct 2010 17:40:02 +0200 (CEST) Subject: Re: [alpine-devel] testing/rdiff-backup: new aport From: Natanael Copa To: Jeremy Thomerson Cc: alpine-dev In-Reply-To: <20101025152532.CEF741C78B@jeremythomerson.com> References: <20101025152532.CEF741C78B@jeremythomerson.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 25 Oct 2010 17:47:16 +0200 Message-ID: <1288021636.13130.25.camel@ncopa-desktop.nor.wtbts.net> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.32.0 Content-Transfer-Encoding: 7bit On Thu, 2010-10-21 at 14:37 +0000, Jeremy Thomerson wrote: > This is the follow-up to last night's patch to add rdiff-backup. > > Is there some way that I should do this to make it appear as one patch? I wasn't sure of your procedure, > but since I'd already committed the first (broken) attempt locally, the second commit to fix it is a second > patch as well. Yes. Do change. git add APBUILD git commit --amend will "redo" last commit. Does not work if the changes are pushed to a public repository, since it will create problems for people who have checked it out. (you rewrite the history). We should update the wiki with this info. Soemthing like: If patch is rejected on mailing list, do the suggested changes, git commit --amend and git send-email again. > Jeremy > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---