Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit ae35e3f

Browse files
author
Dirk Lemstra
committed
Added git show after the repositories are cloned.
1 parent 92fbf88 commit ae35e3f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CloneRepositories.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
set REPOS="https://github.com/ImageMagick/"
3+
set REPOS="https://github.com/ImageMagick"
44
if not "%1"=="" set REPOS=%1
55

66
set TYPE="full"

CloneRepositories.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ clone_repository()
2727
git clone -b $branch --depth 1 $1/$3.git $dir
2828
fi
2929
fi
30+
cd $dir
31+
git show --oneline -s
32+
cd ..
3033
}
3134

3235
clone_repository $1 $2 'bzlib'

0 commit comments

Comments
 (0)