Strip DOS CRLF braindamage from recent jgit class additions
commit5e196aaa125b4eac9f33b1acf6a84e82e30ed048
authorShawn O. Pearce <spearce@spearce.org>
Mon, 21 Apr 2008 06:27:12 +0000 (21 02:27 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 11 May 2008 05:16:32 +0000 (11 01:16 -0400)
tree2e7fdfdde5a89f15a02464eb95eb8184a8bd10f8
parent5168ced1812d879591df2e830c2993dce09dd09f
Strip DOS CRLF braindamage from recent jgit class additions

Sadly I added these to the repository from a system that uses CRLF
as its default line ending.  The only true form for this project
should be LF, as most developers are on UNIX like systems, and the
Git standard is to use LF in the repository and convert back and
forth during checkout/staging.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/lib/AnyObjectId.java
org.spearce.jgit/src/org/spearce/jgit/lib/MutableObjectId.java
org.spearce.jgit/src/org/spearce/jgit/lib/ObjectIdSubclassMap.java