diff options
author | Greg Grossmeier <greg@grossmeier.net> | 2014-02-21 13:30:11 -0800 |
---|---|---|
committer | Greg Grossmeier <greg@grossmeier.net> | 2014-02-21 13:30:11 -0800 |
commit | d31bf5cc03ab2f6d0328929f219ebc3cbaf2a7ec (patch) | |
tree | 030df167e05929a867368b4155703c6a1f5ad7d7 /doc/todo/ctrl_c_handling.mdwn | |
parent | 7d82f8010614df75d24cbcedf4bd54f6b7fc1289 (diff) |
clarification
Diffstat (limited to 'doc/todo/ctrl_c_handling.mdwn')
-rw-r--r-- | doc/todo/ctrl_c_handling.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/ctrl_c_handling.mdwn b/doc/todo/ctrl_c_handling.mdwn index ddce8eca0..7101d578f 100644 --- a/doc/todo/ctrl_c_handling.mdwn +++ b/doc/todo/ctrl_c_handling.mdwn @@ -2,4 +2,4 @@ Sometimes I start off a large file transfer to a new remote (a la "git-annex cop I believe all of the special remotes transfer the files one at a time, which is good, and provides a sensible place to interrupt a copy/move operation. -Wish: When I press ctrl+c in the terminal, git-annex will catch that and finish it's current transfer and then exit. For the case where the file currently being transfered also needs to be killed (ie: it's a big .iso) then subsequent ctrl+c's can do that. +Wish: When I press ctrl+c in the terminal, git-annex will catch that and finish it's current transfer and then exit cleanly (ie: no odd backtraces in the special remote code). For the case where the file currently being transfered also needs to be killed (ie: it's a big .iso) then subsequent ctrl+c's can do that. |