aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_rewrites_.ssh__47__config
Commit message (Collapse)AuthorAge
* remove old closed bugs and todo items to speed up wiki updates and reduce sizeGravatar Joey Hess2017-09-29
| | | | | | | | | Remove closed bugs and todos that were last edited or commented before 2017. Command line used: for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2017 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2017 --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=01-01-2017 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2017 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; done
* Added a commentGravatar https://mathstuf.id.fedoraproject.org/2015-09-25
|
* Improve ~/.ssh/config modification code to not add trailing spaces to lines ↵Gravatar Joey Hess2015-09-22
| | | | | | | it cannot parse. "Host\n" is a valid line, and actually gets parsed ok, but this also holds for other lines that it fails to parse for some reason.
* Added a commentGravatar https://mathstuf.id.fedoraproject.org/2015-09-21
|
* followupGravatar Joey Hess2015-09-21
|
* Added a commentGravatar https://mathstuf.id.fedoraproject.org/2015-09-21
|
* assistant: When updating ~/.ssh/config, preserve any symlinks.Gravatar Joey Hess2015-09-21