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

Log failed to match expected pattern? #102

Open
noppelmax opened this issue Feb 20, 2015 · 2 comments
Open

Log failed to match expected pattern? #102

noppelmax opened this issue Feb 20, 2015 · 2 comments

Comments

@noppelmax
Copy link

Hey Guys,

i tried to build my current commit hash into grunt. But it seems that something went wrong. This is my error:

Running "gitlog:target" (gitlog) task
Warning: Log failed to match exepected pattern:
{
  "hash": "5600e7484b146dd1bee77458ca37216190fdbd0d",
  "author": {
    "name": "<name>",
    "email": "<email>"
  },
  "date": "Thu, 19 Feb 2015 20:45:43 +0100",
  "subject": "<subject>",
  "body": "<body>"
}
 Use --force to continue.

Aborted due to warnings.

My code is

// grunt.initconfig...
gitlog: {
      target: {
        number: 1
      }
    },

So you have any idea how to solve it?

Thanks,
Max

PS.: There is a typoerror in "expected". ;)

@noppelmax
Copy link
Author

Ok i found, that it meight have problems with a subject like "test "commit"". The " seems to the problem, right?

@smohamali
Copy link

I'm experiencing the same issue

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

No branches or pull requests

2 participants