Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Can jgit perform an automated repository cleanup (gc, repack, ...)

No, JGit doesn't perform automatic gc. JGit is a library which doesn't
start background jobs on it's own. And in contrast to native git none
of the high level calls to JGit (PullCommand,
LogCommand,StatusCommand,..) implicitly trigger gc or other cleanup
operations. The reason must be somewhere else.

Ciao
  Chris


Back to the top