summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar spwhitton <spwhitton@web>2015-11-26 01:34:17 +0000
committerGravatar admin <admin@branchable.com>2015-11-26 01:34:17 +0000
commit9208b045a72a1ef279167e325bfa80bffd26caa1 (patch)
tree6d23654f0eacfb722946713b6b271dd7a61b8f15
parente3b302279ff98156ae01f2d2052362b55bc9db63 (diff)
Added a comment
-rw-r--r--doc/devblog/day_339_smudging_out_direct_mode/comment_3_43f7c7c6c2fd227466857c3232e13351._comment7
1 files changed, 7 insertions, 0 deletions
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 000000000..226fdb240
--- /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?
+"""]]