Package | Description |
---|---|
org.eclipse.jgit.lfs | |
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
InstallBuiltinLfsCommand
Installs all required LFS properties for the current user, analogous to 'git
lfs install', but defaulting to using JGit builtin hooks.
|
Modifier and Type | Method and Description |
---|---|
LfsFactory.LfsInstallCommand |
BuiltinLFS.getInstallCommand() |
LfsFactory.LfsInstallCommand |
InstallBuiltinLfsCommand.setRepository(Repository repo)
Set the repository to install LFS for
|
Modifier and Type | Method and Description |
---|---|
LfsFactory.LfsInstallCommand |
LfsFactory.getInstallCommand()
Retrieve an
LfsFactory.LfsInstallCommand which can be used to enable LFS
support (if available) either per repository or for the user. |
LfsFactory.LfsInstallCommand |
LfsFactory.LfsInstallCommand.setRepository(Repository repo) |
Copyright © 2021 Eclipse JGit Project. All rights reserved.