summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonan <Jonan@web>2015-09-15 10:39:03 +0000
committerGravatar admin <admin@branchable.com>2015-09-15 10:39:03 +0000
commit8aaf3d466561330b4d414b5ebd730a7ed2f27bd7 (patch)
treed776f810552649d0315f78fdb0b9844159f750a8
parent9f7a68a51376e5897c63038328f3a36caaf62e4e (diff)
-rw-r--r--doc/bugs/git-annex_branch_not_being_pushed_after_git-annex_forget.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_branch_not_being_pushed_after_git-annex_forget.mdwn b/doc/bugs/git-annex_branch_not_being_pushed_after_git-annex_forget.mdwn
new file mode 100644
index 000000000..688b1ef7b
--- /dev/null
+++ b/doc/bugs/git-annex_branch_not_being_pushed_after_git-annex_forget.mdwn
@@ -0,0 +1,30 @@
+### Please describe the problem.
+I have a repository that is being synced with a normal Bitbucket git repository (with `annex-ignore = true`). It's been created with the webapp in direct mode and I'm using the assistant.
+
+Everything is working fine, but after running `git annex forget` the git-annex branch in Bitbucket stopped being pushed. git-annex is still working correctly, but I have a lot of useless commits in the history.
+
+So currently I have this branches:
+
+ # git branch -a
+ * annex/direct/master
+ git-annex
+ master
+ synced/master
+ remotes/bitbucket/git-annex
+ remotes/bitbucket/master
+ remotes/bitbucket/synced/git-annex
+ remotes/bitbucket/synced/master
+
+And `remotes/bitbucket/git-annex` isn't being updated with the content of `git-annex`
+
+### What version of git-annex are you using? On what operating system?
+
+5.20150812 and 5.20150731 in Debian Sid and Testing
+
+### Please provide any additional information below.
+
+As I've said, git-annex is still working normally, so the solution might be to simply remove that branch.
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+
+I use `git-annex` daily with 3 repositories with a total of ~112GB, and I'm really happy with it. Thank you very much for the effort.