public
Rubygem
Description: Git based distributed ticketing system, including a command line client and web viewer
Clone URL: git://github.com/schacon/ticgit.git
schacon (author)
Sat May 10 11:01:38 -0700 2008
commit  ed60143c2a0688ffbe0f6b37228d3f0f67bf79d9
tree    85ef211da957957b7ceda0950e95236f434e53c6
parent  8e2dad2a81e516bf3ac429b8d311acc2fa23b4f0
ticgit /
name age message
file .gitignore Sat May 10 08:23:47 -0700 2008 Created some rake task [pope]
file README Mon Mar 24 16:58:50 -0700 2008 updated README to show needed version of git gem [schacon]
file Rakefile Sat May 10 10:49:17 -0700 2008 added ticgitweb command to bin [schacon]
directory bin/ Wed Mar 26 13:59:07 -0700 2008 change the require statement for ti [schacon]
directory lib/ Sat May 10 10:33:55 -0700 2008 Changed the command line tool's assign action t... [pope]
directory note/ Sat Mar 22 10:30:29 -0700 2008 added multiple project support [schacon]
directory spec/ Sat May 10 09:12:29 -0700 2008 Added the ability to change to whom a ticket is... [pope]
file ticgit.gemspec Sat May 10 11:01:38 -0700 2008 added gemspec [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 http://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


Authors
===================================
Scott Chacon  (schacon@gmail.com)