severity 466795 wishlist
quit

On Wed, Feb 20, 2008 at 04:20:22PM -0800, Josh Triplett wrote:
> git-merge-index requires that if the -o and -q options appear, they
> must appear first in the argument list, and they must appear in that
> order.  For example, "git merge-index -o merge-program -a" works, but
> "git merge-index merge-program -o -a" does not work.  git-merge-index
> should allow the -o, -q, and -a options to appear anywhere on the
> command line.

Hi Josh, AFAICS the behavior matches the documentation

 $ git-merge-index
 usage: git-merge-index [-o] [-q] <merge-program> (-a | <filename>*)
 $ 

Setting severity wishlist.

Thanks, Gerrit.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to