From 1787d1c88381d230afb4cb93421215ef332f967c Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 30 Jul 2013 20:24:06 +0000 Subject: [PATCH] Added a comment --- ...ent_1_004c87183968c326058bd3159a5baa0b._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/forum/git_annex_get_creates_a_new_uuid/comment_1_004c87183968c326058bd3159a5baa0b._comment diff --git a/doc/forum/git_annex_get_creates_a_new_uuid/comment_1_004c87183968c326058bd3159a5baa0b._comment b/doc/forum/git_annex_get_creates_a_new_uuid/comment_1_004c87183968c326058bd3159a5baa0b._comment new file mode 100644 index 0000000000..3a07bf0afd --- /dev/null +++ b/doc/forum/git_annex_get_creates_a_new_uuid/comment_1_004c87183968c326058bd3159a5baa0b._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.0.21" + subject="comment 1" + date="2013-07-30T20:24:06Z" + content=""" +From the man page: + +> Until a repository (**or one of its remotes**) has been initialized +> git-annex will refuse to operate on it, to avoid accidentially +> using it in a repository that was not intended tohave an annex. + +So, yes, it assumes that if a repository has a git-annex branch already, git-annex is being used, and no explicit init is necessary. You can still run `git annex init` after the fact if you like. +"""]]