]> source.dussan.org Git - jgit.git/commit
Let the date formatter pick the locale. 66/4966/4
authorDaniel Megert <daniel_megert@ch.ibm.com>
Wed, 22 Feb 2012 20:32:43 +0000 (21:32 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 25 Feb 2012 22:37:02 +0000 (23:37 +0100)
commit709cd52958e9794827496ce64971a65521ad02d1
tree98e9eaa095b7f595e22c4cc11a9df0242d0805f6
parent54f23873d60f3b7f70427f5db9ff2a93229a193e
Let the date formatter pick the locale.

Instead of using the locale from the SystemReader we let the
SystemReader create the date formats without passing the locale.

Bug 368756
Change-Id: I6be9e07af804a08f3f3ac2d2d526ef594eed19e3
Signed-off-by: Daniel Megert <daniel_megert@ch.ibm.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/MockSystemReader.java
org.eclipse.jgit/src/org/eclipse/jgit/util/GitDateFormatter.java
org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java