-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Conversation
Backport failed for 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 |
Backport failed for 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 |
Successfully created backport PR for |
Successfully created backport PR for |
Successfully created backport PR for |
Successfully created backport PR for |
Successfully created backport PR for |
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.