fix git-annex add regression on deleted file
Fix a regression in 10.20220624 that caused git-annex add to crash when there was an unstaged deletion. Sponsored-by: Dartmouth College's Datalad project
This commit is contained in:
parent
15c0cff2da
commit
94029995fa
5 changed files with 35 additions and 17 deletions
|
@ -47,3 +47,5 @@ I am a little surprised that it is only datalad-crawler, not datalad or git-anne
|
|||
|
||||
[[!meta author=yoh]]
|
||||
[[!tag projects/datalad]]
|
||||
|
||||
> [[fixed|done]] --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 2"""
|
||||
date="2022-08-19T16:39:11Z"
|
||||
content="""
|
||||
Fixed this.
|
||||
|
||||
The test suite does test add of renamed files, but just barely missed it
|
||||
since it ran git-annex add of the destination file only.
|
||||
Added a test case for this.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue