Revision 66881735071e54283df38ffbd9584c63e3661b9f authored by Joe Perches on 09 September 2014, 21:50:55 UTC, committed by Linus Torvalds on 10 September 2014, 22:42:12 UTC
The general form for commit id and description is

  'Commit <12+hexdigits> ("commit description/subject line")'

but commit logs often have relatively long commit ids and the commit
description emds on the next line like:

  Some explanation as to why commit <12+hexdigits>
  ("commit foo description/subject line") is improved.

Allow this form.

Signed-off-by: Joe Perches <joe@perches.com>
Suggested-by: Joe Lawrence <joe.lawrence@stratus.com>
Tested-by: Joe Lawrence <joe.lawrence@stratus.com>
Suggested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent caac7e6
History
File Mode Size
configs
gxio
include
kernel
kvm
lib
mm
Kbuild -rw-r--r-- 31 bytes
Kconfig -rw-r--r-- 11.7 KB
Kconfig.debug -rw-r--r-- 791 bytes
Makefile -rw-r--r-- 2.4 KB

back to top