Fetch all history for all tags and branches when fetch-depth=0

This commit is contained in:
eric sciple 2020-05-23 21:43:35 -04:00
parent 2ff2fbdea4
commit bbe3883b65
9 changed files with 338 additions and 86 deletions

View file

@ -70,7 +70,7 @@ We want to take this opportunity to make behavioral changes, from v1. This docum
description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching'
default: true
fetch-depth:
description: 'Number of commits to fetch. 0 indicates all history.'
description: 'Number of commits to fetch. 0 indicates all history for all tags and branches.'
default: 1
lfs:
description: 'Whether to download Git-LFS files'