| Package | Description |
|---|---|
| org.eclipse.jgit.hooks | |
| org.eclipse.jgit.lfs | |
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| org.eclipse.jgit.util |
Utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static PrePushHook |
Hooks.prePush(Repository repo,
java.io.PrintStream outputStream)
Create pre-push hook for the given repository
|
| Modifier and Type | Class and Description |
|---|---|
class |
LfsPrePushHook
Pre-push hook that handles uploading LFS artefacts.
|
| Modifier and Type | Method and Description |
|---|---|
PrePushHook |
BuiltinLFS.getPrePushHook(Repository repo,
java.io.PrintStream outputStream) |
| Modifier and Type | Field and Description |
|---|---|
private PrePushHook |
Transport.prePush |
| Modifier and Type | Method and Description |
|---|---|
PrePushHook |
LfsFactory.getPrePushHook(Repository repo,
java.io.PrintStream outputStream)
Retrieve a pre-push hook to be applied.
|