CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 15 Aug 2025 03:06:28 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100108130654
location: https://web.archive.org/web/20100108130654/https://github.com/schacon/ticgit
server-timing: captures_list;dur=0.806149, exclusion.robots;dur=0.027601, exclusion.robots.policy;dur=0.013806, esindex;dur=0.014603, cdx.remote;dur=48.340600, LoadShardBlock;dur=168.787753, PetaboxLoader3.datanode;dur=54.286357, PetaboxLoader3.resolve;dur=45.714468
x-app-server: wwwb-app220
x-ts: 302
x-tr: 251
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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: Fri, 15 Aug 2025 03:06:28 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 08 Jan 2010 13:06:52 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "6d43738012126ee2be7aad94593b0da9"
x-archive-orig-x-runtime: 133ms
x-archive-orig-content-length: 24370
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: Fri, 08 Jan 2010 13:06:54 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="Thu, 03 Dec 2009 05:15:12 GMT", ; rel="memento"; datetime="Fri, 08 Jan 2010 13:06:54 GMT", ; rel="next memento"; datetime="Sat, 13 Feb 2010 23:57:16 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_13_20100108122447_crawl102-c/51_13_20100108130459_crawl101.arc.gz
server-timing: captures_list;dur=0.457402, exclusion.robots;dur=0.017200, exclusion.robots.policy;dur=0.007063, esindex;dur=0.008855, cdx.remote;dur=13.528479, LoadShardBlock;dur=273.844482, PetaboxLoader3.datanode;dur=142.766288, PetaboxLoader3.resolve;dur=242.142463, load_resource;dur=167.209996
x-app-server: wwwb-app220
x-ts: 200
x-tr: 511
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
schacon / ticgit
- Source
- Commits
- Network (18)
- Issues (6)
- Downloads (0)
- Wiki (4)
- Graphs
-
Branch:
master
-
Branches (2)
- master ✓
- ticgit
- Tags (0)
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!