I reply to myself.
Ok, my bad, the patch was corectly applied. Sorry
People,
thank you all for your overviews.
I guess I have to go a bit off topic, here. Admittedly I'm not a Git master
and I'm having an issue.
I made my own brand new branch, checked out into it, I successfully applied
a patch onto it. The status shows nothing to commit, the log shows the
patch
Andy Wingo writes:
> I use git, from the command line and from Emacs. When I use it from
> Emacs, I use magit: http://philjackson.github.com/magit/
>
> I mostly use magit to commit, and otherwise the command line to update,
> rebase, etc. I use gitk sometimes to get a graphical representations
Andy Wingo writes:
> On Thu 02 Feb 2012 15:44, Catonano writes:
>
>> I'm considering the idea of trying to contribute some Scheme code to
>> guile, and I'm running into some issues with emails, patches, git and
>> the such.
>>
>> What's the common setup you people use ?
>
> I use git, from the c
On Thu 02 Feb 2012 15:44, Catonano writes:
> I'm considering the idea of trying to contribute some Scheme code to
> guile, and I'm running into some issues with emails, patches, git and
> the such.
>
> What's the common setup you people use ?
I use git, from the command line and from Emacs. Whe
Catonano writes:
> I copied a patch from my gmail web inerface and pasted in a local file, but I
> discovered I had to run dos2unix on it in order to git to process it properly
> (see http://stackoverflow.com/questions/1821267/
> how-can-i-apply-a-patch-file-in-git) and then I also run into anoth