nixon

Results 4 issues of nixon

Fix git-goggles to work from git sub-directories instead of just the top level directory. Add a method to Repository that checks that the current directory is actually a git repository...

Should the 2nd `if` check for `$commandargs` instead? ``` elif [[ $command == "user-stats" ]]; then if [[ $command != "" ]]; then ```

The check for duplicate plugins tries to raise an undefined exception: ``` NameError: global name 'PluginError' is not defined ```

jira throws an error if an '@' character appears in a JQL query: ``` {"errorMessages":["Error in the JQL Query: The character '@' is a reserved JQL character. You must enclose...