From fddbec98f5032676f0ed29122b2e621686dfdcb2 Mon Sep 17 00:00:00 2001 From: zardoz <zardoz@web> Date: Mon, 7 Jul 2014 12:06:01 +0000 Subject: [PATCH] --- ..._git_annex_add__187___for_symlinks_in_direct_mode.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/__171__git_annex_add__187___for_symlinks_in_direct_mode.mdwn diff --git a/doc/todo/__171__git_annex_add__187___for_symlinks_in_direct_mode.mdwn b/doc/todo/__171__git_annex_add__187___for_symlinks_in_direct_mode.mdwn new file mode 100644 index 0000000000..196b8f420d --- /dev/null +++ b/doc/todo/__171__git_annex_add__187___for_symlinks_in_direct_mode.mdwn @@ -0,0 +1,8 @@ +Please let me know if there already is a way of achieving this; I’ve googled around a lot, but could not find any information pertaining to my particular problem. + +I am using direct mode in a bunch of repositories where I need quick write access to content and where I am not interested in preserving history. Some of these repositories do contain regular symlinks, however. Now, I suppose that in indirect repos, the way of adding symlinks would be to just «git add» them. However, since these are direct mode repos, I cannot do this. + +Is there already a good way of adding symlinks in direct mode? If not, I would find it useful if there were one. + +Best regards, +T.