datalad icon indicating copy to clipboard operation
datalad copied to clipboard

adjust for new error message in git cat-file

Open adswa opened this issue 2 years ago • 2 comments

Since at least Git 2.39.2, the error reads:

❱ git cat-file -p git-annex:remote.log fatal: invalid object name 'git-annex'.

This change adjusts for this in a similar way it has so far been accounted for

adswa avatar Feb 07 '24 11:02 adswa

Codecov Report

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

Project coverage is 91.24%. Comparing base (ed8da62) to head (60ae7c5). Report is 18 commits behind head on maint.

Additional details and impacted files
@@           Coverage Diff           @@
##            maint    #7559   +/-   ##
=======================================
  Coverage   91.23%   91.24%           
=======================================
  Files         325      325           
  Lines       43440    43446    +6     
  Branches     5785     5785           
=======================================
+ Hits        39633    39641    +8     
+ Misses       3792     3790    -2     
  Partials       15       15           

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

codecov[bot] avatar Feb 07 '24 12:02 codecov[bot]

The extension test for datalad-container failing is unrelated - its a missing dependency for the singularity installation.

adswa avatar Feb 13 '24 09:02 adswa

I am promoting this PR to major advancement of datalad.

yarikoptic avatar Apr 06 '24 15:04 yarikoptic