[Nix-dev] pull request question

2013-12-01 Thread Roelof Wobben
Hello, Today I succeed in building cinnamon desktop. But when I want to make a push request I see all the files back of a earlier push request which is still not accepted in master. Can I somehow filter the commits I want to push ? Roelof ___

Re: [Nix-dev] pull request question

2013-12-01 Thread James Cook
git-cherry-pick can do this. You'd want to make a new branch in your local reposititory (starting at master) and cherry-pick the commits you want to include. I usually make a new git branch for every change I want to propose in order to avoid this sort of problem. Also, if the first push request

Re: [Nix-dev] pull request question

2013-12-01 Thread Roelof Wobben
> From: james.c...@utoronto.ca > Date: Sun, 1 Dec 2013 15:47:32 -0500 > Subject: Re: [Nix-dev] pull request question > To: rwob...@hotmail.com > CC: nix-dev@lists.science.uu.nl > > git-cherry-pick can do this. You'd want to make a new branch in your > local rep