summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-01 17:53:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-01 17:53:46 -0400
commit716e69527522afaa3f5b5a836f4f878d4a374b01 (patch)
tree3b665202d3bf09ea599e74b0d740569f2471630e
parent145588df5ada2b1538789fc5b63eefe6aab912bb (diff)
parent6da8270091798a49a191836e8a0a457a33261465 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/commitBuffer:_invalid_argument___40__invalid_character__41__2.mdwn22
-rw-r--r--doc/forum/Using_git-annex_to_manage_git_repositories.mdwn5
-rw-r--r--doc/forum/unknown_response_from_git_cat-file/comment_2_bba450e83609225c161b4fec1e006f8a._comment8
3 files changed, 35 insertions, 0 deletions
diff --git a/doc/bugs/commitBuffer:_invalid_argument___40__invalid_character__41__2.mdwn b/doc/bugs/commitBuffer:_invalid_argument___40__invalid_character__41__2.mdwn
new file mode 100644
index 000000000..7a67a7509
--- /dev/null
+++ b/doc/bugs/commitBuffer:_invalid_argument___40__invalid_character__41__2.mdwn
@@ -0,0 +1,22 @@
+### 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
diff --git a/doc/forum/Using_git-annex_to_manage_git_repositories.mdwn b/doc/forum/Using_git-annex_to_manage_git_repositories.mdwn
new file mode 100644
index 000000000..a2733c0db
--- /dev/null
+++ b/doc/forum/Using_git-annex_to_manage_git_repositories.mdwn
@@ -0,0 +1,5 @@
+I am interested in using git-annex to manage git repositories, and I am wondering if it is possible and if anyone has experience with it?
+
+I have done some searching, and I know that many people have asked for support for a Dropbox-like workflow, where Git repositories are mirrored everywhere. I also know that no such support seems forthcoming, however this is not my goal. Rather, I would like to use git-annex to track the location of many repositories. I keep a lot of repositories and would like to offload them onto other storage devices and keep track of where each repository is stored.
+
+Perhaps entire Git repositories can be added as a single unit for tracking in git-annex?
diff --git a/doc/forum/unknown_response_from_git_cat-file/comment_2_bba450e83609225c161b4fec1e006f8a._comment b/doc/forum/unknown_response_from_git_cat-file/comment_2_bba450e83609225c161b4fec1e006f8a._comment
new file mode 100644
index 000000000..07d1d4de3
--- /dev/null
+++ b/doc/forum/unknown_response_from_git_cat-file/comment_2_bba450e83609225c161b4fec1e006f8a._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawmNvX8PQVP5sLzQ78sKpB6VeH3Fu8HvZ5g"
+ nickname="Jeff"
+ subject="comment 2"
+ date="2015-04-01T01:08:53Z"
+ content="""
+I'm getting a similar error on git-annex version: 5.20141203, but I'm not in direct mode. It happens when I call 'git annex unused'.
+"""]]