]> source.dussan.org Git - jgit.git/commit
Refactored code out of FileHeader to facilitate rename detection 15/1015/3
authorJeff Schumacher <jeffschu@google.com>
Wed, 30 Jun 2010 23:21:49 +0000 (16:21 -0700)
committerJeff Schumacher <jeffschu@google.com>
Thu, 1 Jul 2010 00:53:27 +0000 (17:53 -0700)
commit7b0b4110ed4f63efed25af2f03bf01d2715c5fbf
tree81131823392afdfe677011dd2562a2358b77dc4d
parent44854741c573fa8d0743c0cc7dd73323245b4b5b
Refactored code out of FileHeader to facilitate rename detection

Refactored a superclass out of FileHeader called DiffEntry that holds
the more general data from FileHeader that is useful in rename
detection (old/new Ids, modes, names, as well as changeType and
score). FileHeader is now a DiffEntry that adds Hunks, parsing
abilities, etc.

Change-Id: I8398728cd218f8c6e98f7a4a7f2f342391d865e4
org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffEntry.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/patch/FileHeader.java