|
|
@ -96,7 +96,7 @@ import org.eclipse.jgit.revwalk.RevWalk; |
|
|
|
* <p> |
|
|
|
* <p> |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
class RebuildCommitGraph extends TextBuiltin { |
|
|
|
class RebuildCommitGraph extends TextBuiltin { |
|
|
|
private final String REALLY = "--destroy-this-repository"; |
|
|
|
private static final String REALLY = "--destroy-this-repository"; |
|
|
|
|
|
|
|
|
|
|
|
@Option(name = REALLY, usage = "usage_approveDestructionOfRepository") |
|
|
|
@Option(name = REALLY, usage = "usage_approveDestructionOfRepository") |
|
|
|
boolean really; |
|
|
|
boolean really; |
|
|
|