Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with spaces in filenames in add_to_repo #11

Merged
merged 1 commit into from Oct 22, 2018

Conversation

forslund
Copy link
Collaborator

@forslund forslund commented Oct 21, 2018

If a filename contained a space the split when parsing ls-tree result produced an extra field. This splits at the tab just before the filename instead of any whitespace.

If a filename contained a space the split then parsing ls-tree result produced an extra field. This splits at the tab just before the filename instead of any whitespace.
Copy link
Contributor

@MatthewScholefield MatthewScholefield left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice fix.

@MatthewScholefield MatthewScholefield merged commit c331fa6 into master Oct 22, 2018
@MatthewScholefield MatthewScholefield deleted the files_with_spaces branch October 22, 2018 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants