how to get individual patches

2006-07-16 Thread David H. Lynch Jr.
Grant Likely wrote: > On 7/14/06, David H. Lynch Jr. wrote: > > AFAIK, yes you will have to repatch every time; I typically write a > little helper script to lessen the pain: > > git bisect good|bad # depends on whether it works or not > patch < [patchfile] > compile, test, etc > cg restore -f

how to get individual patches

2006-07-16 Thread Grant Likely
On 7/16/06, David H. Lynch Jr. wrote: > The zlib library was updated within the past month. > The new zlib code does not work in my environment. > I have guesses as to why, but I am not a zlib expert and not looking > to be one. > I have solved my personal problem by reverting to t

how to get individual patches

2006-07-14 Thread David H. Lynch Jr.
Grant Likely wrote: > On 6/28/06, David H. Lynch Jr. wrote: > >> The bsp I am working on works with 2.6.16.21 but fails with 2.6.17. >> >> How can I find the individual patches that make up the transition >> from 2.6.16.21 to 2.6.17 ? >> > > Unfortunately, there isn't a direct line

how to get individual patches

2006-07-14 Thread Grant Likely
On 7/14/06, David H. Lynch Jr. wrote: > > Thank You git bisect has proven to be incredibly interesting. > > One question/problem - maybe an incomplete understanding of git. > > What I need to do is get to some version of 2.6.16 - as they all work > for me. > > cut in my patches

how to get individual patches

2006-06-28 Thread David H. Lynch Jr.
Alex Zeffertt wrote: > > For diffs of individual files between official kernel releases you can > use > > http://www.linuxhq.com/kernel/ > > It's really good! They appear to be updating or something at the moment. I can not get to most pages. > > Alex > -- Dave Lynch

how to get individual patches

2006-06-28 Thread David H. Lynch Jr.
Grant Likely wrote: > On 6/28/06, David H. Lynch Jr. wrote: >> >> The bsp I am working on works with 2.6.16.21 but fails with 2.6.17. >> >> How can I find the individual patches that make up the transition >> from 2.6.16.21 to 2.6.17 ? > > Unfortunately, there isn't a direct line between .

how to get individual patches

2006-06-28 Thread Alex Zeffertt
David H. Lynch Jr. wrote: > The bsp I am working on works with 2.6.16.21 but fails with 2.6.17. > > How can I find the individual patches that make up the transition > from 2.6.16.21 to 2.6.17 ? > > I guess I can use interdiff to create single patch to go from > 2.6.16.21 to 2.6.17

how to get individual patches

2006-06-28 Thread David H. Lynch Jr.
The bsp I am working on works with 2.6.16.21 but fails with 2.6.17. How can I find the individual patches that make up the transition from 2.6.16.21 to 2.6.17 ? I guess I can use interdiff to create single patch to go from 2.6.16.21 to 2.6.17 but I am really looking to get all the

how to get individual patches

2006-06-28 Thread Grant Likely
On 6/28/06, David H. Lynch Jr. wrote: > > The bsp I am working on works with 2.6.16.21 but fails with 2.6.17. > > How can I find the individual patches that make up the transition > from 2.6.16.21 to 2.6.17 ? Unfortunately, there isn't a direct line between .16.21 and .17 which makes it c