remove obsolete comments
more complaining about git add behavior change, will I ever find the end of it?
This commit is contained in:
parent
3407af4112
commit
560e9eb8da
2 changed files with 0 additions and 16 deletions
|
@ -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?
|
||||
"""]]
|
|
@ -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.
|
||||
"""]]
|
Loading…
Reference in a new issue