From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: Re: [PATCH 2/2] gnu: Add bluefish. Date: Mon, 10 Oct 2016 15:59:57 +0200 Message-ID: <57FB9EDD.4010604@crazy-compilers.com> References: <39b0beca8864c5497a3be8f9165496cb@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btb7d-0001hu-MP for guix-devel@gnu.org; Mon, 10 Oct 2016 10:00:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1btb7Z-0008Jb-Nv for guix-devel@gnu.org; Mon, 10 Oct 2016 10:00:05 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:38593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btb7Z-0008In-HT for guix-devel@gnu.org; Mon, 10 Oct 2016 10:00:01 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3st1wH0CxSz3hjWT for ; Mon, 10 Oct 2016 15:59:58 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3st1wG6TF6zvkVJ for ; Mon, 10 Oct 2016 15:59:58 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id Vde3tC6dunLD for ; Mon, 10 Oct 2016 15:59:58 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-147-59.dynamic.mnet-online.de [188.174.147.59]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Mon, 10 Oct 2016 15:59:58 +0200 (CEST) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 67A5260B40 for ; Mon, 10 Oct 2016 15:59:57 +0200 (CEST) In-Reply-To: <39b0beca8864c5497a3be8f9165496cb@openmailbox.org> 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 Hi, Am 10.10.2016 um 15:42 schrieb rennes@openmailbox.org: > $ git checkout gnu/packages/gnome.scm This command will revert any changes (if any) in file gnu/packages/gnome.scm. Since you just checkedout master ans did not change anything, there is no change to revert of course. So you must pass the name of the branch your two patches live on, not the filename. If you do not have a branch, do the follwoing: git checkout -b gnome-bluefish # search for your two patches, e.g using "git reflog | grep gunimap" and "git reflog | grep bluefish" git cherry-pick abcdefg # use commit-id of gunimap patch git cherry-pick abcdefg # use commit-id of bluefish patch -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |