summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_sync_broken_on_squeeze_backports.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo <Justin@web>2012-09-22 01:01:55 +0000
committerGravatar admin <admin@branchable.com>2012-09-22 01:01:55 +0000
commit8d8e727ed05b8af2d22d74271ac8a9ded123ae5f (patch)
treebb7afa9e63bd17173442cadc416ad23405b73739 /doc/bugs/git-annex_sync_broken_on_squeeze_backports.mdwn
parent1722c23f56c45d8af36996355816e49fba110959 (diff)
Diffstat (limited to 'doc/bugs/git-annex_sync_broken_on_squeeze_backports.mdwn')
-rw-r--r--doc/bugs/git-annex_sync_broken_on_squeeze_backports.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_sync_broken_on_squeeze_backports.mdwn b/doc/bugs/git-annex_sync_broken_on_squeeze_backports.mdwn
new file mode 100644
index 000000000..9abf46c80
--- /dev/null
+++ b/doc/bugs/git-annex_sync_broken_on_squeeze_backports.mdwn
@@ -0,0 +1,18 @@
+What steps will reproduce the problem?
+
+ git-annex sync
+
+What is the expected output? What do you see instead?
+
+The following error is mixed in with the output, took me a while to notice it:
+
+ Running: git ["--git-dir=/spare/annex/.git","--work-tree=/spare/annex","merge","--no-edit","refs/remotes/pip/synced/master"]
+ error: unknown option `no-edit'
+
+What version of git-annex are you using? On what operating system?
+
+3.20120629~bpo60+1 on debian squeeze
+
+Please provide any additional information below.
+
+Installing git from backports as well cleared up the problem.