Git hooks are scripts that fire when certain events transpire in git. Events include, but are not limited to, pre- and post-commit and pre- and post-rebase on the client-side, and post-receive-commit on the server-side. Hooks can be written in most any scriptable language, including ruby, perl, ...

learn more… | top users | synonyms

0
votes
1answer
55 views

Git modify contents of index directly for pre-commit formatting hook

I would like to automatically format my files before they are added to Git's index. Right now, I have a pre-commit hook that looks like this: #!/bin/bash set -e exec 1>&2 ...
0
votes
1answer
55 views

Pre-commit hook file staging for commit

If you have a pre-commit hook in Git that creates (or modifies) a file, does that file need to be staged for it to be committed? For example, if I have a pre-commit hook that creates a minified ...
1
vote
1answer
99 views

Git post-receive Host Key verification failed

Have 3 servers: Local, Bare, Development. The following workflow works perfectly: 1. Make my local changes 2. git push to Bare 3. ssh into Bare 4. $ ssh ip.of.Development.server "cd ...
0
votes
1answer
55 views

Git post-receive hook leaves files to be committed

Three places git is installed: Local, Bare, and Development. I push from Local to Bare, post-receive hook pushes my dev branch from Bare to Development. The commits appear in the git log just fine, ...
1
vote
2answers
135 views

use git smudge/clean to replace file contents

I am attempting to use git to manage deployment to my live website. The problem that I'm having is that I have a couple of settings files that I don't want to be updated when I push to production ...
1
vote
2answers
39 views

Can I switch to another branch, commit to it, and switch back, in a commit-msg hook?

I want to insert the first few chars of the commit hash and the commit message automatically into a file in the gh-pages branch any time that I commit to master. Currently using this post-commit ...
4
votes
1answer
105 views

What scripts/calls do you usually include in your Git pre-commit hooks?

I want to know what are the best practices in setting up your pre-commit hooks. What the other developers using Git include in their pre-commit scripts. In my case, assuming I'm working on a PHP ...
3
votes
1answer
440 views

How to install and use gerrit with eclipse?

I want know how to install and use gerrit in eclipse. I does not found any easy and helpful documentation for the same. I already have Git plugin installed in eclipse and I am using it, now I want to ...
-1
votes
1answer
280 views

Gitolite rejecting push from newly added repo

I added a new repository to my gitolite.conf file and tried to push from a client PC. I am getting this error message: Counting objects: 11, done. Delta compression using up to 4 threads. Compressing ...
1
vote
1answer
54 views

Git post-receive hook fails : operation not allowed

I have a post-receive hook that call a bash script of mine (which will pull the local repo and restart the Java server). here's the owner info of the post-receive hook : -rwsr-x--x 1 cyril devs ...
1
vote
3answers
110 views

Post-Update Git Hook Not Finding Directory

I am setting up an environment where I can push changes done locally on my workstation to "Hub" repository (which is a remote) and then a post-update hook will automatically update my staging web ...
1
vote
1answer
62 views

Change Mod RewriteBase depending on domain/url

I want to change the RewriteBase depending on the domain. In a perfect world I would do this in the .htaccess itself. But my understanding is that this is impossible. The problem is that I have a ...
3
votes
2answers
734 views

How can I automate Pivotal Tracker & Github Integration?

Pivotal Tracker and Github have great integration: Once it's set up, each commit which is prefixed by the Pivotal Tracker ID will appear under the corresponding Pivotal Ticket automatically, for an ...
1
vote
3answers
63 views

How does git abandon changes inside .git directory?

I have made some changes on the .git/hooks directory. Now I wish to abandon those changes and restore .git/hooks to its initial status. Can I do this and how?
1
vote
1answer
77 views

Is there a way to force a commiter enter their username in git bash

I have a code base that some of the developers work on via RDP and use the IDE that is on the remote machine. I would like to know if there is any way to force them to enter their own name when ...
2
votes
1answer
30 views

Checking for Git remote hook

