-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ng-dev/pr): Use
--deepen
in place of --depth
during fetches i…
…n rebasing Previously we used `--depth` to ensure that enough commits were included in the repository to effectively perform rebases. However, using `--depth` sets the depth of the repository, and if the repository previously was unshallow, it because a shallow repository. Instead by using deepen, the depth will be increased by the provided value. This will ensure that the enough commits are included and will be a noop if an unshallow repo is deepened further.
- Loading branch information
1 parent
5e1f351
commit 9416a56
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters