diff options
author | anarcat <anarcat@web> | 2016-06-23 14:39:49 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-06-23 14:39:49 +0000 |
commit | 211ae668ce97497cb4c3cf6cf0b2714d71d8a0e5 (patch) | |
tree | 87b6a929dc5c9ee5071c43d2487702efc2b7bb96 | |
parent | e4e5bb6797fb468a7489c0da634bd111196ce10f (diff) |
link to the adjust manpage
-rw-r--r-- | doc/design/adjusted_branches.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/adjusted_branches.mdwn b/doc/design/adjusted_branches.mdwn index 7946e6405..608c04c9a 100644 --- a/doc/design/adjusted_branches.mdwn +++ b/doc/design/adjusted_branches.mdwn @@ -12,7 +12,7 @@ version of the original branch, eg `adjusted/master`. There would be a adjustment function. For #1 above it would simply convert all annex symlinks to annex file pointers. For #2 above it would omit files whose content is not currently in the annex. Sometimes, both #1 and #2 would -be wanted. +be wanted. The function is currently implemented as the [[git-annex-adjust]] command. [Alternatively, it could stay on the master branch, and only adjust the work tree and index. See WORKTREE notes below for how this choice would |