public
Rubygem
Description: Git based distributed ticketing system, including a command line client and web viewer
Clone URL: git://github.com/schacon/ticgit.git
Search Repo:
yob (author)
Mon May 12 07:27:25 -0700 2008
schacon (committer)
Mon May 12 17:13:12 -0700 2008
commit  a4a1aff40ba4604682cfd62e5239bd120b82b851
tree    6e5853faf2823f116c1be29e9ccbf411f1a62188
parent  6e453f523fa1da50ecb04431101112b3611c6a4d
ticgit /
name age message
folder .gitignore Sun May 11 19:14:18 -0700 2008 Ignoring the generated gem file when using the ... [pope]
folder README Sun May 11 18:03:48 -0700 2008 Updated README to include the assign action [pope]
folder Rakefile Sun May 11 19:14:18 -0700 2008 Ignoring the generated gem file when using the ... [pope]
folder bin/ Wed Mar 26 13:59:07 -0700 2008 change the require statement for ti [schacon]
folder examples/ Mon May 12 17:13:12 -0700 2008 added an example post-commit hook file [yob]
folder lib/ Mon May 12 17:13:12 -0700 2008 - added a -f/--file option to ti comment so a c... [yob]
folder note/ Sat Mar 22 10:30:29 -0700 2008 added multiple project support [schacon]
folder spec/ Sat May 10 09:12:29 -0700 2008 Added the ability to change to whom a ticket is... [pope]
folder ticgit.gemspec Sun May 11 19:15:25 -0700 2008 Removed some unnecessary files from the gemspec... [pope]
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

ti assign - change to whom a ticket is assigned


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