diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-04-07 12:40:55 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-04-07 12:40:55 -0400 |
commit | 933b09f3f90ffe39e1700cd1be685d30bc3835ab (patch) | |
tree | 579ed6d1a8fabfdd7ded39377c39157b65f7fe0b /doc | |
parent | d772f376f6d683692e322f69f93de07ce18a2e28 (diff) |
comment
Diffstat (limited to 'doc')
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/bugs/Too_difficult_if_not_impossible_to_explicitly_add__47__keep_file_under_git___40__not_annex__41___in_v6_without_employing_.gitattributes/comment_8_5aa63bf0d8e4145974702a86b36bd435._comment b/doc/bugs/Too_difficult_if_not_impossible_to_explicitly_add__47__keep_file_under_git___40__not_annex__41___in_v6_without_employing_.gitattributes/comment_8_5aa63bf0d8e4145974702a86b36bd435._comment new file mode 100644 index 000000000..24067287d --- /dev/null +++ b/doc/bugs/Too_difficult_if_not_impossible_to_explicitly_add__47__keep_file_under_git___40__not_annex__41___in_v6_without_employing_.gitattributes/comment_8_5aa63bf0d8e4145974702a86b36bd435._comment @@ -0,0 +1,25 @@ +[[!comment format=mdwn + username="joey" + subject="""@ben: what?""" + date="2017-04-07T16:37:31Z" + content=""" +I don't know what you mean with `git annex init` in a v6 repo somehow +doing something to a non-annexed file. That would be extemely surprising +if it happened, and it does not happen when I try to follow your +instructions. + + joey@darkstar:~/tmp/v62>git annex init --version=6 + init (merging origin/git-annex into git-annex...) + (recording state in git...) + ok + (recording state in git...) + joey@darkstar:~/tmp/v62>ls + x y@ + joey@darkstar:~/tmp/v62>git annex get y + get y (from origin...) (checksum...) ok + (recording state in git...) + joey@darkstar:~/tmp/v62>git status + On branch master + Your branch is up-to-date with 'origin/master'. + nothing to commit, working tree clean +"""]] |