public
Rubygem
Description: Git based distributed ticketing system, including a command line client and web viewer
Clone URL: git://github.com/schacon/ticgit.git
ticgit / note / IMPLEMENT
100644 32 lines (28 sloc) 0.871 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
~/.ticgit/HEAD -> branch name
~/.ticgit/CHECKOUT -> current ticket
~/.ticgit/USER -> schacon / email
 
ticgit/master
 
  open/
    080315060503_my_first_ticket_8956
   TICKET_ID - this is filled with ts + random, the sha is
   used as the ticket handle
        ASSIGNED_schacon
   COMMENT_080315060503045__schacon_at_gmail
   COMMENT_080315060503045__schacon
   COMMENT_080315060503045__someoneelse
   COMMENT_080315060503045__schacon
   COMMENT_080315060503045__someoneelse
   COMMENT_080315060503045__schacon
   TAG_something
   TAG_my_tag
   TAG_again
    080315140503_my_other_ticket_3982
  resolved/
    080215134503_easy_fix_9386
  invalid/
    080211134503_everything_is_broke_0183
  closed/
    080112153503_needs_fixing_3984
    080314134501_needs_fixing_2934
    080314040501_needs_fixing_9486
 
ticgit/devbranch