author | Theodore Ts'o <tytso@mit.edu> | |
Sun, 11 Feb 2007 00:33:58 +0000 (19:33 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 11 Feb 2007 06:46:34 +0000 (22:46 -0800) | ||
commit | dfd42a3c6281275b518f10938dcd858558cd82e3 | |
tree | de0831a6b88036f483f0d7ae9df04cdf56f55554 | tree | snapshot |
parent | f3dd015c9147e3116fc1941d96f4dad38386b1db | commit | diff |
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>
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 | diff | blob | history | |
git.c | diff | blob | history |