aboutsummaryrefslogtreecommitdiff
path: root/doc/bare_repositories.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-03 14:16:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-03 14:16:01 -0400
commit0fc79db075e84758b32c0155e86f506606eeaf37 (patch)
tree5bef6ea8bfbb4fdfb30dda89f95f4959a69f44e3 /doc/bare_repositories.mdwn
parent79158e7c175d3ad13d574fab7f700f61c2efbdcc (diff)
update docs for --all
Diffstat (limited to 'doc/bare_repositories.mdwn')
-rw-r--r--doc/bare_repositories.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bare_repositories.mdwn b/doc/bare_repositories.mdwn
index dde74c60a..86652792b 100644
--- a/doc/bare_repositories.mdwn
+++ b/doc/bare_repositories.mdwn
@@ -18,6 +18,11 @@ as non-bare repositories. Except for these caveats:
branches that have been pushed to the bare repository. So use it with care..
* Commands that need a work tree, like `git annex add` won't work in a bare
repository, of course.
+* However, you can (with recent versions of git-annex) run `git annex copy`,
+ `git annex get`, and `git annex move` in a bare repository. These behave
+ as if the `--all` option were used, and just operate on every single
+ version of every single file that is present in the git repository
+ history.
***