log -L: check range set invariants when we look it up
commit4596f190d384872305e502ebece2e38358ba463e
authorThomas Rast <trast@inf.ethz.ch>
Fri, 5 Apr 2013 14:34:47 +0000 (5 16:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Apr 2013 17:39:08 +0000 (5 10:39 -0700)
tree0aaa6642d1841e38779c30ab6f9a3d63ae87860b
parent39410bf0bf81cb3f76fb9bfa8308cd672bc1442c
log -L: check range set invariants when we look it up

lookup_line_range() is a good place to check that the range sets
satisfy the invariants: they have been computed and set in earlier
iterations, and we now start working with them.

Signed-off-by: Thomas Rast <trast@inf.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
line-log.c