CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 09 Aug 2025 10:44:16 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100213235716
location: https://web.archive.org/web/20100213235716/https://github.com/schacon/ticgit
server-timing: captures_list;dur=0.750438, exclusion.robots;dur=0.019940, exclusion.robots.policy;dur=0.008100, esindex;dur=0.011207, cdx.remote;dur=22.856191, LoadShardBlock;dur=214.536418, PetaboxLoader3.resolve;dur=78.316428, PetaboxLoader3.datanode;dur=53.856654
x-app-server: wwwb-app239
x-ts: 302
x-tr: 309
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app239; 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 10:44:17 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 13 Feb 2010 23:57:16 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "a0f7a421b70d1f71c7558765a31f6799"
x-archive-orig-x-runtime: 118ms
x-archive-orig-content-length: 25445
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, 13 Feb 2010 23:57:16 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 16 May 2008 08:44:01 GMT", ; rel="prev memento"; datetime="Fri, 08 Jan 2010 13:06:54 GMT", ; rel="memento"; datetime="Sat, 13 Feb 2010 23:57:16 GMT", ; rel="next memento"; datetime="Mon, 05 Sep 2011 13:23:55 GMT", ; rel="last memento"; datetime="Sun, 29 Jun 2025 05:04:16 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_14_20100213224739_crawl102-c/51_14_20100213234440_crawl101.arc.gz
server-timing: captures_list;dur=0.558159, exclusion.robots;dur=0.018175, exclusion.robots.policy;dur=0.006965, esindex;dur=0.010038, cdx.remote;dur=123.096493, LoadShardBlock;dur=121.539166, PetaboxLoader3.datanode;dur=175.107018, PetaboxLoader3.resolve;dur=180.259894, load_resource;dur=240.146035
x-app-server: wwwb-app239
x-ts: 200
x-tr: 569
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 service is courtesy of Pledgie.
schacon / ticgit
- Source
- Commits
- Network (19)
- Issues (6)
- Downloads (0)
- Wiki (4)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (2)
- master ✓
- ticgit
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Git based distributed ticketing system, including a command line client and web viewer — Read more
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)