CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 09 Aug 2025 21:16:20 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090906065201
location: https://web.archive.org/web/20090906065201/https://github.com/schacon/ticgit/tree/master
server-timing: captures_list;dur=0.931650, exclusion.robots;dur=0.028873, exclusion.robots.policy;dur=0.013648, esindex;dur=0.015480, cdx.remote;dur=1123.665966, LoadShardBlock;dur=331.193630, PetaboxLoader3.datanode;dur=43.384008, PetaboxLoader3.resolve;dur=153.241584
x-app-server: wwwb-app217
x-ts: 302
x-tr: 1497
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app217; 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: Sat, 09 Aug 2025 21:16:21 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Sun, 06 Sep 2009 06:52:01 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "82a8c1a59d1b93a4d27e96e2e170592c"
x-archive-orig-x-runtime: 228ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 25996
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 06 Sep 2009 06:52:01 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="Mon, 20 Jul 2009 04:20:57 GMT", ; rel="memento"; datetime="Sun, 06 Sep 2009 06:52:01 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: 51_11_20090906000237_crawl101.gpg-c/51_11_20090906064813_crawl101.arc.gz
server-timing: captures_list;dur=0.506708, exclusion.robots;dur=0.016689, exclusion.robots.policy;dur=0.008021, esindex;dur=0.011221, cdx.remote;dur=235.081820, LoadShardBlock;dur=53.642329, PetaboxLoader3.datanode;dur=102.877066, load_resource;dur=149.491044, PetaboxLoader3.resolve;dur=93.794517
x-app-server: wwwb-app217
x-ts: 200
x-tr: 504
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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 (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install schacon-ticgit
Description: | Git based distributed ticketing system, including a command line client and web viewer edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/schacon/ticgit.git
Give this clone URL to anyone.
git clone git://github.com/schacon/ticgit.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:schacon/ticgit.git
|
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/ | Tue Jan 27 11:03:55 -0800 2009 | test commit [schacon] |
![]() |
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 | Fri Oct 24 09:53:59 -0700 2008 | seeing if this helps the gem [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!