Package | Description |
---|---|
org.eclipse.jgit.lib |
Modifier and Type | Field and Description |
---|---|
protected RefUpdate |
RefRename.destination
Update operation to create/overwrite the destination reference.
|
protected RefUpdate |
RefRename.source
Update operation to read and delete the source reference.
|
Modifier and Type | Method and Description |
---|---|
abstract RefUpdate |
RefDatabase.newUpdate(String name,
boolean detach)
Create a new update command to create, modify or delete a reference.
|
RefUpdate |
Repository.updateRef(String ref)
Create a command to update, create or delete a ref in this repository.
|
RefUpdate |
Repository.updateRef(String ref,
boolean detach)
Create a command to update, create or delete a ref in this repository.
|
Constructor and Description |
---|
RefRename(RefUpdate src,
RefUpdate dst)
Initialize a new rename operation.
|
Copyright © 2012. All Rights Reserved.