From 9309099e268f2708dbac0af0cc3d00a206df2934 Mon Sep 17 00:00:00 2001 From: spwhitton Date: Thu, 26 Nov 2015 01:34:17 +0000 Subject: [PATCH] Added a comment --- .../comment_3_43f7c7c6c2fd227466857c3232e13351._comment | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/devblog/day_339_smudging_out_direct_mode/comment_3_43f7c7c6c2fd227466857c3232e13351._comment diff --git a/doc/devblog/day_339_smudging_out_direct_mode/comment_3_43f7c7c6c2fd227466857c3232e13351._comment b/doc/devblog/day_339_smudging_out_direct_mode/comment_3_43f7c7c6c2fd227466857c3232e13351._comment new file mode 100644 index 0000000000..226fdb2402 --- /dev/null +++ b/doc/devblog/day_339_smudging_out_direct_mode/comment_3_43f7c7c6c2fd227466857c3232e13351._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="spwhitton" + subject="comment 3" + date="2015-11-26T01:34:17Z" + content=""" +At present it's possible to check (small) files directly into a git branch alongside annexed files. To do this one uses `git add` rather than `git annex add`. But if `git add` would add files via the smudge/clean process, how would one check files directly into git? Would it no longer be possible? +"""]]