]> source.dussan.org Git - jgit.git/commit
Introduce "never" as parseable date 95/7795/4
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 18 Sep 2012 17:23:17 +0000 (19:23 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 18 Sep 2012 17:23:17 +0000 (19:23 +0200)
commite0a3091af74846b697b5a34da0d7807fe4539e5c
treef3e38dc47dea2adb1223ac7e2bb0bdc48c2db8fd
parent84e171fbabd898ff46c714058d12a364c1b6499c
Introduce "never" as parseable date

For configuration parameter like "gc.pruneexpire" we need to understand
the value "never". Never is handled as a date so far into the future
that it will never happen. The actual value currently used is the
constant GitDateParser.NEVER.

Change-Id: I7744eaee9bf5026da517151c212c88325c348d6c
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/GitDateParserTest.java
org.eclipse.jgit/src/org/eclipse/jgit/util/GitDateParser.java