Re: Bad git log behavior with multiple glob path arguments

2014-03-05 Thread Jeremy Nickurak
On Wed, Mar 5, 2014 at 3:01 AM, Duy Nguyen wrote: > On Wed, Mar 5, 2014 at 12:56 PM, Jeremy Nickurak wrote: >> git log seems to understand globs in the last path argument, and the >> last path argument only. I didn't see anything in the git log man page >> expressly saying this was to be expected

Re: Bad git log behavior with multiple glob path arguments

2014-03-05 Thread Duy Nguyen
On Wed, Mar 5, 2014 at 12:56 PM, Jeremy Nickurak wrote: > git log seems to understand globs in the last path argument, and the > last path argument only. I didn't see anything in the git log man page > expressly saying this was to be expected, but it does seem like it > ought to work for all the a

Bad git log behavior with multiple glob path arguments

2014-03-04 Thread Jeremy Nickurak
git log seems to understand globs in the last path argument, and the last path argument only. I didn't see anything in the git log man page expressly saying this was to be expected, but it does seem like it ought to work for all the arguments or none of them. Here's a little shell script I ended u