grunt-gitinfo icon indicating copy to clipboard operation
grunt-gitinfo copied to clipboard

Get Git info from a working copy and populate grunt.config with the data

Results 6 grunt-gitinfo issues
Sort by recently updated
recently updated
newest added

Display error when it occurs (eg. wrong command). Otherwise it's very hard to find out what went wrong.

First of all, thank you for your work. The output of all the commands with --format option (lastCommitTime, lastCommitMessage, lastCommitAuthor) is surrounded with double quotes. Is there any specific reason?...

``` Cannot read the commit SHA of the current HEAD from the /home/ubuntu/gitrepo/.git/refs/heads/master. ``` Seems like `git gc` is emptying the refs/heads dir and gitinfo fails to get the commit...

I want to list the first line of all commits since the last tag starting with `release-`. On the command line, the command would be: `git log --oneline $(git describe...