|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jgit.lib.RefLogWriter
public class RefLogWriter
Utility class to work with reflog files
| Constructor Summary | |
|---|---|
RefLogWriter()
|
|
| Method Summary | |
|---|---|
static void |
writeReflog(Repository repo,
ObjectId oldCommit,
ObjectId commit,
java.lang.String message,
java.lang.String refName)
Deprecated. rely upon RefUpdate's automatic logging instead. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RefLogWriter()
| Method Detail |
|---|
public static void writeReflog(Repository repo,
ObjectId oldCommit,
ObjectId commit,
java.lang.String message,
java.lang.String refName)
throws java.io.IOException
RefUpdate's automatic logging instead.
repo - repository to useoldCommit - previous commitcommit - new commitmessage - reflog messagerefName - full ref name
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||