summaryrefslogtreecommitdiff
path: root/doc/bugs/commitBuffer__58___invalid_argument___40__invalid_character__41__2.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
commitca10c06819aacc50d4423836ce51fc4486803789 (patch)
treee96072aef36f12d28d715fd4b7396d3fea4eef4c /doc/bugs/commitBuffer__58___invalid_argument___40__invalid_character__41__2.mdwn
parent024dd384140b25f69defd762e41fd5e4af4f3567 (diff)
rename files containing :
This is mostly to let the repo check out on windows w/o using cygwin's git. But, bash completion is also crap with : , so ..
Diffstat (limited to 'doc/bugs/commitBuffer__58___invalid_argument___40__invalid_character__41__2.mdwn')
-rw-r--r--doc/bugs/commitBuffer__58___invalid_argument___40__invalid_character__41__2.mdwn24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/commitBuffer__58___invalid_argument___40__invalid_character__41__2.mdwn b/doc/bugs/commitBuffer__58___invalid_argument___40__invalid_character__41__2.mdwn
new file mode 100644
index 000000000..1be88f4a1
--- /dev/null
+++ b/doc/bugs/commitBuffer__58___invalid_argument___40__invalid_character__41__2.mdwn
@@ -0,0 +1,24 @@
+### Please describe the problem.
+
+git-annex fails if there are any "invalid characters" in the filename. That should have been fixed already? In one of my repos I cannot commit anymore:
+
+$ git commit -m u
+git-annex: .git/annex/misctmp/jlog6281: commitBuffer: invalid argument (invalid character)
+
+This logfile is empty by the way. The obvious fix would be to move out of germany and to not listen to german podcasts, but there has to be another solution :).
+
+Because I did not have any particular problems with that in the past, this bug must have been introduced in one of the latest releases I guess.
+
+### What steps will reproduce the problem?
+
+Try
+
+git-annex importfeed --fast http://ulm.ccc.de/dev/radio/podcast-ogg.xml
+
+It will fail at entry "DR14: Verschwörungstheorien"
+
+### What version of git-annex are you using? On what operating system?
+
+5.20150327-g19a1a35 (standalone build) on Fedora 21
+
+[[!tag moreinfo]]