Skip to content

fix: warn instead of dying on per-repo errors in git/fetch and git/switchtomain#718

Merged
credfeto merged 1 commit into
mainfrom
fix/warn-instead-of-die-on-repo-fetch-errors
Jul 11, 2026
Merged

fix: warn instead of dying on per-repo errors in git/fetch and git/switchtomain#718
credfeto merged 1 commit into
mainfrom
fix/warn-instead-of-die-on-repo-fetch-errors

Conversation

@dnyw4l3n13

Copy link
Copy Markdown
Collaborator

Description

How Has This Been Tested

  • All unit tests pass.
  • All integration tests pass.
  • Manual Testing:

Types of changes

  • Docs change
  • Refactoring
  • Dependency upgrade
  • Additional Unit Tests\Integration Tests
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing
    functionality to change)
  • Removed no-longer used code

Deployment Configuration Changes

  • Requires deployment configuration changes as specified below and in CHANGELOG.md

Checklist

  • I have added tests to cover my changes.
  • Unreleased section of CHANGELOG.md has been updated with details of this PR.

@dnyw4l3n13 dnyw4l3n13 added the auto-pr Pull request created automatically label Jul 11, 2026
@credfeto

credfeto commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Super-linter summary

Language Validation result
BASH Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

…itchtomain

A failure in a single repo (unreachable origin, failed checkout, etc.)
previously called die() and aborted the whole loop via the piped
subshell, leaving every later repo unprocessed. Now such failures are
warned about and that repo is skipped so the rest still get fetched
and/or switched.
@credfeto credfeto force-pushed the fix/warn-instead-of-die-on-repo-fetch-errors branch from 5f5cf7d to 5cb2c1d Compare July 11, 2026 12:57
@credfeto credfeto enabled auto-merge July 11, 2026 12:57
@credfeto credfeto merged commit e5eeea7 into main Jul 11, 2026
26 checks passed
@credfeto credfeto deleted the fix/warn-instead-of-die-on-repo-fetch-errors branch July 11, 2026 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-pr Pull request created automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants