summaryrefslogtreecommitdiff
path: root/doc/git-annex-view.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2023-02-27 15:39:58 -0400
committerJoey Hess <joeyh@joeyh.name>2023-02-27 15:39:58 -0400
commitbb54c8a633a116f8c84bd2c71594f075c957f3bd (patch)
tree422e44188e9eb87db76c7086b4727d6ccaf1ba12 /doc/git-annex-view.mdwn
parent1c4f4b449a827256450ebd0feb427b52c5ce95cf (diff)
support --hide-missing adjustment of view branches
I had thought this would not make sense to combine with view branches, since removing files from a view changes metadata. However, that's committing removal of files. With --hide-missing, the files get removed when git-annex updates the branch itself, so there is no conflict. It does not seem likely to be very useful, but it does work! And that's nice because it means all types of adjusted branches can be combined with view branches. Sponsored-by: Max Thoursie on Patreon
Diffstat (limited to 'doc/git-annex-view.mdwn')
-rw-r--r--doc/git-annex-view.mdwn4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/git-annex-view.mdwn b/doc/git-annex-view.mdwn
index f1a22d2f85..b8e126403b 100644
--- a/doc/git-annex-view.mdwn
+++ b/doc/git-annex-view.mdwn
@@ -44,10 +44,6 @@ into the `_` directory and committing will unset the metadata.
The name of the `_` directory can be changed using the annex.viewunsetdirectory
git config.
-In a view, annexed files are usually locked, but when both this command
-and [[git-annex-adjust]](1) are used, files in the view will be
-adjusted.
-
# OPTIONS
* The [[git-annex-common-options]](1) can be used.