CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 21 Aug 2025 01:00:27 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080624113458
location: https://web.archive.org/web/20080624113458/https://github.com/schacon/ticgit/tree/master
server-timing: captures_list;dur=0.611516, exclusion.robots;dur=0.022117, exclusion.robots.policy;dur=0.009956, esindex;dur=0.010056, cdx.remote;dur=5.692899, LoadShardBlock;dur=435.646942, PetaboxLoader3.resolve;dur=246.089231, PetaboxLoader3.datanode;dur=142.417552
x-app-server: wwwb-app220
x-ts: 302
x-tr: 465
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app220; path=/
x-location: All
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=()
HTTP/2 200
server: nginx
date: Thu, 21 Aug 2025 01:00:28 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Tue, 24 Jun 2008 11:34:58 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 0.78870
x-archive-orig-etag: "8f71c04f4ed79dce35b3a50caf8c6c58"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 16156
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 24 Jun 2008 11:34:58 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 11 Apr 2008 23:50:45 GMT", ; rel="prev memento"; datetime="Fri, 11 Apr 2008 23:50:45 GMT", ; rel="memento"; datetime="Tue, 24 Jun 2008 11:34:58 GMT", ; rel="next memento"; datetime="Fri, 25 Jul 2008 09:19:40 GMT", ; rel="last memento"; datetime="Sun, 06 Sep 2009 06:52:01 GMT"
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_4_20080624084806_crawl104-c/52_4_20080624113426_crawl103.arc.gz
server-timing: captures_list;dur=0.744659, exclusion.robots;dur=0.027040, exclusion.robots.policy;dur=0.012249, esindex;dur=0.013435, cdx.remote;dur=30.040033, LoadShardBlock;dur=209.820475, PetaboxLoader3.datanode;dur=103.134448, PetaboxLoader3.resolve;dur=490.348859, load_resource;dur=400.435707
x-app-server: wwwb-app220
x-ts: 200
x-tr: 692
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
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
schacon's ticgit at master — GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Git based distributed ticketing system, including a command line client and web viewer |
Clone URL: |
git://github.com/schacon/ticgit.git
Give this clone URL to anyone.
git clone git://github.com/schacon/ticgit.git
|
Search Repo: |
ticgit /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Sun May 11 19:14:18 -0700 2008 | Ignoring the generated gem file when using the ... [pope] |
![]() |
LICENSE | Mon May 26 08:23:46 -0700 2008 | updated license with valid info [schacon] |
![]() |
README | Sun May 11 18:03:48 -0700 2008 | Updated README to include the assign action [pope] |
![]() |
Rakefile | Sun May 11 19:14:18 -0700 2008 | Ignoring the generated gem file when using the ... [pope] |
![]() |
bin/ | Wed Mar 26 13:59:07 -0700 2008 | change the require statement for ti [schacon] |
![]() |
examples/ | Mon May 12 17:13:12 -0700 2008 | added an example post-commit hook file [yob] |
![]() |
lib/ | Mon May 12 17:13:12 -0700 2008 | - added a -f/--file option to ti comment so a c... [yob] |
![]() |
note/ | Sat Mar 22 10:30:29 -0700 2008 | added multiple project support [schacon] |
![]() |
spec/ | Sat May 10 09:12:29 -0700 2008 | Added the ability to change to whom a ticket is... [pope] |
![]() |
ticgit.gemspec | Tue May 27 14:24:15 -0700 2008 | so the reference updates [schacon] |
README
TicGit Distributed Ticketing System =================================== This project provides a ticketing system built on Git that is kept in a separate branch in your projects Git repository. Installing =================================== You will need the 'git' gem (ver 1.0.5) to use this. Then you can run : rake sudo gem install pkg/ticgit-0.1.0.gem Usage =================================== See https://github.com/schacon/ticgit/wikis for a bunch of examples ti list - show all tickets ti show - show details of a specific ticket ti new - create a new ticket ti checkout - checkout a ticket ti state - change a ticket state (open, resolved, invalid, hold) ti comment - add a comment to a ticket ti tag - add or delete a tag from a ticket ti assign - change to whom a ticket is assigned Authors =================================== Scott Chacon (schacon@gmail.com)
This feature is coming soon. Sit tight!