patches

Jarielle Catbagan jcatbagan93 at gmail.com
Tue Jun 30 01:51:57 UTC 2015


On Mon, Jun 29, 2015 at 6:25 PM, Ed Sutter <edsutterjr at gmail.com> wrote:
> Attached is a patch file with
> the changes that I think properly init the UART.
> Still struggling a bit with git...
> I cloned a fresh version, then update files.
> Then I *thought* I could run "git format-patch".

When I used git format-patch to prepare the patches before submission,
I had to specify the range of commits.

So to create a patch of the previous commit, it would be "git
format-patch HEAD~1".

Or in a more general form "git format-patch HEAD~N" where N is the
number of previous commits.  As a result, this will create patches for
the N previous commits.

I still have a lot to learn about git, so I know that there are
numerous other options that can fine tune what and how the patches are
created.

> It did nothing.  :-(  Gotta go read more.
>
> Meanwhile, this is just the output of git diff; hopefully
> enough for you to apply them.

Ok, I am applying the diff right now.

>
>
> _______________________________________________
> umon-devel mailing list
> umon-devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/umon-devel



More information about the umon-devel mailing list