aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-03 15:12:55 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-03 15:12:55 -0400
commitd72bc2f75887312dfeaa787d02ab1a4f981a9d97 (patch)
tree24c42bd339443f179eb402d467039935fb5972cf /doc/todo
parent519f4a60eac85bd3c2f56302e8265c08546ba523 (diff)
comment
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/drop_--batch/comment_1_eff1bec0af5e7a7364d2fdaea6a8826f._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/todo/drop_--batch/comment_1_eff1bec0af5e7a7364d2fdaea6a8826f._comment b/doc/todo/drop_--batch/comment_1_eff1bec0af5e7a7364d2fdaea6a8826f._comment
new file mode 100644
index 000000000..d921d9ee0
--- /dev/null
+++ b/doc/todo/drop_--batch/comment_1_eff1bec0af5e7a7364d2fdaea6a8826f._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-05-03T19:06:53Z"
+ content="""
+Might be better to make `dropkey` do the same numcopies checking as
+`drop` does. Currently, `dropkey` needs `--force` to do anything (and it's
+always needed that), so it could do numcopies checking when not forced,
+without breaking backwards compatability.
+
+The benefit of keeping this in `dropkey` is that dropping by key
+tends to work better with batch adds/imports of files that are occurring at
+the same time.
+
+Only downside I see is that dropping by key is unable to honor
+.gitattributes numcopies settings, since the associated filename is not
+known.
+"""]]