From 8bd6e2a18ae41fb616ea02d309b144cbed585771 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Jan 2015 11:52:51 -0400 Subject: fix name --- doc/bugs/.mdwn | 28 ---------------------------- doc/bugs/bencode.mdwn | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 doc/bugs/.mdwn create mode 100644 doc/bugs/bencode.mdwn diff --git a/doc/bugs/.mdwn b/doc/bugs/.mdwn deleted file mode 100644 index cfc93243c..000000000 --- a/doc/bugs/.mdwn +++ /dev/null @@ -1,28 +0,0 @@ -### Please describe the problem. - -I have been packaging bencode as a dependency for git-annex on Debian. - -I contacted the upstream authors in reference to getting some licensing issues fixed and they pointed me to a package called "AttoBencode" which -might be a more recent and maintained option for bencode parsing in Git Annex. - -http://hackage.haskell.org/package/AttoBencode - -This isn't actually a bug, I just thought this would be a good place to bring this up. - -For what it's worth, I like the idea that packages can become stable (or old) and still serve their purpose so if bencode works just fine I think that's great. - -### What steps will reproduce the problem? - - -### What version of git-annex are you using? On what operating system? - - -### Please provide any additional information below. - -[[!format sh """ -# If you can, paste a complete transcript of the problem occurring here. -# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log - - -# End of transcript or log. -"""]] diff --git a/doc/bugs/bencode.mdwn b/doc/bugs/bencode.mdwn new file mode 100644 index 000000000..cfc93243c --- /dev/null +++ b/doc/bugs/bencode.mdwn @@ -0,0 +1,28 @@ +### Please describe the problem. + +I have been packaging bencode as a dependency for git-annex on Debian. + +I contacted the upstream authors in reference to getting some licensing issues fixed and they pointed me to a package called "AttoBencode" which +might be a more recent and maintained option for bencode parsing in Git Annex. + +http://hackage.haskell.org/package/AttoBencode + +This isn't actually a bug, I just thought this would be a good place to bring this up. + +For what it's worth, I like the idea that packages can become stable (or old) and still serve their purpose so if bencode works just fine I think that's great. + +### What steps will reproduce the problem? + + +### What version of git-annex are you using? On what operating system? + + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] -- cgit v1.2.3