Re: [PATCH] diff: allow unstuck arguments with --diff-algorithm

2013-04-05 Thread Thomas Rast
John Keeping writes: > The argument to --diff-algorithm is mandatory, so there is no reason to > require the argument to be stuck to the option with '='. Change this > for consistency with other Git commands. > > Note that this doesi not change the handling of diff-algorithm in

[PATCH] diff: allow unstuck arguments with --diff-algorithm

2013-04-05 Thread John Keeping
The argument to --diff-algorithm is mandatory, so there is no reason to require the argument to be stuck to the option with '='. Change this for consistency with other Git commands. Note that this doesi not change the handling of diff-algorithm in merge-recursive.c since the primary interface to