Matthew Rothenberg

Results 78 comments of Matthew Rothenberg

Ah, that's the "key" for the number output below, it indicates `[1]` will map to environment variable `$e1`, `[2] => $e2`, etc... I agree it's really confusing. I inherited it...

Ah interesting. This is an edge case that was never considered. I'm not sure if this is a generic way to handle this, so we'd have to special case all...

For `git log` alone, this will probably also affect `--max-count=` and `--skip=`, and `--min-parents=`/`--max-parents=`. In theory the double dash flags _should_ require the `=` sign which wouldn't be an issue,...

Adding more and more test cases in #70 just for git log. Git CLI is really inconsistent here. In short it's going to be a mess to special case everything....

Hi @stereokai, excited for the help! In theory, adding new shells should be _relatively_ simple: if you look at `/commands/inits/data` directory, you'll see the actual wrapper scripts used for bash/zsh...

Oh interesting! I hadn't thought about the color output being platform specific, but that makes sense. Switching to a library for the color code constants will also probably present an...

> I could submit a pull request with that color library and then you would pick up from there? Yeah, I think we should probably abstract switching to a color...

> In the readme you said you don't need ruby to build, just develop :P Take a peek in the `Rakefile`, it's pretty understandable. A normal build task more or...

No updates on this actual issue currently, but while cleaning up old issues wanted to reply to this publicly: > Do you want to create a https://gitter.im room for starters?...

Interesting! Have not come across that change code before. Could you please provide me a step of steps to take in a naked git repository to reproduce the status? I...