ticgit
ticgit copied to clipboard
Git based distributed ticketing system, including a command line client and web viewer
This is also discussed in [this ticket](https://github.com/jeffWelling/ticgit/issues/52), but I am giving it its own home. I'm experimenting with a dedicated "mob" branch (http://repo.or.cz/h/mob.html) and it would be nice to have...
It seems not? Can someone adjust [the documentation](https://github.com/jeffWelling/ticgit#getting-the-ticgit-ng-ticgit-ng-branch) appropriately?
Sync with Github Issues! That would be the shiznizzle!!! Also, other bug trackers, but they can wait because they taste like cheeze and cardboard. /jk about the cardboard-y cheesy taste...
Suggestions: 1. some .ticgit -file where users can specify which ticket -options are visible by default 2. some option choices to choose: full, developer, maintainer, etc 3. make it possible...
Voting?
Can we get voting on tickets? This could raise problems when it comes time to sync but other bug trackers don't support voting or dont support manually tweaking the vote...
Need to switch away from deprecated git gem. We already have to monkey-patch around one bug in it, and now we've encountered another (issue #36) where coloured git output causes...
Reposted as an issue on behalf of frioux who PM'd me to confirm this was a bug. This is how I run ti: alias ti='ruby -I~/code/ticgit/lib ~/code/ticgit/bin/ti' In 1.0.2.6 it...
Currently, `ti sync` is painfully slow because it attempts a `git fetch $repo` before performing the git pull and git push. The fetch should only be performed if there is...
Bug tracking in git on your local machine is awesome, but if I'm working on a feature with someone else, or am trying to resolve a bug with someone else,...