Add shallow cloning to clone-repos.ps1

This commit is contained in:
Markus Fleschutz
2021-06-30 18:36:58 +02:00
parent 7509212f69
commit e0acb18f6d
3 changed files with 35 additions and 29 deletions

22
Data/git-repos.csv Normal file
View File

@ -0,0 +1,22 @@
AppName,FolderName,Branch,Shallow,URL
B256U, base256unicode, master, no, "https://github.com/fleschutz/base256unicode"
Bazel, bazel, master, yes, "https://github.com/bazelbuild/bazel"
CMake, cmake, master, yes, "https://github.com/Kitware/CMake"
CMatrix, cmatrix, master, yes, "https://github.com/abishekvashok/cmatrix"
CMark, cmark, master, yes, "https://github.com/commonmark/cmark"
CWTS, CWTS, master, no, "https://github.com/fleschutz/CWTS"
ElasticSearch, elasticsearch, master, yes, "https://github.com/elastic/elasticsearch"
Grafana, grafana, main, yes, "https://github.com/grafana/grafana"
LLVM, llvm, master, yes, "https://github.com/llvm/llvm-project"
Ninja, ninja, master, yes, "git://github.com/ninja-build/ninja.git"
OpenCV, opencv, master, yes, "https://github.com/opencv/opencv"
OSMA, OSMA, master, no, "https://github.com/fleschutz/OSMA"
PowerShell, PowerShell, master, no, "https://github.com/fleschutz/PowerShell"
LSS, LSS, master, yes, "https://github.com/fleschutz/LSS"
ProtoBuf, protobuf, master, yes, "https://github.com/protocolbuffers/protobuf"
SmartMonTools, smartmontools, master, yes, "https://github.com/smartmontools/smartmontools"
Tensorflow, tensorflow, master, yes, "https://github.com/tensorflow/tensorflow"
Windows Terminal,terminal, main, yes, "https://github.com/microsoft/terminal"
TinyCC, tinycc, mob, yes, "https://github.com/TinyCC/tinycc"
Voice2Json, voice2json, master, yes, "https://github.com/synesthesiam/voice2json"
ZFS, zfs, master, yes, "https://github.com/openzfs/zfs"
Can't render this file because it has a wrong number of fields in line 2.

View File

@ -1,22 +0,0 @@
AppName,FolderName,BranchName,URL
B256U, base256unicode, master, "https://github.com/fleschutz/base256unicode"
Bazel, bazel, master, "https://github.com/bazelbuild/bazel"
CMake, cmake, master, "https://github.com/Kitware/CMake"
CMatrix, cmatrix, master, "https://github.com/abishekvashok/cmatrix"
CMark, cmark, master, "https://github.com/commonmark/cmark"
CWTS, CWTS, master, "https://github.com/fleschutz/CWTS"
ElasticSearch, elasticsearch, master, "https://github.com/elastic/elasticsearch"
Grafana, grafana, master, "https://github.com/grafana/grafana"
LLVM, llvm, master, "https://github.com/llvm/llvm-project"
Ninja, ninja, master, "git://github.com/ninja-build/ninja.git"
OpenCV, opencv, master, "https://github.com/opencv/opencv"
OSMA, OSMA, master, "https://github.com/fleschutz/OSMA"
PowerShell, PowerShell, master, "https://github.com/fleschutz/PowerShell"
LSS, LSS, master, "https://github.com/fleschutz/LSS"
ProtoBuf, protobuf, master, "https://github.com/protocolbuffers/protobuf"
SmartMonTools, smartmontools, master, "https://github.com/smartmontools/smartmontools"
Tensorflow, tensorflow, master, "https://github.com/tensorflow/tensorflow"
Windows Terminal,terminal, main, "https://github.com/microsoft/terminal"
TinyCC, tinycc, master, "https://github.com/TinyCC/tinycc"
Voice2Json, voice2json, master, "https://github.com/synesthesiam/voice2json"
ZFS, zfs, master, "https://github.com/openzfs/zfs"
Can't render this file because it has a wrong number of fields in line 2.