Files
kubespray/docs
Vladimir Rutsky c4e57477fb replace non-breakable space with regular space
Non-brekable space is 0xc2 0xa0 byte sequence in UTF-8.

To find one:

    $ git grep -I -P '\xc2\xa0'

To replace with regular space:

    $ git grep -l -I -P '\xc2\xa0' | xargs sed -i 's/\xc2\xa0/ /g'

This commit doesn't include changes that will overlap with commit f1c59a91a1.
2017-03-23 00:25:01 +03:00
..
2017-02-23 12:07:17 +01:00
2017-03-01 09:38:19 -08:00
2017-02-17 23:27:38 +04:00
2016-07-04 14:37:30 +02:00
2017-01-09 16:32:55 +01:00
2017-03-15 13:04:01 +01:00
2016-07-04 14:37:30 +02:00
2016-07-04 14:37:30 +02:00
2016-07-04 14:37:30 +02:00
2017-03-01 09:38:19 -08:00