This was my first pull request since V4L transition from Mercurial to git. I am still not quite sure how to handle updating, branching, rebasing of git-trees on
http://linuxtv.org/, but we'll figure it out with time. My preference would be to have just one tree on the server with two branches - fixes for the kernel, currently under development, and development - for the next kernel version, and to rebase those branches on the top of respective v4l trees. Still not sure whether this will work reasonably with the current v4l git setup. Locally I can set up a tree to trace the two v4l trees (fixes and development) as remotes, create branches from those remote tops and rebase them as needed. Then, if I just do a "git push <repository> HEAD:devel" or "git push <repository> HEAD:fixes" - would that work as expected? (comments welcome) "As expected" also presumes, that I won't be pushing all mainline commits up my ADSL link. Anyway, my first v4l git pull request happened to be on the fixes side and contained one patch:
01/01: soc-camera: mt9t112: modify exiting conditions from standby mode