diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-01 21:42:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-01 21:42:25 -0400 |
commit | ae3837431df9404dc70e3a73855c25aa71d2b1de (patch) | |
tree | 9184429402aa6328bee3bc110c5985fc496daa42 /doc/bugs/endless_loop_when_PWD_gone.mdwn | |
parent | a69a27588057600f304fff6eeb9cbb42bc9ebb36 (diff) |
Avoid looping if long-running git cat-file or git hash-object crashes and keeps crashing when restarted.
Diffstat (limited to 'doc/bugs/endless_loop_when_PWD_gone.mdwn')
-rw-r--r-- | doc/bugs/endless_loop_when_PWD_gone.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/endless_loop_when_PWD_gone.mdwn b/doc/bugs/endless_loop_when_PWD_gone.mdwn index 16eaadfcf..2df9e9c14 100644 --- a/doc/bugs/endless_loop_when_PWD_gone.mdwn +++ b/doc/bugs/endless_loop_when_PWD_gone.mdwn @@ -12,3 +12,5 @@ This results in git-annex entering an endless loop: fatal: Unable to read current working directory: No such file or directory fatal: Unable to read current working directory: No such file or directory fatal: Unable to read current working directory: No such file or directory + +> [[fixed|done]] --[[Joey]] |