specific depth nubmer

This commit is contained in:
Alex Janka 2024-08-01 12:22:29 +10:00 committed by Alex Janka
parent 9d6230e63c
commit f84270fee0

View file

@ -22,7 +22,7 @@ jobs:
- name: shallow
run: cat .git/shallow
- name: deepend tree
run: git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules origin refs/heads/main +refs/tags/*:refs/tags/*
run: git fetch --tags --recurse-submodules=no --depth 100
- name: status
run: git status
- name: shallow