On Mon, 2012-02-06 at 14:15 -0500, Stephen Gallagher wrote:
No problem, git can be hard to learn.
Please, could you point me to an easy tutorial on how to do
this?
I see in your patch file this command:
The routine would be: * edit the files that need editing * git add the changed files * git commit -m "Commit message" * git log/git log -p to review the commits * git format-patch -1 (or hash-id) to produce a git-formatted
patch
I found this tutorial nice when I started with git: http://schacon.github.com/git/everyday.html
It's also worth mentioning that you would want to clone the repository first with git clone git://git.fedorahosted.org/git/sssd.git
I would also like to add that although we *strongly* prefer to receive git formatted patches, that we accept also normal unidiff patches, if you do not know git well enough and the patch is relatively simple.
But we strongly prefer proper git patches :)
Simo.