diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-22 03:36:44 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-22 03:36:44 +0000 |
commit | 553d0d321e2535d3bc36854ea1f3e279314bb2f2 (patch) | |
tree | e5049e00153e889ca5a5c2872603e5f760510460 | |
parent | c048add74dc91609e98e3513b0d167c5c7c9048c (diff) | |
parent | ad6d3e2a5b02b9f1c102a1add05f8edc2ba42cc0 (diff) |
Merge remote branch 'origin/master'
3 files changed, 36 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. diff --git a/doc/forum/git_annex_failing_to_get_non-English_filenames.__Rsync_problem__63__/comment_4_86b61b0484f3f4ecff657e46333b3d4f._comment b/doc/forum/git_annex_failing_to_get_non-English_filenames.__Rsync_problem__63__/comment_4_86b61b0484f3f4ecff657e46333b3d4f._comment new file mode 100644 index 000000000..678c13b7a --- /dev/null +++ b/doc/forum/git_annex_failing_to_get_non-English_filenames.__Rsync_problem__63__/comment_4_86b61b0484f3f4ecff657e46333b3d4f._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="sauluskahn" + ip="67.171.218.222" + subject="comment 4" + date="2012-09-22T03:01:02Z" + content=""" +Sounds good, I'll get the next version through cabal and let you know if it's fixed. Thanks for your time! +"""]] diff --git a/doc/forum/git_annex_failing_to_get_non-English_filenames.__Rsync_problem__63__/comment_5_5ffac00d08d26acaba8c3513b24c4d65._comment b/doc/forum/git_annex_failing_to_get_non-English_filenames.__Rsync_problem__63__/comment_5_5ffac00d08d26acaba8c3513b24c4d65._comment new file mode 100644 index 000000000..c328519d7 --- /dev/null +++ b/doc/forum/git_annex_failing_to_get_non-English_filenames.__Rsync_problem__63__/comment_5_5ffac00d08d26acaba8c3513b24c4d65._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="sauluskahn" + ip="67.171.218.222" + subject="comment 5" + date="2012-09-22T03:02:15Z" + content=""" +>I'll let you know if it's *not* fixed. + +Typo. +"""]] |