git config lossage
authorZefram <zefram@fysh.org>
Sun, 27 Sep 2009 13:30:41 +0000 (15:30 +0200)
committerRafael Garcia-Suarez <rgs@consttype.org>
Sun, 27 Sep 2009 13:30:41 +0000 (15:30 +0200)
commit326df896fec9493c512db76eb6738c3ce3ba9097
tree88e39a3af1849a745fa2f8956a20a241d9e84e84
parent85269948cc8951473fc68344aef336c43580ee70
git config lossage

The git that I have installed (Debian etch) doesn't support "git
config".
This causes nasty failure in make_patchnum.pl, where it gets a help
message from git, and then blindly interpolates that message into a
command that it passes to the shell for execution.  The attached patch
fixes this.
make_patchnum.pl