* [Buildroot] Help submitting patches
@ 2012-02-06 19:49 J.C. Woltz
2012-02-06 21:07 ` Peter Korsgaard
0 siblings, 1 reply; 4+ messages in thread
From: J.C. Woltz @ 2012-02-06 19:49 UTC (permalink / raw)
To: buildroot
Please forgive my ignorance. I would like to submit some patches. I am
using git. Can someone paste the commands to format patch and sign off?
Thank you,
J.C. Woltz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120206/ae182401/attachment-0001.html>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] Help submitting patches
2012-02-06 19:49 [Buildroot] Help submitting patches J.C. Woltz
@ 2012-02-06 21:07 ` Peter Korsgaard
2012-02-06 21:10 ` Yegor Yefremov
0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2012-02-06 21:07 UTC (permalink / raw)
To: buildroot
>>>>> "J" == J C Woltz <jwoltz@gmail.com> writes:
J> Please forgive my ignorance. I would like to submit some patches. I am using
J> git. Can someone paste the commands to format patch and sign off?
git format-patch -s master
That is if you made your changes on a seperate branch like you should,
otherwise replace master with the commit id of the last change before
your local changes.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] Help submitting patches
2012-02-06 21:07 ` Peter Korsgaard
@ 2012-02-06 21:10 ` Yegor Yefremov
2012-02-06 21:44 ` J.C. Woltz
0 siblings, 1 reply; 4+ messages in thread
From: Yegor Yefremov @ 2012-02-06 21:10 UTC (permalink / raw)
To: buildroot
On Mon, Feb 6, 2012 at 10:07 PM, Peter Korsgaard <jacmet@uclibc.org> wrote:
>>>>>> "J" == J C Woltz <jwoltz@gmail.com> writes:
>
> ?J> Please forgive my ignorance. I would like to submit some patches. I am using
> ?J> git. Can someone paste the commands to format patch and sign off?
>
> git format-patch -s master
>
> That is if you made your changes on a seperate branch like you should,
> otherwise replace master with the commit id of the last change before
> your local changes.
or just call
git format-patch -1
to format the last made patch. See here for further details for the
case you need to rework a patch series:
https://libbits.wordpress.com/2011/12/27/managing-patch-series-with-git/
Yegor
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] Help submitting patches
2012-02-06 21:10 ` Yegor Yefremov
@ 2012-02-06 21:44 ` J.C. Woltz
0 siblings, 0 replies; 4+ messages in thread
From: J.C. Woltz @ 2012-02-06 21:44 UTC (permalink / raw)
To: buildroot
git format-patch -1
> to format the last made patch. See here for further details for the
> case you need to rework a patch series:
> https://libbits.wordpress.com/2011/12/27/managing-patch-series-with-git/
>
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120206/a5f9c4e5/attachment.html>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-02-06 21:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-06 19:49 [Buildroot] Help submitting patches J.C. Woltz
2012-02-06 21:07 ` Peter Korsgaard
2012-02-06 21:10 ` Yegor Yefremov
2012-02-06 21:44 ` J.C. Woltz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox