From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: none Date: Sat, 23 Jul 2016 11:15:17 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQt1q-0006Nc-JD for guix-devel@gnu.org; Sat, 23 Jul 2016 05:15:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQt1k-0004p4-KS for guix-devel@gnu.org; Sat, 23 Jul 2016 05:15:25 -0400 Received: from mail-yw0-x231.google.com ([2607:f8b0:4002:c05::231]:36200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQt1j-0004p0-DX for guix-devel@gnu.org; Sat, 23 Jul 2016 05:15:20 -0400 Received: by mail-yw0-x231.google.com with SMTP id u134so122620185ywg.3 for ; Sat, 23 Jul 2016 02:15:18 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel , Vincent Legoll > If the maintainer wants to do additional changes, I also prefer he does it in > a separate patch/commit, as that would enable me to git pull --ff instead of > merge... I like fetching origin master, checking which patches made it in and then rebase -i origin/master and drop the commits that made it in...