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

after configuring merge.conflictstyle automatically with -s, git-mediate causes parse error #23

Open
eshels opened this issue Aug 9, 2018 · 0 comments

Comments

@eshels
Copy link

eshels commented Aug 9, 2018

{eshels-MBP:ui2} % git-mediate -d                                                                                                                                                                                                                                                                                                                 (15:13:39:eshel:HEAD !)
git-mediate: user error (merge.conflictstyle must be diff3 but is "unset". Use -s to automatically set it globally)
{eshels-MBP:ui2} % git-mediate -s -d                                                                                                                                                                                                                                                                                                              (15:13:42:eshel:HEAD !)
git-mediate: Parse error: failed reading up to marker: '|', got:
12	    initialize: (attributes, options) ->
13	=======
14	    initialize: (attributes, options) =>
15	>>>>>>> fe/handle constructors
16	        @stat_meta = options.stat_meta
CallStack (from HasCallStack):
  error, called at src/Conflict.hs:66:13 in main:Conflict

recreating the conflict fixes issue, but maybe it could get fixed automatically?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants