Make users aware of `vc-follow-symlinks's existence, and the fact that it's relevant to Magit.
Signed-off-by: Pieter Praet <[email protected]> --- magit.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/magit.el b/magit.el index 5cd4fd4..76debdf 100644 --- a/magit.el +++ b/magit.el @@ -137,6 +137,8 @@ (defcustom magit-repo-dirs-depth 3 :group 'magit :type 'integer) +(custom-add-to-group 'magit 'vc-follow-symlinks 'custom-variable) + (defcustom magit-set-upstream-on-push nil "Whether `magit-push' may use --set-upstream when pushing a branch. This only applies if the branch does not have an upstream set yet. -- 1.7.11.1 -- --- You received this message because you are subscribed to the Google Groups "magit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
