remove obsolete comments

more complaining about git add behavior change, will I ever find the end
of it?
This commit is contained in:
Joey Hess 2020-02-19 15:02:09 -04:00
parent 3407af4112
commit 560e9eb8da
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 0 additions and 16 deletions

View file

@ -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?
"""]]

View file

@ -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.
"""]]