datalad / datalad-next

DataLad extension for new functionality and improved user experience
https://datalad.org
Other
7 stars 8 forks source link

docs: add note of Git >= v2.31 requirement for next-status #704

Closed mih closed 4 months ago

mih commented 4 months ago

It relies on rev-parse --path-format=relative, which has been added in 2.31.

Thanks to @FeHoff for reporting!

Closes: https://github.com/datalad/datalad-next/issues/702

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.41%. Comparing base (d31ef78) to head (093575d). Report is 121 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #704 +/- ## ========================================== - Coverage 92.43% 92.41% -0.02% ========================================== Files 193 193 Lines 14126 14126 Branches 2129 2129 ========================================== - Hits 13057 13055 -2 - Misses 806 808 +2 Partials 263 263 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mih commented 4 months ago

Thanks @mslw for the review!