Mike Czepiel
Mike Czepiel
I think this may be the same as reported in #419
FWIW it looks like `shortName` [will always return a SHA](https://github.com/rowanj/gitx/blob/master/Classes/git/PBGitCommit.m#L241), so this is functionally equivalent to the manual substring: ``` - (NSString *) shortName { return self.gtCommit.shortSHA; } ``` So...
Keyboard equivalents are in the menus, not sure if there are nay other shortcuts elsewhere in the app. Do you just want a reference card/PDF? Not that I can speak...
Hmm, having the same problem. Rolling back rvm1-capistrano3 alone doesn't seem to get things working again, so I'l have to go through my `Gemfile.lock` and compare some of the other...
I'm looking into making gitx do this but by default git status suffers the same problem. If you're frequently working with UTF-8 filenames you can try this in the terminal:...