Category "jgit"

Search all versions of a file in git log takes long

I noticed that finding all versions of a specific file in git takes a long time when the number of files in the repo is more then a couple of thousand. Any idea

JGit - Unable to Delete .git Directory After Cloning

I'm using the following snippet to clone a single branch of a git repository to the local filesystem using JGit: public void cloneSource(Path dir) throws IOExce

Caused by: java.lang.ClassNotFoundException: com.jcraft.jsch.JSchException

The protocol between local repository and remote repository is HTTPS instead of ssh,does it still need lib of jsch,and if it's true, can you tell me how to hand