Skip to content

Commit c8255f8

Browse files
committed
scripts : print list of sync commits
1 parent 441f51d commit c8255f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/sync-ggml-am.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ echo "Syncing ggml changes since commit $lc"
2626

2727
cd $SRC_GGML
2828

29+
git log --oneline $lc..HEAD
2930
git log --oneline $lc..HEAD | grep -v "(llama/[0-9]*)" | cut -d' ' -f1 > $SRC_LLAMA/ggml-commits
3031

3132
if [ ! -s $SRC_LLAMA/ggml-commits ]; then

scripts/sync-ggml.last

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
168c43edd1f85ebdecd4c79262cacb32b74eda68
1+
df098ea908764cba4a4889a1cbe7b026b2d31a14

0 commit comments

Comments
 (0)