This commit is contained in:
parent
606d87cf4d
commit
a4602796db
1 changed files with 31 additions and 0 deletions
|
@ -0,0 +1,31 @@
|
|||
### Please describe the problem.
|
||||
|
||||
When git annex uninit is interrupted, git status shows
|
||||
|
||||
# On branch master
|
||||
# Changes to be committed:
|
||||
# (use "git reset HEAD <file>..." to unstage)
|
||||
|
||||
deleted: file1
|
||||
|
||||
file1 is the file that was being processed at the time of the interrupt.
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
|
||||
git annex uninit
|
||||
|
||||
Ctrl-C
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
|
||||
4.20130709
|
||||
|
||||
### Please provide any additional information below.
|
||||
|
||||
[[!format sh """
|
||||
# If you can, paste a complete transcript of the problem occurring here.
|
||||
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
|
||||
|
||||
|
||||
# End of transcript or log.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue