git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] log -L overlapping ranges
@ 2013-04-05 14:34 Thomas Rast
  2013-04-05 14:34 ` [PATCH 1/2] log -L: check range set invariants when we look it up Thomas Rast
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Rast @ 2013-04-05 14:34 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-06 16:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05 14:34 [PATCH 0/2] log -L overlapping ranges Thomas Rast
2013-04-05 14:34 ` [PATCH 1/2] log -L: check range set invariants when we look it up Thomas Rast
2013-04-05 14:34 ` [PATCH 2/2] log -L: fix overlapping input ranges Thomas Rast
2013-04-05 17:39 ` [PATCH 0/2] log -L overlapping ranges Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).