]> source.dussan.org Git - jgit.git/commit
Delete checkObjectCollisions from PackParser 84/7284/2
authorShawn O. Pearce <spearce@spearce.org>
Sat, 18 Aug 2012 22:42:12 +0000 (15:42 -0700)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 5 Sep 2012 15:20:05 +0000 (17:20 +0200)
commit9638e0aa87614a6fb4f109bbeac0cde3462b9769
tree1512a9d8f98f61d3ea6172c955db08a2d475c96f
parent130ad4ea4407316b1fd115db456c4aa950907196
Delete checkObjectCollisions from PackParser

This flag was added to provide an unsafe operation on the local
repository because the storage.dht code was too damn slow to provide
proper safe Git behavior all of the time. Now that stoarge.dht has
been removed from the repository, also delete this unsafe flag to
prevent applications from misusing the JGit library and permitting
users to potentially damage their local repository with bad data
received from an untrusted peer.

Change-Id: Ib1861c48bb74836731e7b7d57b635dd654b0dc66
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/PackParser.java