Better advice on using topic branches for kernel development
commit352953a556e7f8d720e26a32d4aabbf823d3c4d4
authorLuck, Tony <tony.luck@intel.com>
Fri, 1 Oct 2010 18:57:52 +0000 (1 11:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Oct 2010 02:10:56 +0000 (13 19:10 -0700)
tree56fa5da570842fb4a84ab112279974a1f31b586e
parent24757702395ed4c828af585f2d8ba0efda5cf697
Better advice on using topic branches for kernel development

Linus Torvalds wrote:
> The real problem is that maintainers often pick random - and not at
> all stable - points for their development to begin with. They just
> pick some random "this is where Linus -git tree is today", and do
> their development on top of that. THAT is the problem - they are
> unaware that there's some nasty bug in that version.

Maybe they do this because they read it in the Git user-manual.

Fix the manual to give them better guidance.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/user-manual.txt