We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fetch call doesn't support --depth it may be required after git remote add
fetch
--depth
git remote add
Fetch call should accept :depth
:depth
fetch call don't care about :depth
The text was updated successfully, but these errors were encountered:
ruby-git#533 Add --depth options for fetch call
d0a7a16
Signed-off-by: Alexande B <abobrikovich@gmail.com>
#533 Add --depth options for fetch call (#534)
984ff7f
Added in git gem 1.10.0
Sorry, something went wrong.
No branches or pull requests
Subject of the issue
fetch
call doesn't support--depth
it may be required aftergit remote add
Your environment
Steps to reproduce
Expected behavior
Fetch call should accept
:depth
Actual behaviour
fetch
call don't care about:depth
The text was updated successfully, but these errors were encountered: