Tom Marshall

Results 13 comments of Tom Marshall

'Copy link address' and pasting that into a fresh tab, does work however. Removing the `target="_blank"` attribute from the `` tag appears to resolve the issue, though I don't know...

I'm not sure whether `$pattern` was left unquoted intentionally, or was an oversight. Unfortunately [there's nothing in the history](https://github.com/jasonkarns/bats-mock/blame/master/binstub) to shed any light on this. This change appears to resolve...

Thanks for the update @jasonkarns. Understood. Unfortunately [there's isn't anything telling in the `rbenv/ruby-build` history](https://github.com/rbenv/ruby-build/blame/master/test/stubs/stub) either.

Hi @ssbarnea, As described on the #20: >Multiple hooks (chaining) has unfortunately been a long running challenge with Git. > > I appreciate the users of git-good-commit may run into...

Hi @ssbarnea, There seem to be a few of these different commit message formats. In this particular case is appears `git-good-commit` issues a warning because the commit does not appear...

@ssbarnea is this a duplicate of #15?

Hi @ssbarnea. The existing hook appears to be compatible with all of the examples on http://autosemver.readthedocs.io/en/latest/usage.html Can you give me an example of a Sem-Ver commit message that is incorrectly...

Hi @ssbarnea, Are you able to provide some examples of Sem-Ver commit messages that reporting warnings? Thanks, Tom

Hi @ssbarnea, Thanks for raising this. I wasn't aware of the `~/.config/git` directory. Am I right in thinking you're proposing a changing the global installation instructions to the following? ```sh...