Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetchTree: clarify docs for shallow flag #9390

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

DavHau
Copy link
Member

@DavHau DavHau commented Nov 19, 2023

Motivation

Improve docs for git fetcher.
To many users it seemed unclear that the shallow flag does not shallow the repo any more than available on the remote.

Priorities

Add 👍 to pull requests you find important.

@DavHau DavHau mentioned this pull request Nov 19, 2023
@thufschmitt thufschmitt added backport 2.13-maintenance Automatically creates a PR against the branch backport 2.14-maintenance Automatically creates a PR against the branch backport 2.15-maintenance Automatically creates a PR against the branch backport 2.16-maintenance Automatically creates a PR against the branch backport 2.17-maintenance Automatically creates a PR against the branch backport 2.18-maintenance Automatically creates a PR against the branch backport 2.19-maintenance Automatically creates a PR against the branch labels Nov 20, 2023
@thufschmitt thufschmitt merged commit cfc6494 into NixOS:master Nov 20, 2023
15 checks passed
Copy link

Backport failed for 2.13-maintenance, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin 2.13-maintenance
git worktree add -d .worktree/backport-9390-to-2.13-maintenance origin/2.13-maintenance
cd .worktree/backport-9390-to-2.13-maintenance
git switch --create backport-9390-to-2.13-maintenance
git cherry-pick -x 796a7eb92d2b0caf75685126adc7460a4c39cfec

Copy link

Backport failed for 2.14-maintenance, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin 2.14-maintenance
git worktree add -d .worktree/backport-9390-to-2.14-maintenance origin/2.14-maintenance
cd .worktree/backport-9390-to-2.14-maintenance
git switch --create backport-9390-to-2.14-maintenance
git cherry-pick -x 796a7eb92d2b0caf75685126adc7460a4c39cfec

Copy link

Successfully created backport PR for 2.15-maintenance:

Copy link

Successfully created backport PR for 2.16-maintenance:

Copy link

Successfully created backport PR for 2.17-maintenance:

Copy link

Successfully created backport PR for 2.18-maintenance:

Copy link

Successfully created backport PR for 2.19-maintenance:

@DavHau DavHau mentioned this pull request Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.13-maintenance Automatically creates a PR against the branch backport 2.14-maintenance Automatically creates a PR against the branch backport 2.15-maintenance Automatically creates a PR against the branch backport 2.16-maintenance Automatically creates a PR against the branch backport 2.17-maintenance Automatically creates a PR against the branch backport 2.18-maintenance Automatically creates a PR against the branch backport 2.19-maintenance Automatically creates a PR against the branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants