[PATCH 0/2] log -L overlapping ranges

2013-04-05 Thread Thomas Rast
I noticed that it doesn't like getting multiple overlapping ranges
from the user.  This fixes it.


Thomas Rast (2):
  log -L: check range set invariants when we look it up
  log -L: fix overlapping input ranges

 line-log.c  |  43 +++--
 t/t4211-line-log.sh |   6 ++
 t/t4211/expect.multiple | 104 
 t/t4211/expect.multiple-overlapping | 187 
 t/t4211/expect.multiple-superset|  59 
 5 files changed, 392 insertions(+), 7 deletions(-)
 create mode 100644 t/t4211/expect.multiple
 create mode 100644 t/t4211/expect.multiple-overlapping
 create mode 100644 t/t4211/expect.multiple-superset

-- 
1.8.2.662.g6b31d33

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] log -L overlapping ranges

2013-04-05 Thread Junio C Hamano
Thomas Rast tr...@inf.ethz.ch writes:

 I noticed that it doesn't like getting multiple overlapping ranges
 from the user.  This fixes it.

Both look sensible.  Will queue on top of tr/line-log.

Thanks.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html