Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] RevSort#COMMIT_TIME_DESC confusion

Could it be a cross-timezone issue, if local time is used instead of UTC?

Sent from my (old) iPhone

On 12 Aug 2011, at 09:55, Marc Strapetz <marc.strapetz@xxxxxxxxxxx> wrote:

> I was relying on RevSort#COMMIT_TIME_DESC to report RevCommits always in
> descending order, however this is not the case for certain repositories,
> i.e. the commit time of a parent may be more recent than the entry's
> commit time itself (does anyone know why that can happen?). IMHO this
> behavior should be documented in the javadocs.
> 
> --
> Best regards,
> Marc Strapetz
> =============
> syntevo GmbH
> http://www.syntevo.com
> http://blog.syntevo.com
> _______________________________________________
> jgit-dev mailing list
> jgit-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jgit-dev


Back to the top