guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] gnu: Add bluefish.


From: Hartmut Goebel
Subject: Re: [PATCH 2/2] gnu: Add bluefish.
Date: Mon, 10 Oct 2016 15:59:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Hi,

Am 10.10.2016 um 15:42 schrieb address@hidden:
> $ 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          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |




reply via email to

[Prev in Thread] Current Thread [Next in Thread]