| CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Fri, 16 Jan 2026 08:55:21 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 06 Feb 2010 11:16:38 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "df2bd189e65d32461975225888c6f325"
x-archive-orig-x-runtime: 179ms
x-archive-orig-content-length: 26267
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 06 Feb 2010 11:16:38 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_14_20100206103143_crawl102-c/52_14_20100206111601_crawl101.arc.gz
server-timing: captures_list;dur=1.295010, exclusion.robots;dur=0.115907, exclusion.robots.policy;dur=0.093969, esindex;dur=0.017077, cdx.remote;dur=73.143087, LoadShardBlock;dur=160.502592, PetaboxLoader3.datanode;dur=104.019819, PetaboxLoader3.resolve;dur=99.428625, load_resource;dur=122.289409
x-app-server: wwwb-app218-dc8
x-ts: 200
x-tr: 484
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app218; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
bendycode's lighthouse-git-hooks at master - GitHub
This service is courtesy of Pledgie.
bendycode / lighthouse-git-hooks forked from gwik/lighthouse-git-hooks
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (2)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
git hook to manage lighthouse tickets — Read more
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Jul 05 12:05:05 -0700 2008 | fix .gitignore [gwik] |
| |
.gitmodules | Sat Jul 05 10:20:10 -0700 2008 | moving submodules [gwik] |
| |
LICENSE | Sat Jul 05 12:49:19 -0700 2008 | updating README and LICENSE [gwik] |
| |
README.mdown | Fri Dec 19 15:44:00 -0800 2008 | Changed the ordering of the README file so that... [bendycode] |
| |
hooks/ | Fri Feb 20 13:54:58 -0800 2009 | call changeset builder [bkerley] |
| |
lib/ | Thu Feb 26 09:21:22 -0800 2009 | use different test for empty [bkerley] |
| |
spec/ | Tue Oct 28 12:17:16 -0700 2008 | method build_message will not return diffs if C... [Neer Friedman] |
| |
vendor/ | Sat Jul 05 10:20:28 -0700 2008 | moving to vendor [gwik] |
README.mdown
Lighthouse git hooks
© 2008 Antonin Amand
License MIT
Lighthouse git hooks provide git hooks for closing tickets in your git commit message.
Installation
# Install these gems if you don't already have them:
sudo gem install activeresource
sudo gem install activesupport
sudo gem install mime-types
sudo gem install open4
# Install and initialize this project:
git clone git://github.com/gwik/lighthouse-git-hooks.git
cd lighthouse-git-hooks.git
git submodule init
git submodule update
# Create your config directory, so it can be referenced from the post-receive file:
cp -r spec/config_test config
edit config/general.yml and insert your values from lighthouse
cd config/users
mv gwik.yml your_name.yml
edit your_name.yml and insert your values from lighthouse
create a some_name.yml file for each other code committer on your git project
Setup
Setup the configuration, see spec/config_test for an example configuration directory
In the git repository that you push on :
cp hooks/post-receive (.git/)hooks/post-receive
chmod +x (.git/)hooks/post-receive
edit (.git/)hooks/post-receive
set CONFIG_DIR to the directory path where you set up the configuration
set LIB to lighthouse-git-hooks repository
Syntax
# close ticket 3
[#3 state:resolved]
# assign ticket 4 to someone else
[#4 state:open assign:joe]
For bug reports or improvements please go to the Lighthouse
For anything else feel free to contact me : gwik@gwikzone.org
