CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 21:17:38 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100215005951
location: https://web.archive.org/web/20100215005951/https://github.com/mislav/ticgit
server-timing: captures_list;dur=0.713280, exclusion.robots;dur=0.029509, exclusion.robots.policy;dur=0.017213, esindex;dur=0.013848, cdx.remote;dur=201.217762, LoadShardBlock;dur=381.280465, PetaboxLoader3.datanode;dur=134.016561, PetaboxLoader3.resolve;dur=181.181616
x-app-server: wwwb-app201
x-ts: 302
x-tr: 622
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=2
set-cookie: wb-p-SERVER=wwwb-app201; 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: Wed, 06 Aug 2025 21:17:39 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 15 Feb 2010 00:59:51 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "7cc825b22d0d75dc26b2378647366748"
x-archive-orig-x-runtime: 133ms
x-archive-orig-content-length: 25486
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: Mon, 15 Feb 2010 00:59:51 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 15 Feb 2010 00:59:51 GMT", ; rel="memento"; datetime="Mon, 15 Feb 2010 00:59:51 GMT", ; rel="next memento"; datetime="Sat, 24 Apr 2010 04:48:33 GMT", ; rel="last memento"; datetime="Thu, 10 Sep 2020 20:55:37 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: TLA-20100215003814-01229-ia360915-c/TLA-20100215004918-00819-ia360906.us.archive.org.warc.gz
server-timing: captures_list;dur=0.556418, exclusion.robots;dur=0.022789, exclusion.robots.policy;dur=0.013934, esindex;dur=0.012407, cdx.remote;dur=92.978133, LoadShardBlock;dur=294.213156, PetaboxLoader3.datanode;dur=112.327298, PetaboxLoader3.resolve;dur=415.546749, load_resource;dur=380.416546
x-app-server: wwwb-app201
x-ts: 200
x-tr: 831
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
mislav's ticgit at master - GitHub
This service is courtesy of Pledgie.
mislav / ticgit forked from schacon/ticgit
- Source
- Commits
- Network (19)
- Issues (0)
- Downloads (0)
- Wiki (1)
- 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/ | Loading commit data... ![]() |
|
![]() |
examples/ | Mon May 12 17:13:12 -0700 2008 | added an example post-commit hook file [yob] |
![]() |
lib/ | Thu Sep 11 01:04:26 -0700 2008 | Made sorting work more consequent, sorts always... [flurin] |
![]() |
note/ | Sat Mar 22 10:30:29 -0700 2008 | added multiple project support [schacon] |
![]() |
spec/ | Wed Sep 10 13:32:10 -0700 2008 | support "_:;,." characters in ticket names [mislav] |
![]() |
ticgit.gemspec | Thu Sep 11 01:14:32 -0700 2008 | mislav-ticgit 0.3.6 [mislav] |
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)