summaryrefslogtreecommitdiff
path: root/doc/bugs/Stale_lock_files_on_Android.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/Stale_lock_files_on_Android.mdwn')
-rw-r--r--doc/bugs/Stale_lock_files_on_Android.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/Stale_lock_files_on_Android.mdwn b/doc/bugs/Stale_lock_files_on_Android.mdwn
index 77ebc0890..b3451a153 100644
--- a/doc/bugs/Stale_lock_files_on_Android.mdwn
+++ b/doc/bugs/Stale_lock_files_on_Android.mdwn
@@ -35,3 +35,10 @@ fatal: Unable to create '/mnt/sdcard/reference/.git/index.lock': File exists.
# End of transcript or log.
"""]]
+
+> The '/mnt/sdcard/reference/.git/index.lock' lock file will now be
+> automatically dealt with. Have not done anything about the refs/remotes
+> lock files yet. --[[Joey]]
+>
+> Now the assistant deals with all stale git lock files on startup.
+> [[done]] --[[Joey]]