summaryrefslogtreecommitdiff
path: root/doc/bugs/uninit_should_not_run_when_branch_git-annex_is_checked_out.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/uninit_should_not_run_when_branch_git-annex_is_checked_out.mdwn')
-rw-r--r--doc/bugs/uninit_should_not_run_when_branch_git-annex_is_checked_out.mdwn15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/bugs/uninit_should_not_run_when_branch_git-annex_is_checked_out.mdwn b/doc/bugs/uninit_should_not_run_when_branch_git-annex_is_checked_out.mdwn
deleted file mode 100644
index e4e407ec8..000000000
--- a/doc/bugs/uninit_should_not_run_when_branch_git-annex_is_checked_out.mdwn
+++ /dev/null
@@ -1,15 +0,0 @@
-Running `git annex uninit` in a repo which has branch git-annex checked out will result in:
-
- error: Cannot delete the branch 'git-annex' which you are currently on.
- git-annex: git [Param "-D",Param "git-annex"] failed
-
-and trying to checkout branch master afterwards results in:
-
- error: The following untracked working tree files would be overwritten by checkout:
-
-Both of which is logical. The best thing would be if git-annex refused to run uninit while in branch git-annex.
-
-
-Richard
-
-> [[done]] --[[Joey]]