Skip to content

Conversation

@ezbz
Copy link
Owner

@ezbz ezbz commented Jul 3, 2024

…thod to support things like shallow clone (e.g., --depth=1)

Fixes: #103
Fixes: #11

Release version 1.2.6

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration and specify the type of test (unit, integration, e2e)

  • Test A
  • Test B

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings and do not breat any existing tests
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

…thod to support things like shallow clone (e.g., --depth=1)

Fixes: #103
Fixes: #11

Release version 1.2.6
@ezbz ezbz merged commit 6617743 into main Jul 3, 2024
@codecov
Copy link

codecov bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.70%. Comparing base (a669b68) to head (cb48f74).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #130      +/-   ##
==========================================
+ Coverage   92.61%   92.70%   +0.08%     
==========================================
  Files          10       10              
  Lines         420      425       +5     
==========================================
+ Hits          389      394       +5     
  Misses         31       31              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ezbz
Copy link
Owner Author

ezbz commented Jul 3, 2024

Fixes: #41

@ezbz ezbz deleted the git_multiopts branch July 5, 2024 04:39
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.

Git Shallow Clone Does not grab all branches/tags

2 participants