Document some common commands with the new Command annotation
commit46ca04cb779eed736b737ce4c15c3614b0a03c69
authorShawn O. Pearce <spearce@spearce.org>
Mon, 21 Jul 2008 05:29:36 +0000 (21 01:29 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 31 Jul 2008 02:47:05 +0000 (30 19:47 -0700)
treec3949cf7607098f5ad0218a4e5faf47a3b7b57c7
parentf12e6e47db6ad8e66235b96460e68620ca3a0304
Document some common commands with the new Command annotation

This way they are known to be common at runtime, by looking at
the annotation associated with the class instance.  Right now
we do not use these annotations but they will be useful soon.

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