mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
Close https://github.com/JetBrains/intellij-community/pull/2595 GitOrigin-RevId: 54f2d033492babdbb91daba9e0d2e903062b99e0
9 lines
205 B
Batchfile
9 lines
205 B
Batchfile
@echo off
|
|
|
|
:ParseArgs
|
|
if "%~1" == "--shallow" (
|
|
call git clone git://git.jetbrains.org/idea/android.git android --depth 1
|
|
) else (
|
|
call git clone git://git.jetbrains.org/idea/android.git android
|
|
)
|