What's Changed
- Fix population of
.git/branchfile by @paul-szymanski-a9s in #442 - return more helpful error if uri is empty by @taylorsilva in #444
- check source and param fields for any unknown keys by @taylorsilva in #445
- remove trailing whitespace from string input values by @taylorsilva in #446
- Add
--progressflag to git clone for better CI visibility by @analytically in #449 - Hide result of
jq --exit-statusby @taylorsilva in #450 - Add
--progressto the in script by @taylorsilva in #451 - Docs: Add missing
fetchparameter toin_schema.jsonand document it by @analytically in #458 - feat: enable HTTP/2 for Git operations by @analytically in #454
- fix: handle custom SSH ports in ssh:// URLs by @analytically in #455
- feat(in): export all git metadata to files for pipeline access by @analytically in #456
- fix(in): apply
git_configlocally for persistence across tasks by @analytically in #457 - Optimize partial clone filter strategy based on path filtering requirements by @analytically in #452
- feat: Add rebase strategy options to put operation by @analytically in #453
- fix(check): find tags on unmerged branches when tag filtering enabled by @analytically in #461
- update readme typo by @paraassekhon in #462
- Don't create a branch if it already exists by @taylorsilva in #463
- add
all_branchesasget.paramto fetch all branches during cloning by @taylorsilva in #464
New Contributors
- @paul-szymanski-a9s made their first contribution in #442
- @analytically made their first contribution in #449
- @paraassekhon made their first contribution in #462
Full Changelog: v1.20.0...v1.21.0