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
Kconfig -rw-r--r-- 865 bytes
Makefile -rw-r--r-- 392 bytes
dma_queue.c -rw-r--r-- 4.9 KB
iorpc_globals.c -rw-r--r-- 2.2 KB
iorpc_mpipe.c -rw-r--r-- 14.9 KB
iorpc_mpipe_info.c -rw-r--r-- 2.6 KB
iorpc_trio.c -rw-r--r-- 8.8 KB
iorpc_uart.c -rw-r--r-- 2.1 KB
iorpc_usb_host.c -rw-r--r-- 2.7 KB
kiorpc.c -rw-r--r-- 1.7 KB
mpipe.c -rw-r--r-- 13.8 KB
trio.c -rw-r--r-- 1.2 KB
uart.c -rw-r--r-- 2.0 KB
usb_host.c -rw-r--r-- 2.0 KB

back to top