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

change delimiters in sed, because path can contain _ #15

Closed
wants to merge 1 commit into from

Conversation

chilladx
Copy link

I encountered an error when the path of the subdirectory contained _, as this was used as sed delimiter:

$ cat repos.txt | ./tomono.sh --continue
~/dev/project/repo ~/dev/project
Merging in git@gitlab.com:project/repo-with-dashes..
Fetching subdir_with_underscores..
sed: 1: "s_subdir_with_underscores/__
": bad flag in substitute command: 'c'

Using | as sed delimiter is unlikely to cause any conflict.

@hraban
Copy link
Owner

hraban commented Jan 30, 2018

Hi, please see #11 and pr #13 . The maintainers of this repo hibernate for about 1 year between checking this, so they should be merged hopefully by jan 2019. In the mean time, you can use my fork, https://github.com/hraban/tomono/tree/robust-remotes .

@sweeney
Copy link
Contributor

sweeney commented Feb 5, 2018

#13

@sweeney sweeney closed this Feb 5, 2018
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.

3 participants