response; delete duplicate forum thread

This commit is contained in:
Joey Hess 2015-05-27 14:35:29 -04:00
parent 23becb9ae3
commit 25d7db934d
3 changed files with 10 additions and 6 deletions

View file

@ -112,9 +112,6 @@ dutifully committed it and you realise your mistake, you can try:
git annex undo file 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 ## forcing git to use the work tree in direct mode
This is for experts only. You can lose data doing this, or check enormous This is for experts only. You can lose data doing this, or check enormous

View file

@ -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.)
"""]]

View file

@ -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)?