Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Repository.Clone added Tags option, and set by default AllTags #576

Merged
merged 2 commits into from
Sep 4, 2017
Merged

Repository.Clone added Tags option, and set by default AllTags #576

merged 2 commits into from
Sep 4, 2017

Conversation

mcuadros
Copy link
Contributor

@mcuadros mcuadros commented Sep 4, 2017

This PR fixes #574 and implements the --no-tags option at clone

@mcuadros mcuadros requested a review from ajnavarro September 4, 2017 11:55
@codecov
Copy link

codecov bot commented Sep 4, 2017

Codecov Report

Merging #576 into master will decrease coverage by 0.57%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #576      +/-   ##
==========================================
- Coverage      78%   77.42%   -0.58%     
==========================================
  Files         129      129              
  Lines        9914     9922       +8     
==========================================
- Hits         7733     7682      -51     
- Misses       1338     1410      +72     
+ Partials      843      830      -13
Impacted Files Coverage Δ
options.go 85.48% <100%> (+1%) ⬆️
remote.go 74.44% <100%> (+0.18%) ⬆️
repository.go 73.93% <100%> (+0.05%) ⬆️
plumbing/transport/ssh/common.go 20.54% <0%> (-45.21%) ⬇️
plumbing/transport/ssh/auth_method.go 31.57% <0%> (-22.81%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c20028f...7cdc443. Read the comment docs.

@mcuadros mcuadros merged commit 770800d into src-d:master Sep 4, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clone can't checkout commit pointed to by tag, but Git works
2 participants