Skip to content

Handle escape sequences in unquoted strings #1

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

Merged
merged 2 commits into from
Oct 4, 2018
Merged

Conversation

filipnavara
Copy link

Issue src-d/go-git#681

I did git clone --bare E:\Git\emclient\emclient.git, which created the following config file:

[core]
	repositoryformatversion = 0
	filemode = false
	bare = true
	symlinks = false
	ignorecase = true
[remote "origin"]
	url = E:\\Git\\emclient\\emclient.git

Git parser accepts it just fine:
https://github.com/git/git/blob/27c929edd6cccfbbedf2fbb8a3175bc7e01bf6c7/config.c#L537-L560

@filipnavara filipnavara force-pushed the escape branch 2 times, most recently from 99e1e9b to 75c1b05 Compare October 4, 2018 12:09
@hairyhenderson
Copy link

I ran into this error running the tests for src-d/go-git - I guess gcfg needs a new release to get picked up by a go get -u

/cc @smola

@smola
Copy link

smola commented Oct 29, 2018

@hairyhenderson Thanks for the heads up, v1.4.0 is now tagged.

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