Teach fetch command line a --verbose/-v switch for unchanged refs
commitd7cc5dc92de1d3cf2d262f904fb38b1b6142c629
authorShawn O. Pearce <spearce@spearce.org>
Sun, 27 Jul 2008 04:19:08 +0000 (26 21:19 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 30 Jul 2008 05:52:06 +0000 (29 22:52 -0700)
treed245aa995bac466bd0c4469cda41c9f54477ae31
parent60000a50c87bf7f79e52b123170d8bc50d72b4cb
Teach fetch command line a --verbose/-v switch for unchanged refs

We normally don't want to know about unchanged refs, as these
are not very interesting.  We now skip showing them by default
and only produce an output line for unchanged refs if -v is
given to us on the command line.

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