summaryrefslogtreecommitdiff
path: root/doc/bugs/protocol_mismatch_after_interrupt.mdwn
Commit message (Collapse)AuthorAge
* remove old closed bugs and todo items to speed up wiki updates and reduce sizeGravatar Joey Hess2016-04-19
| | | | | | | | | Remove closed bugs and todos that were last edited or commented before Q3 2015. Command line used: for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done
* git-annex-shell sendkey: Don't fail if a remote asks for a key to be sent ↵Gravatar Joey Hess2014-08-15
| | | | that already has a transfer lock file indicating it's being sent to that remote. The remote may have moved between networks, or reconnected.
* i believe i provided moreinto in the comments nowGravatar https://id.koumbit.net/anarcat2014-08-11
|
* moreinfo needs to be a tagGravatar Joey Hess2014-05-30
|
* bug triage; add new 'confirmed' tagGravatar Joey Hess2014-05-24
|
* add workaroundGravatar https://id.koumbit.net/anarcat2014-04-19
|
* (no commit message)Gravatar https://id.koumbit.net/anarcat2014-04-19