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

Add -recursive to recommended git clone command line #421

Merged
merged 2 commits into from
Dec 8, 2020

Conversation

ThomsonTan
Copy link
Contributor

-resursive is available an option for git since 1.6.5 which clones all submodules. The current version of git is 2.28 or above so I think it is fine to expect -recursive for git. This would be very helpful as we added many dependencies as submodule to this repo.

Also add line-ending setting for .cc file which is missing.

@ThomsonTan ThomsonTan requested a review from a team December 4, 2020 19:23
@codecov
Copy link

codecov bot commented Dec 4, 2020

Codecov Report

Merging #421 (2829ce1) into master (1694139) will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #421      +/-   ##
==========================================
+ Coverage   94.54%   94.59%   +0.05%     
==========================================
  Files         179      179              
  Lines        7677     7677              
==========================================
+ Hits         7258     7262       +4     
+ Misses        419      415       -4     
Impacted Files Coverage Δ
sdk/test/common/circular_buffer_test.cc 100.00% <0.00%> (+1.02%) ⬆️
sdk/test/metrics/counter_aggregator_test.cc 100.00% <0.00%> (+1.78%) ⬆️
sdk/include/opentelemetry/sdk/metrics/controller.h 96.77% <0.00%> (+6.45%) ⬆️

CONTRIBUTING.md Show resolved Hide resolved
@alolita
Copy link
Member

alolita commented Dec 7, 2020

Triaged Dec 7 2020: @jsuereth can you please review so that this can be merged?

@lalitb lalitb merged commit 22f25fc into open-telemetry:master Dec 8, 2020
@ThomsonTan ThomsonTan deleted the AddRecursive branch September 22, 2021 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants