]> source.dussan.org Git - jgit.git/commit
Allow for optional tagger and message in Tag 33/1333/4
authorChris Aniszczyk <caniszczyk@gmail.com>
Thu, 19 Aug 2010 02:12:15 +0000 (21:12 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 19 Aug 2010 02:22:42 +0000 (19:22 -0700)
commit94ba9574cd5589bbf7a3671533390b43936fe65b
treed0430185b2f1eb9f7ade4202af85faed527b86ea
parent6c9d82b4ce0445905db1d88f419bb8d04a5ed4bc
Allow for optional tagger and message in Tag

We should be more lenient when tagging without an
tagger or message. Currently, we will throw an NPE
which is incorrect behavior.

Change-Id: I04e30ce25a9432e4ca56c3f29658ecb24fb18d24
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectInserter.java