blob: e7698883f85c6b37692776146af14546a331668f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
### 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.
"""]]
> [[done]]; see my comment --[[Joey]]
|