]> git.tdb.fi Git - ext/subsurface.git/commit
Don't report dives as they are parsed: sort them at the end and report them then
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Aug 2011 00:18:33 +0000 (17:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Aug 2011 00:18:33 +0000 (17:18 -0700)
commit048a5a2b32c0638708ca4779007f9e33226d54f4
treec1ec0454a6e077d6e366b1ea785283333d77a41b
parent3bd1abdfc781f36d2f87b39134dd4620645fe8ac
Don't report dives as they are parsed: sort them at the end and report them then

This makes it much easier to see the duplicates, but more importantly,
we do need to actually save the dives off to do any real work with them.

Also, require a verbosity level of 1 (-v) to show all the samples.
While (-vv) shows unparsed entries.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
parse.c