summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar http://me.tinco.nl/ <Tinco@web>2013-05-19 15:15:04 +0000
committerGravatar admin <admin@branchable.com>2013-05-19 15:15:04 +0000
commit4e7420c41927cc3cec6218dbb32b094f953df1d8 (patch)
treeb447ba8d521df6823b100df6f569d23597887615 /doc
parent2f23b7151a695453dd36b5689363bc7f7a140561 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git_annix_breaks_git_commit_after_uninstall.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/bugs/git_annix_breaks_git_commit_after_uninstall.mdwn b/doc/bugs/git_annix_breaks_git_commit_after_uninstall.mdwn
new file mode 100644
index 000000000..2939b1587
--- /dev/null
+++ b/doc/bugs/git_annix_breaks_git_commit_after_uninstall.mdwn
@@ -0,0 +1,30 @@
+Sorry to be reporting another vague bug, this one interferes with my work unfortunately.
+
+### Please describe the problem.
+After uninstalling git-annix, running git commit returns the following error:
+
+git: 'annex' is not a git command. See 'git --help'.
+
+### What steps will reproduce the problem?
+
+Install git-annex using the ubuntu ppa of fmarcier like so:
+
+ sudo apt-get install git-annex
+
+Then remove it:
+
+ sudo apt-get remove git-annex
+
+Then go to work in a git project, that is not in annex and has no relation to it. Add your changes and run commit:
+
+ git add my-new-file
+ git commit -m "added new file"
+
+I expect it to confirm the file is committed, instead I get the error message:
+
+ git: 'annex' is not a git command. See 'git --help'.
+
+### What version of git-annex are you using? On what operating system?
+
+Ubuntu 13.04, using the PPA by marcier linked on the branchable website.
+