Allow an alias to start with "-p"
commit4ab243a944a6013d9e862adadd6fe6152c842401
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 24 Jul 2006 12:10:45 +0000 (24 14:10 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 25 Jul 2006 21:15:46 +0000 (25 14:15 -0700)
tree526db06bb82543a777504d264f3e5f049369e00e
parent96256bba949f43548a0be0af877680eb62b156f6
Allow an alias to start with "-p"

Now, something like

[alias]
pd = -p diff

works as expected.

[jc: a follow-up fix from Jeff King folded in.]

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c