summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-27 14:35:29 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-27 14:35:29 -0400
commit981b3009c68b26a0b0e49ee2b023519a9152363e (patch)
tree71bd9bf328140d3ba19d4f724912bdb20e0b7b61
parent8d365e3475b2de41e82cddd88486f8fc4934d561 (diff)
response; delete duplicate forum thread
-rw-r--r--doc/direct_mode.mdwn3
-rw-r--r--doc/direct_mode/comment_18_e46f70efa6d8d65d5ef81cdcbd844869._comment10
-rw-r--r--doc/forum/undo_--depth_option_missing.mdwn3
3 files changed, 10 insertions, 6 deletions
diff --git a/doc/direct_mode.mdwn b/doc/direct_mode.mdwn
index 17f47011b..4c2cb2dd7 100644
--- a/doc/direct_mode.mdwn
+++ b/doc/direct_mode.mdwn
@@ -112,9 +112,6 @@ dutifully committed it and you realise your mistake, you can try:
git annex undo file
-to revert the last change to `file`. Note that you can use the `--depth`
-flag to revert earlier versions of the file.
-
## forcing git to use the work tree in direct mode
This is for experts only. You can lose data doing this, or check enormous
diff --git a/doc/direct_mode/comment_18_e46f70efa6d8d65d5ef81cdcbd844869._comment b/doc/direct_mode/comment_18_e46f70efa6d8d65d5ef81cdcbd844869._comment
new file mode 100644
index 000000000..2aeb3eca4
--- /dev/null
+++ b/doc/direct_mode/comment_18_e46f70efa6d8d65d5ef81cdcbd844869._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-05-27T18:31:26Z"
+ content="""
+This page mentioned a --depth option, but no, it was never implemented.
+I have updated this page.
+
+(Deleted a forum thread that duplicated the previous comment.)
+"""]]
diff --git a/doc/forum/undo_--depth_option_missing.mdwn b/doc/forum/undo_--depth_option_missing.mdwn
deleted file mode 100644
index cc50e383d..000000000
--- a/doc/forum/undo_--depth_option_missing.mdwn
+++ /dev/null
@@ -1,3 +0,0 @@
-Well I just spent 4 hours building a OSX GUI around git annex undo --depth and it responds with "git-annex: unrecognized option '--depth'"... lol Please tell me that option exists somewhere other than the documentation... lol
-
-Should I abandon my efforts or does it really exist (I couldn't find it in the source)?