aboutsummaryrefslogtreecommitdiff
path: root/doc/internals.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-06-09 16:33:25 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-06-09 16:33:25 -0400
commitae0331fcc188ffc844815545c7509bc40e6ae2e2 (patch)
treed6a053d821566fe13d0fc9e0cf2e8f3fc077f70b /doc/internals.mdwn
parent0518a8428f0468719ac562258696a0515ce06af8 (diff)
note on deleting files
Diffstat (limited to 'doc/internals.mdwn')
-rw-r--r--doc/internals.mdwn8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/internals.mdwn b/doc/internals.mdwn
index c6dcb9621..54edf0b38 100644
--- a/doc/internals.mdwn
+++ b/doc/internals.mdwn
@@ -53,12 +53,16 @@ It is safe to delete these files.
### `.git/annex/ssh/`
-ssh connection caching files are written in here.
+ssh connection caching files are written in here. It is safe to delete
+these files.
### `.git/annex/index`
This is a git index file which git-annex uses to stage files
-when preparing commits to the git-annex branch.
+when preparing commits to the git-annex branch.
+
+It's pretty safe to delete this file if git-annex is not currently running.
+It will be re-created as necessary.
### `.git/annex/journal/`