Merge branch 'es/blame-L-more'
commit118b9d583637e6161c088eab7c8c290062e06aab
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2013 21:32:45 +0000 (9 14:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2013 21:32:45 +0000 (9 14:32 -0700)
tree7a5e6f2319c028f89b969a2495c37f78d85402a9
parent43012626401421c19e3fd211c27672890986f6b9
parent5d57cac6ae7c661d430dcc7dd2e44c994bf797be
Merge branch 'es/blame-L-more'

More fixes to the code to parse the "-L" option in "log" and "blame".

* es/blame-L-more:
  blame: reject empty ranges -L,+0 and -L,-0
  t8001/t8002: blame: demonstrate acceptance of bogus -L,+0 and -L,-0
  blame: reject empty ranges -LX,+0 and -LX,-0
  t8001/t8002: blame: demonstrate acceptance of bogus -LX,+0 and -LX,-0
  log: fix -L bounds checking bug
  t4211: retire soon-to-be unimplementable tests
  t4211: log: demonstrate -L bounds checking bug
  blame: fix -L bounds checking bug
  t8001/t8002: blame: add empty file & partial-line tests
  t8001/t8002: blame: demonstrate -L bounds checking bug
  t8001/t8002: blame: decompose overly-large test
builtin/blame.c