aboutsummaryrefslogtreecommitdiff
path: root/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
blob: 24067287d062e223c37570bf38f0c3d21c0b0653 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
"""]]