Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Limitation on RevFlags number

Hi!

I was developing a function for finding actual branches for a list of change sets. Algorithm is simple - mark all refs with flags and parse the revision tree untill all change sets in list are found.

JGit doesn't allow to create more then 24 flags.
When number of branches in repo is more then 24 it needs extra cycle, which is bad for performance. Is there a way to increase this limit? I didn't find much info about this limitation.
Would be thankful for any info.

Ilya Ivanov


Back to the top