Re: Patch Series

2016-02-16 Thread Valdis . Kletnieks
that. And I'm pretty sure that Greg KH (maintainer of drivers/staging) would accept that sort of patch series. If he isn't, I'm sure he'll correct me. :) pgp6PDmKs5ryE.pgp Description: PGP signature ___ Kernelnewbies mailing list Kernelnewbies@k

Re: Patch Series

2016-02-16 Thread Geyslan G. Bem
Hello, 2016-02-16 10:38 GMT-03:00 Roger H Newell <newell.ro...@gmail.com>: > Hi all: > > I have a question about creating a patch series. I'm working in > drivers/staging/wilc1000 fixing code style. If for example 2 errors are > reported by checkpatch.pl error A and erro

Patch Series

2016-02-16 Thread Roger H Newell
Hi all: I have a question about creating a patch series. I'm working in drivers/staging/wilc1000 fixing code style. If for example 2 errors are reported by checkpatch.pl error A and error B, it seems logical that I could fix all occurrences of error A as one patch and all occurrences of error B

Re: Git create patch series for multipe commits.

2014-09-27 Thread Sudip Mukherjee
On Sep 26, 2014 10:31 AM, Anand Moon moon.li...@yahoo.com wrote: Hi All, Could somebody provide me steps to create patch series. the way i do it: suppose you need to create patch series for your last 5 commits then : git format-patch -5 -s -n -o patchfolder patches will be saved

Re: Git create patch series for multipe commits.

2014-09-26 Thread Shawn Bohrer
On Thu, Sep 25, 2014 at 09:54:25PM -0700, Anand Moon wrote: Hi All, Could somebody provide me steps to create patch series. First take a look at: $ git help format-patch $ git help send-email Assuming you have basic familarity with git, the typical workflow would be something like

Re: Git create patch series for multipe commits.

2014-09-26 Thread Shawn Bohrer
On Fri, Sep 26, 2014 at 10:35:57AM -0700, Anand Moon wrote: Hi Shawn, Thanks I will give it a try. One more question, if the change belong to single file and we are fixing multiple issue we need to different commit for each changes. And then club them into patch series. Am I right. I'm

Re: Git create patch series for multipe commits.

2014-09-26 Thread Valdis . Kletnieks
On Fri, 26 Sep 2014 10:35:57 -0700, Anand Moon said: One more question, if the change belong to single file and we are fixing multiple issue we need to different commit for each changes. And then club them into patch series. Each patch should do exactly one thing. So if you find 3 different

Git create patch series for multipe commits.

2014-09-25 Thread Anand Moon
Hi All, Could somebody provide me steps to create patch series. How to send version's of these patches. How to resend these patches. -Anand Moon ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman