On Wed, Oct 26, 2011 at 1:34 PM, Wolfgang Denk <[email protected]> wrote: > Dear Simon Glass, > > In message <[email protected]> you wrote: >> We want to show block markers on completion of get and put, so >> move this common code into separate functions. >> >> Signed-off-by: Simon Glass <[email protected]> >> --- >> net/tftp.c | 68 >> +++++++++++++++++++++++++++++++++-------------------------- >> 1 files changed, 38 insertions(+), 30 deletions(-) > > ARRRRRRGHHH!!!! > > Your commits are not bisectable. > > When applying your commits up to and including this one, all boards > with ethernet support will break with errors like this: > > > net.c: In function 'NetLoop': > net.c:412: error: too many arguments to function 'TftpStart' > make[1]: *** [/work/wd/tmp-ppc/net/net.o] Error 1 > > > Please always make sure that patches are really orthogonal so we can > use git bisect!
https://github.com/dustin/bindir/blob/master/git-test-sequence is very helpful in the "make sure my whole pull request is bisectable" area. -- Tom _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

