]> source.dussan.org Git - jgit.git/commit
Complete an abbreviation when formatting a patch 02/1402/3
authorShawn O. Pearce <spearce@spearce.org>
Tue, 24 Aug 2010 22:50:36 +0000 (15:50 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 26 Aug 2010 00:07:12 +0000 (17:07 -0700)
commitc44495fa2f6ac0b06dc974d1b6626cf52380ea2c
tree1d5a88e6406ebfc4ee5c792743bb1d290afa8810
parent127a5f95e1d20b6dd84f4d2ce2a2fb435b36fb56
Complete an abbreviation when formatting a patch

If we are given a DiffEntry header that already has abbreviated
ObjectIds on it, we may still be able to resolve those locally and
output the difference.  Try to do that through the new resolve API
on ObjectReader.

Change-Id: I0766aa5444b7b8fff73620290f8c9f54adc0be96
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java
org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffFormatter.java
org.eclipse.jgit/src/org/eclipse/jgit/errors/AmbiguousObjectException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/errors/MissingObjectException.java