mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-23 18:38:19 +02:00
Update list-commits.ps1
This commit is contained in:
parent
8826b75506
commit
c1376ed2bb
@ -17,7 +17,7 @@ try {
|
|||||||
$null = (git --version)
|
$null = (git --version)
|
||||||
if ($lastExitCode -ne "0") { throw "Can't execute 'git' - make sure Git is installed and available" }
|
if ($lastExitCode -ne "0") { throw "Can't execute 'git' - make sure Git is installed and available" }
|
||||||
|
|
||||||
& git fetch --all --recurse-submodules
|
$null = (git fetch --all --recurse-submodules)
|
||||||
if ($lastExitCode -ne "0") { throw "'git fetch --all --recurse-submodules' failed" }
|
if ($lastExitCode -ne "0") { throw "'git fetch --all --recurse-submodules' failed" }
|
||||||
|
|
||||||
if ($Format -eq "compact") {
|
if ($Format -eq "compact") {
|
||||||
|
Loading…
Reference in New Issue
Block a user