comments
authorJoey Hess <joeyh@joeyh.name>
Tue, 25 May 2021 20:37:32 +0000 (16:37 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 25 May 2021 20:37:32 +0000 (16:37 -0400)
doc/todo/option_to___96__drop_path__96___to_not_drop___34__all_copies__34__/comment_7_150a87dea1bd24e3d4e18cf3bcfb937f._comment [new file with mode: 0644]
doc/todo/option_to___96__drop_path__96___to_not_drop___34__all_copies__34__/comment_8_1e87a33fe71ec2d5f4df887b94dae7c6._comment [new file with mode: 0644]

diff --git a/doc/todo/option_to___96__drop_path__96___to_not_drop___34__all_copies__34__/comment_7_150a87dea1bd24e3d4e18cf3bcfb937f._comment b/doc/todo/option_to___96__drop_path__96___to_not_drop___34__all_copies__34__/comment_7_150a87dea1bd24e3d4e18cf3bcfb937f._comment
new file mode 100644 (file)
index 0000000..01138d1
--- /dev/null
@@ -0,0 +1,7 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 7"""
+ date="2021-05-25T16:44:56Z"
+ content="""
+Going with --includesamecontent=glob and --excludesamecontent=glob
+"""]]
diff --git a/doc/todo/option_to___96__drop_path__96___to_not_drop___34__all_copies__34__/comment_8_1e87a33fe71ec2d5f4df887b94dae7c6._comment b/doc/todo/option_to___96__drop_path__96___to_not_drop___34__all_copies__34__/comment_8_1e87a33fe71ec2d5f4df887b94dae7c6._comment
new file mode 100644 (file)
index 0000000..4469228
--- /dev/null
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 8"""
+ date="2021-05-25T20:34:00Z"
+ content="""
+Thinking about preferred content expression some more, there should not
+be much reason to use this in one. includesamecontent=foo would have the
+same effect as include=foo, because when it operates on bar, it already
+checks if foo is the same content and is preferred content, and if so
+avoids dropping it. And when getting files, the effect would also be the
+same, because include=foo makes it get foo, same as includesamecontent=foo
+would.
+"""]]