Rename files with spaces in names. #259

Merged
fiatflux merged 1 commits from filename_fix into master 2013-06-26 19:47:04 +02:00
fiatflux commented 2013-06-25 23:38:41 +02:00 (Migrated from github.com)

These filenames are technically allowed, but aren't that fun.

These filenames are technically allowed, but aren't that fun.
Jaxkr commented 2013-06-26 18:28:16 +02:00 (Migrated from github.com)

Does this break any imports?

Does this break any imports?
fiatflux commented 2013-06-26 19:10:57 +02:00 (Migrated from github.com)

Not in this repository ;-)

% cd <path_to_git_client>
% find . -type f | xargs -i grep "messages.dat reader"
% find . -type f | xargs -i grep "api client"
%

These files are very primitive anyway... I wouldn't ever want someone to
wrap those files in something else at this point. They are the beginning of
useful utilities though!

Not in this repository ;-) % cd <path_to_git_client> % find . -type f | xargs -i grep "messages.dat reader" % find . -type f | xargs -i grep "api client" % These files are very primitive anyway... I wouldn't ever want someone to wrap those files in something else at this point. They are the beginning of useful utilities though!
This repo is archived. You cannot comment on pull requests.
No description provided.