Re: using git-diff as a diff replacement?

2016-02-24 Thread Jacob Keller
On Wed, Feb 24, 2016 at 6:38 PM, Duy Nguyen wrote: > On Thu, Feb 25, 2016 at 5:21 AM, Jacob Keller wrote: >> Hey, >> >> I know that running "git diff " when outside a git >> project will result in a normal diff being run. I happen to prefer the >> diff

Re: using git-diff as a diff replacement?

2016-02-24 Thread Duy Nguyen
On Thu, Feb 25, 2016 at 5:21 AM, Jacob Keller wrote: > Hey, > > I know that running "git diff " when outside a git > project will result in a normal diff being run. I happen to prefer the > diff algorithm and diff output of "git diff" but there does not seem > to be a way

using git-diff as a diff replacement?

2016-02-24 Thread Jacob Keller
Hey, I know that running "git diff " when outside a git project will result in a normal diff being run. I happen to prefer the diff algorithm and diff output of "git diff" but there does not seem to be a way to have this behavior from within a git tree. Is there a way to pass an option to