aboutsummaryrefslogtreecommitdiff
path: root/doc/direct_mode.mdwn
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2015-02-15 05:42:50 +0000
committerGravatar admin <admin@branchable.com>2015-02-15 05:42:50 +0000
commite81a8c4cb715ab0a7655636d9285c75de73b4d15 (patch)
tree291f5dc6e36921e1cf4ccd7e477c989edee48807 /doc/direct_mode.mdwn
parent46354c1423e7e1180a84d64780b928127f29fcdb (diff)
mention --dept
Diffstat (limited to 'doc/direct_mode.mdwn')
-rw-r--r--doc/direct_mode.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/direct_mode.mdwn b/doc/direct_mode.mdwn
index 436207ee5..215f5da8f 100644
--- a/doc/direct_mode.mdwn
+++ b/doc/direct_mode.mdwn
@@ -119,7 +119,7 @@ to revert the last committed change to `file` in direct mode. Note that if the f
$ git annex status file # look how that change is now committed
$ git annex undo file # okay, good to go, now we're reverting to the previous version
-If you would have skipped that `git annex add`, above, you would have revert to the version *before* the version that was before the modified version! In other words, two versions before!
+If you would have skipped that `git annex add`, above, you would have revert to the version *before* the version that was before the modified version! In other words, two versions before! Note that you can use the `--depth` flag to revert even earlier versions of the file.
## forcing git to use the work tree in direct mode