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

Doesn't Trigger Git Hooks #81

Open
glassresistor opened this issue Jun 15, 2016 · 1 comment
Open

Doesn't Trigger Git Hooks #81

glassresistor opened this issue Jun 15, 2016 · 1 comment

Comments

@glassresistor
Copy link

I'm using realms-wiki which uses gittle to work with a git repo. In general its what I need to but it doesn't automatically sync with github.

My plan was to simple add a post-commit hook which would push to github after each commit. The only issue is that for some reason commits using gittle doesn't trigger git hooks commit or otherwise.

When I use git from the command line it works wonderfully but using gittle on the other hand does not trigger the event. Do you have any idea why or how I can fix it?

@jelmer
Copy link

jelmer commented Jun 17, 2016

On Tue, Jun 14, 2016 at 10:38:41PM -0700, glassresistor wrote:

I'm using realms-wiki which uses gittle to work with a git repo. In general its what I need to but it doesn't automatically sync with github.

My plan was to simple add a post-commit hook which would push to github after each commit. The only issue is that for some reason commits using gittle doesn't trigger git hooks commit or otherwise.

When I use git from the command line it works wonderfully but using gittle on the other hand does not trigger the event. Do you have any idea why or how I can fix it?
This might be happening because not all hooks are implementing in
Dulwich, which gittle uses under the covers.

Jelmer

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