summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-22 13:18:30 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-22 13:18:30 -0400
commit9943440a479a53c17bfda42ab8efa301b89e6b83 (patch)
tree6f8926e40471fa61d17668229cfe036e221c9ed3
parent1450ad6a802b24c39a6bc9fc70ddd038fe809340 (diff)
comment
-rw-r--r--doc/bugs/Stale_keys_not_forgotten_upon_git-annex_forget/comment_1_2b34b39ef76f205187b1d44fbbccd7f6._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/Stale_keys_not_forgotten_upon_git-annex_forget/comment_1_2b34b39ef76f205187b1d44fbbccd7f6._comment b/doc/bugs/Stale_keys_not_forgotten_upon_git-annex_forget/comment_1_2b34b39ef76f205187b1d44fbbccd7f6._comment
new file mode 100644
index 000000000..e5f50c84a
--- /dev/null
+++ b/doc/bugs/Stale_keys_not_forgotten_upon_git-annex_forget/comment_1_2b34b39ef76f205187b1d44fbbccd7f6._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-05-22T17:16:28Z"
+ content="""
+`git annex forget` removes historcal data about where files were located in
+the past, but it does not affect the current logs about the current
+location (or lack of location) of files.
+
+It would be possible to extend `git annex forget` to do that, which is one
+approach to possibly solving [[fsck_reports_unsolvable_problem]].
+"""]]