Gustavo Chaves

Results 17 comments of Gustavo Chaves

I have just set up the got command to manage my repositories and one of the first things I missed was a more powerful way to select repositories. Tags are...

Same thing here: yourls v1.9.1 sleeky v2.4.1

As a workaround, I'm setting the `GIT_DIR` environment variable in the beginning of the hook script with code equivalent to the following shell script: ``` GIT_DIR=$(dirname $(dirname $(dirname $GIT_ALTERNATE_OBJECT_DIRECTORIES))) export...

The workaround works in the pre-receive hook. But the post-receive hook runs without any `GIT_*` environment variable. There is no environment variable from which I can infer the path to...

I came up with the simplest set up I can think of that should allow one to reproduce the problem using the latest atlassian/bitbucket Docker image, which is tagged 8.13...

I was able to infer the path to the repository using the environment variables `BB_PROJECT_KEY` and `BB_REPO_SLUG`, which are always set, as parameters to a REST API call, like this:...

You mean the POSIX Extended Regular Expressions are more powerful than Perl's? I don't think so. Please, can you show me some examples to make it clearer?

Ah, now I get it. This is a good idea. The way Git::Hooks treat options that may have regexes as values it totally ad-hoc. I think there should be a...

Hi! The Personal Access Tokens JIRA::REST supports are the ones available for Jira DataCenter, which are described [here](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html). I don't use Jira Cloud and I can see that it deprecated...