Issue 1974: Diff view of identical JAR files claims that "Binary files differ"
Status:  New
Owner: ----
Reported by tobias.o...@sap.com, Jun 21, 2013
Affected Version: 2.5-1-g9bb651d

Steps to reproduce the problem:
1. Submit a (test resource) JAR to the repository
2. Move the JAR to a different path in the repository
3. Push the move commit to Gerrit

I'd expect that the diff page shows that the file has been moved without any modifications. Instead, it says the following:

			diff --git a/old-path/test.jar b/new-path/test.jar
			similarity index 100%
			rename from old-path/test.jar
			rename to new-path/test.jar
			Binary files differ