changeset 81833 | 4fb4dc832c86 |
parent 81832 | 7c92343b5408 |
child 81867 | f0ae2acbefd5 |
--- a/src/Pure/System/isabelle_system.scala Thu Jan 16 22:48:16 2025 +0100 +++ b/src/Pure/System/isabelle_system.scala Thu Jan 16 22:54:25 2025 +0100 @@ -507,7 +507,7 @@ ssh: SSH.System = SSH.Local, progress: Progress = new Progress ): Unit = { - progress.echo("Cloning " + quote(url)) + progress.echo("Cloning " + quote(url) + " ...") bash( "git clone --quiet --no-checkout " + Bash.string(url) + " . && " + "git checkout --quiet --detach " + Bash.string(checkout),