]> git.ipfire.org Git - thirdparty/git.git/commit - git.c
Allow aliases to expand to shell commands
authorTheodore Ts'o <tytso@mit.edu>
Sun, 11 Feb 2007 00:33:58 +0000 (19:33 -0500)
committerJunio C Hamano <junkio@cox.net>
Sun, 11 Feb 2007 06:46:34 +0000 (22:46 -0800)
commitdfd42a3c6281275b518f10938dcd858558cd82e3
treede0831a6b88036f483f0d7ae9df04cdf56f55554
parentf3dd015c9147e3116fc1941d96f4dad38386b1db
Allow aliases to expand to shell commands

If the alias expansion is prefixed with an exclamation point, treat
it as a shell command which is run using system(3).

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt
git.c