summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://cstork.org/ <Chris_Stork@web>2013-12-21 04:19:38 +0000
committerGravatar admin <admin@branchable.com>2013-12-21 04:19:38 +0000
commitf0586e95f138f33a6023d958147c88c6a814b2f9 (patch)
tree31cb419c6562ccf81cc7ee93a0f69d213721897b
parent311f788e7fde640e9fedbc6e0bedcc4c399a4ab9 (diff)
Added a comment: no annex/direct/master branch
-rw-r--r--doc/forum/Can_Not_Sync_to_Git_Repo/comment_10_e0f82074eb1a4b8258729d9a23a7f421._comment33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/forum/Can_Not_Sync_to_Git_Repo/comment_10_e0f82074eb1a4b8258729d9a23a7f421._comment b/doc/forum/Can_Not_Sync_to_Git_Repo/comment_10_e0f82074eb1a4b8258729d9a23a7f421._comment
new file mode 100644
index 000000000..bf3cc836a
--- /dev/null
+++ b/doc/forum/Can_Not_Sync_to_Git_Repo/comment_10_e0f82074eb1a4b8258729d9a23a7f421._comment
@@ -0,0 +1,33 @@
+[[!comment format=mdwn
+ username="http://cstork.org/"
+ nickname="Chris Stork"
+ subject="no annex/direct/master branch"
+ date="2013-12-21T04:19:33Z"
+ content="""
+Same problem here:
+
+ % git branch -a
+ git-annex
+ * master
+ synced/git-annex
+ synced/master
+ remotes/HD02/git-annex
+ remotes/HD02/master
+ remotes/HD02/synced/git-annex
+ remotes/HD02/synced/master
+
+This is a direct mode repo, too.
+
+It seems that git-annex didn't properly update the repo. .git/config shows:
+
+ [core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = false
+ ...
+ [annex]
+ ...
+ version = 3
+ direct = true
+
+"""]]