Defer creation of RevWalk in RevWalk based command tools
commit9d3a8e0a325e3c2c12d5302a85a618e8d6ae59a5
authorShawn O. Pearce <spearce@spearce.org>
Thu, 15 May 2008 00:57:33 +0000 (14 20:57 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 17 May 2008 03:59:49 +0000 (16 23:59 -0400)
tree7af94329a41210bb7505d9b3682cb35810e8b13c
parent55402474f92d9de741be2b0587587f206a4272cf
Defer creation of RevWalk in RevWalk based command tools

We need to first get through the bulk of our options parsing so
we know what sort of RevWalk we might need to create to handle
the request submitted by the caller on the command line.  Right
now we don't have another type to select from, but that will not
be the case once we start to handle --objects.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/pgm/RevWalkTextBuiltin.java