You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
checkout/__test__
Simon Baird 8b5e8b7687
Support fetching without the --progress option (#1067)
Setting the `show-progress` option to false in the `with` section of the
workflow step will cause git fetch to run without `--progress`.

The motivation is to be able to suppress the noisy progress status
output which adds many hundreds of "remote: Counting objects: 85%
(386/453)" and similar lines in the workflow log.

This should be sufficient to resolve #894 and its older friends,
though the solution is different to the one proposed there because
it doesn't use the --quiet flag. IIUC git doesn't show the progress
status by default since the output is not a terminal, so that's why
removing the --progress option is all that's needed.

Adding the --quiet flag doesn't make a lot of difference once the
--progress flag is removed, and actually I think using --quiet would
suppress some other more useful output that would be better left
visible.

Signed-off-by: Simon Baird <sbaird@redhat.com>
9 months ago
..
git-auth-helper.test.ts Support fetching without the --progress option (#1067) 9 months ago
git-command-manager.test.ts Support fetching without the --progress option (#1067) 9 months ago
git-directory-helper.test.ts Add support for sparse checkouts (#1369) 12 months ago
git-version.test.ts Convert checkout to a regular action (#70) 5 years ago
input-helper.test.ts Support fetching without the --progress option (#1067) 9 months ago
modify-work-tree.sh Convert checkout to a regular action (#70) 5 years ago
override-git-version.cmd Swap to Environment Files (#360) 4 years ago
override-git-version.sh Swap to Environment Files (#360) 4 years ago
ref-helper.test.ts update dev dependencies and react to new linting rules (#611) 3 years ago
retry-helper.test.ts update dev dependencies and react to new linting rules (#611) 3 years ago
verify-basic.sh update default branch (#305) 4 years ago
verify-clean.sh Convert checkout to a regular action (#70) 5 years ago
verify-lfs.sh Convert checkout to a regular action (#70) 5 years ago
verify-no-unstaged-changes.sh update troubleshooting instructions to include 'npm run format' 4 years ago
verify-side-by-side.sh Convert checkout to a regular action (#70) 5 years ago
verify-sparse-checkout-non-cone-mode.sh Mark test scripts with Bash'isms to be run via Bash (#1377) 12 months ago
verify-sparse-checkout.sh Mark test scripts with Bash'isms to be run via Bash (#1377) 12 months ago
verify-submodules-false.sh add support for submodules (#173) 4 years ago
verify-submodules-recursive.sh add support for submodules (#173) 4 years ago
verify-submodules-true.sh add support for submodules (#173) 4 years ago