From 3d677c0990dbfd6a27dae8ff0f1fe6c5bd2afa8f Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Mon, 7 Oct 2019 18:08:44 +0000 Subject: [PATCH] added suggestion for more fine-grained config of when files are added as locked vs unlocked --- doc/todo/addunlocked_config_setting.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/todo/addunlocked_config_setting.mdwn diff --git a/doc/todo/addunlocked_config_setting.mdwn b/doc/todo/addunlocked_config_setting.mdwn new file mode 100644 index 0000000000..fd9269b1cc --- /dev/null +++ b/doc/todo/addunlocked_config_setting.mdwn @@ -0,0 +1,5 @@ +Can the `annex.addunlocked` be extended to have the same syntax as `annex.largefiles`? Also, can there be separate settings affecting `git add` and `git annex add`, e.g. `annex.git-add.addunlocked` and `annex.git-annex-add.addunlocked`, with both defaulting to the value of `annex.addunlocked` if not set? + +Basically, I want a reliable way to prevent inadvertently adding files as annexed unlocked files. + +Related: [[forum/lets_discuss_git_add_behavior]]