From 560e9eb8da2f1a446dfb070466681ac56cbe347e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 19 Feb 2020 15:02:09 -0400 Subject: [PATCH] remove obsolete comments more complaining about git add behavior change, will I ever find the end of it? --- .../comment_1_85fb435417aea2763f9e6631680bd5fa._comment | 8 -------- .../comment_1_22eece2c51cd36a54a67434b317ee6e3._comment | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 doc/upgrades/comment_1_85fb435417aea2763f9e6631680bd5fa._comment delete mode 100644 doc/upgrades/comment_1_85fb435417aea2763f9e6631680bd5fa/comment_1_22eece2c51cd36a54a67434b317ee6e3._comment diff --git a/doc/upgrades/comment_1_85fb435417aea2763f9e6631680bd5fa._comment b/doc/upgrades/comment_1_85fb435417aea2763f9e6631680bd5fa._comment deleted file mode 100644 index c58f63ed54..0000000000 --- a/doc/upgrades/comment_1_85fb435417aea2763f9e6631680bd5fa._comment +++ /dev/null @@ -1,8 +0,0 @@ -[[!comment format=mdwn - username="rok" - avatar="http://cdn.libravatar.org/avatar/a80e31241cb35a3cf9bf8de34e05fc2d" - subject="v6 default behavior" - date="2017-03-16T09:24:50Z" - content=""" -I'm curious about the choice to change the behavior of critical git commands (such as add) in such a drastic way in V6, i.e. why does \"git add\" no longer add files to the git repo? The default of annex should be exclusive rather than inclusive, I shouldn't need to specify which files to *exclude* from annex, rather the other way around. This is an especially confusing default for code. What is the logic here? -"""]] diff --git a/doc/upgrades/comment_1_85fb435417aea2763f9e6631680bd5fa/comment_1_22eece2c51cd36a54a67434b317ee6e3._comment b/doc/upgrades/comment_1_85fb435417aea2763f9e6631680bd5fa/comment_1_22eece2c51cd36a54a67434b317ee6e3._comment deleted file mode 100644 index 51d5965b56..0000000000 --- a/doc/upgrades/comment_1_85fb435417aea2763f9e6631680bd5fa/comment_1_22eece2c51cd36a54a67434b317ee6e3._comment +++ /dev/null @@ -1,8 +0,0 @@ -[[!comment format=mdwn - username="joey" - subject="""comment 1""" - date="2017-03-21T17:43:33Z" - content=""" -@rok it's a consequence of using smudge/clean filters; git add passes -the file through the filters. -"""]]