Re: Bug? Short command line options

2016-09-22 Thread Jeff King
On Thu, Sep 22, 2016 at 07:03:00PM +, Anatoly Borodin wrote: > is there a good reason why > > git fetch -vpnf > > works like > > git fetch -v -p -n -f > > and > > git commit -avem msg > > works like > > git commit -a -v -e -m msg > > etc etc, but > >

Bug? Short command line options

2016-09-22 Thread Anatoly Borodin
Hi All, is there a good reason why git fetch -vpnf works like git fetch -v -p -n -f and git commit -avem msg works like git commit -a -v -e -m msg etc etc, but git log -wWp says fatal: unrecognized argument: -wWp ? -- Mit freun