dandi / dandisets

737 Dandisets, 812.2 TB total. DataLad super-dataset of all Dandisets from https://github.com/dandisets
10 stars 0 forks source link

Avoid opening an editor when doing `git pull` #214

Closed jwodder closed 2 years ago

jwodder commented 2 years ago

Several times now, I have found the backup script stalled because a git pull command opened an editor for entering a commit message for a merge commit. This PR should hopefully cause such merges to go through automatically.

codecov[bot] commented 2 years ago

Codecov Report

Merging #214 (05ed933) into draft (6dd7b2e) will decrease coverage by 0.01%. The diff coverage is 27.27%.

@@            Coverage Diff             @@
##            draft     #214      +/-   ##
==========================================
- Coverage   78.47%   78.45%   -0.02%     
==========================================
  Files          13       13              
  Lines        1789     1792       +3     
  Branches      301      303       +2     
==========================================
+ Hits         1404     1406       +2     
- Misses        276      277       +1     
  Partials      109      109              
Impacted Files Coverage Δ
tools/backups2datalad/adataset.py 77.86% <0.00%> (-1.21%) :arrow_down:
tools/backups2datalad/aioutil.py 82.82% <0.00%> (ø)
tools/backups2datalad/datasetter.py 70.89% <50.00%> (-0.27%) :arrow_down:
tools/backups2datalad/util.py 80.12% <0.00%> (+1.24%) :arrow_up:

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 bad96b1...05ed933. Read the comment docs.