summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-06-06 13:00:54 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-06-06 13:00:54 -0400
commitef4643b2a1ff66587bfeb1a0fc52b5328fe196ce (patch)
tree79d5f71065ae35cf0da7bf6c0e82eb103f983f69
parent954898841c332833dd1b2e40d745fd5ce4caf41d (diff)
response
-rw-r--r--doc/forum/git_annex_uninit_creates_broken_symlinks/comment_1_b7fb7fac51f59b23aafbc8dcce0aef07._comment11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/git_annex_uninit_creates_broken_symlinks/comment_1_b7fb7fac51f59b23aafbc8dcce0aef07._comment b/doc/forum/git_annex_uninit_creates_broken_symlinks/comment_1_b7fb7fac51f59b23aafbc8dcce0aef07._comment
new file mode 100644
index 000000000..b6de55622
--- /dev/null
+++ b/doc/forum/git_annex_uninit_creates_broken_symlinks/comment_1_b7fb7fac51f59b23aafbc8dcce0aef07._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2017-06-06T16:59:00Z"
+ content="""
+If you uninit a repository that does not have the content of some files
+locally present, you'll be left with broken symlinks for those files.
+
+The way to avoid this is to run `git annex get` to get the contents of
+all files downloaded into the repository before you uninit.
+"""]]