Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.reftree | |
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method and Description |
---|---|
RefRename |
DfsRefDatabase.newRename(String fromName,
String toName)
Create a new update command to rename a reference.
|
Modifier and Type | Method and Description |
---|---|
RefRename |
RefTreeDatabase.newRename(String fromName,
String toName)
Create a new update command to rename a reference.
|
Modifier and Type | Method and Description |
---|---|
abstract RefRename |
RefDatabase.newRename(String fromName,
String toName)
Create a new update command to rename a reference.
|
RefRename |
Repository.renameRef(String fromRef,
String toRef)
Create a command to rename a ref in this repository
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.