summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-03 13:02:42 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-03 13:12:53 -0400
commite5eeb401d1743372102ec4064b6f87453fdc8597 (patch)
treee514cd35000d83fe79c58f687ca32cc96f726072 /doc
parent2850dd6ad6aeb37e03d0746c10dfeb453a5e2aad (diff)
Add --all option, and support it for fsck
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 7d77d8b71..e3d6ef4dc 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -602,6 +602,18 @@ subdirectories).
will only do so when needed to help satisfy the setting of annex.numcopies,
and preferred content configuration.
+* --all
+
+ Operate on all data that has been stored in the git annex,
+ including old versions of files. This is the default behavior when
+ running git-annex in a bare repository; in a non-bare repository the
+ normal behavior is to only operate on specified files in the working
+ tree.
+
+ Note that using --all makes .gitattributes annex.numcopies settings
+ not be honored. Other numcopies settings are still taken into account.
+ --all cannot be combined with --auto.
+
* --quiet
Avoid the default verbose display of what is done; only show errors