Allow '-' in config variable names
authorLinus Torvalds <torvalds@osdl.org>
Mon, 30 Oct 2006 16:25:36 +0000 (08:25 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 31 Oct 2006 03:39:12 +0000 (19:39 -0800)
I need this in order to allow aliases of the same form as "ls-tree",
"rev-parse" etc, so that I can use

[alias]
my-cat=--paginate cat-file -p

to add a "git my-cat" command.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found