From 1f6cfecc972b121fa42ea80383183bbaccc2195a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 29 May 2014 15:23:05 -0400 Subject: remove old closed bugs and todo items to speed up wiki updates and reduce size Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done --- doc/bugs/TransferScanner_crash_on_Android.mdwn | 28 -------------------------- 1 file changed, 28 deletions(-) delete mode 100644 doc/bugs/TransferScanner_crash_on_Android.mdwn (limited to 'doc/bugs/TransferScanner_crash_on_Android.mdwn') diff --git a/doc/bugs/TransferScanner_crash_on_Android.mdwn b/doc/bugs/TransferScanner_crash_on_Android.mdwn deleted file mode 100644 index 56d869537..000000000 --- a/doc/bugs/TransferScanner_crash_on_Android.mdwn +++ /dev/null @@ -1,28 +0,0 @@ -### Please describe the problem. - -TransferScanner crashes trying to add a file. - -### What steps will reproduce the problem? - -Start the web app. - -### What version of git-annex are you using? On what operating system? - -4.20130709-g339d1e0 on Android. - -### Please provide any additional information below. - -There was a whole stack of nulls in some of those log lines as well. I've - -[[!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 - -TransferScanner crashed: unknown response from git cat-file ("refs/heads/git-annex:289/20f/SHA256E-s85883241--3bf01cfd6a422f9b661ed335e6142bbdaf899cd71587bb3cc812256064c7071e missing",refs/heads/git-annex:289/20f/SHA256E-s85883241--3bf01cfd6a422f9b661ed335e6142bbdaf899cd71587bb3cc812256064c7071e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00(7981 more elided)\00.log) -[2013-07-16 15:19:26 NZST] TransferScanner: warning TransferScanner crashed: unknown response from git cat-file ("refs/heads/git-annex:289/20f/SHA256E-s85883241--3bf01cfd6a422f9b661ed335e6142bbdaf899cd71587bb3cc812256064c7071e missing",refs/heads/git-annex:289/20f/SHA256E-s85883241--3bf01cfd6a422f9b661ed335e6142bbdaf899cd71587bb3cc812256064c7071e\00\00\00\00\00(7991 more elided)\00.log) -# End of transcript or log. -"""]] - -> Lacking other information about this problem, and with the assistant -> able to detect problems and run `git annex repair` to fix up corrupt git -> repos, I suppose this is [[done]] --[[Joey]] -- cgit v1.2.3