Merge branch 'es/blame-L-breakage'
commite9682cc028e4d360dcf1364691095accc75f4b74
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Jul 2013 18:23:53 +0000 (22 11:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Jul 2013 18:23:53 +0000 (22 11:23 -0700)
treee63f065122dc868da2a7c0dc1f5e90e1980c831a
parentcb29dfde484e459e4329281151b05ef1c5ad462c
parentdf83d5cf6759541d6f3d94b29a91fd0d3e5dbcd5
Merge branch 'es/blame-L-breakage'

The refactoring made for parsing "-L" option recently to support
"git log -L" seems to have broken "git blame -L X,-5" to show 5
lines leading to X.

* es/blame-L-breakage:
  blame-options.txt: explain that -L <start> and <end> are optional
  blame-options.txt: place each -L option variation on its own line
  t8001/t8002 (blame): add blame -L :funcname tests
  t8001/t8002 (blame): add blame -L tests
  t8001/t8002 (blame): modernize style
  line-range: fix "blame -L X,-N" regression