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

Handle escape sequences in unquoted strings #1

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

Signed-off-by: Filip Navara <navara@emclient.com>
Signed-off-by: Filip Navara <navara@emclient.com>
@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
3 participants