|
|
@ -346,7 +346,8 @@ public class CloneCommand extends TransportCommand<CloneCommand, Git> { |
|
|
|
* @see URIish#getHumanishName() |
|
|
|
* @see URIish#getHumanishName() |
|
|
|
* |
|
|
|
* |
|
|
|
* @param directory |
|
|
|
* @param directory |
|
|
|
* the directory to clone to |
|
|
|
* the directory to clone to, or {@code null} if the directory |
|
|
|
|
|
|
|
* name should be taken from the source uri |
|
|
|
* @return this instance |
|
|
|
* @return this instance |
|
|
|
* @throws IllegalStateException |
|
|
|
* @throws IllegalStateException |
|
|
|
* if the combination of directory, gitDir and bare is illegal. |
|
|
|
* if the combination of directory, gitDir and bare is illegal. |
|
|
@ -362,7 +363,8 @@ public class CloneCommand extends TransportCommand<CloneCommand, Git> { |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* @param gitDir |
|
|
|
* @param gitDir |
|
|
|
* the repository meta directory |
|
|
|
* the repository meta directory, or {@code null} to choose one |
|
|
|
|
|
|
|
* automatically at clone time |
|
|
|
* @return this instance |
|
|
|
* @return this instance |
|
|
|
* @throws IllegalStateException |
|
|
|
* @throws IllegalStateException |
|
|
|
* if the combination of directory, gitDir and bare is illegal. |
|
|
|
* if the combination of directory, gitDir and bare is illegal. |
|
|
|