Is there option to check that some kind (I'm interested in post-receive) hook is present in some remote repository?
1
vote
2answers
74 views

Is it possible to change Git standard messages when committing?

Is it possible to change the part: # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch master # Changes ...
2
votes
3answers
321 views

Compress JS/CSS files on deploy using Git

I'm kinda new to git. Also, this is my first project where I'm automating the deployment process. So far it's been bliss to being able to do git push dev and have files uploaded, config files copied, ...
1
vote
0answers
74 views

GitHub for mac not behaving properly with post-commit hook

I usually use GitHub for Mac to commit code to my GitHub projects because it makes it a bit quicker to do. For my current project, I had to set up the following pre-commit hook: if [ -e ...
0
votes
0answers
148 views

Git hooks/post-update not working

hooks/post-update not working automatically when i push thing to my repo. cd /var/www/domain.com/ || exit unset GIT_DIR git pull hub master exec git update-server-info but when i manually do ...
1
vote
1answer
73 views

Is there a way to lock individual files or directories on fork when using github?

We are a team of 60+ developers working on the same product and are moving from SVN to Github. We have a process in SVN where in individual files are locked and whenever a developer wants to commit ...
2
votes
2answers
312 views

git - checkout single file under bare repository

On the server I have bare repository which is origin for development process and to simplify deployment to QA environment. So in post-receive it simply does GIT_WORK_TREE=/home/dev git checkout -f ...
2
votes
0answers
439 views

jenkins not responding to github webhook`

I got Jenkins talking to Github, and manually I can initiate a build and it succeeds! This is a private Github repo. I can't get the webhook to work, so that when I check-in in my repo, Jenkins ...
1
vote
0answers
127 views

prepare-commit-msg test the output for different scenarios

I made a prepare-commit-msg hook that will add a lot of data to the commit message that will be presented to my developers. I want to test the output of the prepare-commit-msg hook automatically so i ...
0
votes
1answer
83 views

New git hook setup in bare repository issues (no output/execution)

I can't seem to get any git hooks working on my setup. sjakubowski@sjakubowski:~/Work/git$ mkdir hookstest sjakubowski@sjakubowski:~/Work/git$ cd hookstest/ hookstest$ git init Initialized empty Git ...
1
vote
1answer
136 views

Git post-update Hook issues - sometimes master doesn't get updated

Here's the setup I'm using at the moment: HOOK 1 We will use a post-update hook on our HUB repository. So, when a push is made to the HUB by any other clone, the HOOK get’s activated and it ...
1
vote
0answers
73 views

Back up a git remote repositore with git hooks

I have some puzzle peaces and it would be great if someone could help to master the pieces together to have a whole picture. I have a couple of devs who develop on serveral git repo's locally and ...
2
votes
2answers
34 views

Workaround or git hook to make git recognize archives of text files

Is there a way to work with text files inside archives with git without persistently unpacking them? Presumably to make git to think of archives like directories, with the means of git hooks or ...
2
votes
1answer
117 views

How to embed an updated git-hash into Version.hpp?

Original Title: How to make git ignore my file regardless of branching? I have the following post-checkout file which works as expected: #!/usr/bin/ruby cmd = ENV["HOME"] + ...
0
votes
1answer
100 views

Git pre-receive hook and submodules

I have a pre-receive hook on a remote bare Git repo that will run tests, compress some files and generate a build ID when I do from my laptop: $ git push production master The simplified version ...
0
votes
2answers
170 views

GIT hook to prevent an experimental branch pushed to a release, or master branch

We have three main branches in our workflow. TEST (experimental), RELEASE (features going to next release), and MASTER (released only) We take feature branches from RELEASE, merge feature branches ...
1
vote
1answer
30 views

git pre-commit code modifications are applied after commit instead before

I wrote a pre-commit hook to increment the version number in the source. Why are the changes applied after the commit? What can I do to do that prior to the commit? #!/bin/sh # Hook to increment ...
0
votes
1answer
64 views

Git hook for diff sqlite table

I have a Sqlite db in a Git repository. Today I wanted to do a diff of a view in two different commits. I did it this way: $ sqlite3 -list file.sqlite "SELECT * FROM contact_list_detailed" ...
2
votes
1answer
62 views

Reloading the content of a yesod website with SIGUSR1

To reload the content of the yesodweb.com website, a reload route has been added. Anybody can initiate a reload by using wget with POST. This does not seem really secure. Would it be possible to ...
1
vote
1answer
80 views

Bypassing gitolite restrictions for specific commits

In a gitolite setup, is there a way to allow some commits to bypass some restrictions? More specifically, I want to deny some actions (like creating a branch) to prevent doing so by accident, these ...
0
votes
0answers
31 views

Using Push Hooks with Git for Licensing

I would like to implement licensing at my organization on Github / Bitbucket by requiring all files committed that are not metadata files (readmes, etc.) to have some licensing blocks. I assume that ...
3
votes
1answer
560 views

git gitolite (v3) pre-receive hook for all commit messages

I am trying to enforce a policy where each push gets rejected when even one of the commit messages does not satisfy a rule. I've distributed a hook to the devs in order for them to use it in their ...
1
vote
2answers
55 views

Push code to more then one origin

I want to do a git push, and the changes should be push to two different origin. Is there a way to push to more than one origin with one command with git? A nice hook maybe?
5
votes
3answers
308 views

update package.json version automatically

Before I do a small release and tag it, I'd like to update the package.json to reflect the new version of the program. Is there a way to edit the file package.json automatically? Would using a git ...
1
vote
2answers
131 views

How to prevent root from running git pull?

Have need to prevent root from updating a git (working) directory. Reasoning includes but not limited to: preventing undersired file-system ownership changes. None of the git hooks seem to prevent a ...
2
votes
1answer
165 views

git ignore filemode config isn't working

I am using gitolite git server on a ubuntu linux server. I used a hook that will be called on every push and will update a server's directory(which include live site's source code). Now, whenever I ...
1
vote
0answers
47 views

Pushing Git repo through SSH chain

I just started a new job, which is trying to start using Git for version control. I am trying to help them with the process but it is turning out to be more complicated than anticipated. Currently, ...
3
votes
1answer
360 views

Using rake db:migrate in git hook - undefined class/module Encoding

I'm using https://github.com/thuss/standalone-migrations to perform db migrations in a cakephp environment. I am ultimately trying to perform db migrations automatically after checking out different ...
2
votes
1answer
41 views

Duplicate Signed-off-by lines

I had a new git repository with only two commits, and one push to GitHub. Then I did chmod -R a+x * .* to make all my files executable. I then also removed a file, but when I tried git commit -m ...
0
votes
1answer
136 views

Unable to symlink to the .git directory

This is probably something silly, but searching around I haven't been able to find the answer. I'm trying to setup pre-commit hooks for my git project in a way that the scripts can be versioned along ...
1
vote
1answer
137 views

Git - How to reject commits containing tabs on origin

Can someone share a "origin" side hook that checks if the received commit introduces a wrong whitespace character (in my case tab) and rejects that push? I can't do it pre-commit because I have ...
2
votes
1answer
306 views

Howto sync database with git and git hooks and howto debug if it doesn't work

On OS: Ubuntu 12.04 I've got a drupal deployment (live website) and a staging environment (test website) on my server. Each time I pull changes from my staging website I want to synchronize the ...
1
vote
2answers
244 views

Git post-receive hook error on server

I am trying to have a git 'post-receive' on my server. I am using the following code on the hook file: #!/bin/bash #CONFIG LIVE="/home/ubuntu/public_html/testing" read oldrev newrev refname if [ ...
1
vote
0answers
146 views

Pycharm (or Aptana Studio 3) and git pre-commit hook

I have a pre-commit hook in my project - just for not commiting broken code: python manage.py test some_app It works okay from command prompt, but not from IDE's (not PyCharm, nor Aptana Studio 3). ...
1
vote
1answer
85 views

Git post-receive auto-building

I'd line to install a post-receive hook in a git repository to build and install the module to some custom testing area. The idea is that the testing area will always reflect the most current code in ...

1 2 3 4 5 7