| author | Junio C Hamano <junkio@cox.net> | |
| Wed, 14 Jun 2006 13:01:05 +0000 (06:01 -0700) | ||
| committer | Junio C Hamano <junkio@cox.net> | |
| Sat, 17 Jun 2006 05:34:09 +0000 (22:34 -0700) | ||
| commit | d8498500ba5cf348577202e0bb7810cbd68fa120 | |
| tree | 7f12efb75c6e3cbab92d092dc28744c4b5889246 | tree | snapshot |
| parent | ada7781dc3602e6efc052e5e0da37a63caae0489 | commit | diff |
fix git alias
When extra command line arguments are given to a command that
was alias-expanded, the code generated a wrong argument list,
leaving the original alias in the result, and forgetting to
terminate the new argv list.
Signed-off-by: Junio C Hamano <junkio@cox.net>
When extra command line arguments are given to a command that
was alias-expanded, the code generated a wrong argument list,
leaving the original alias in the result, and forgetting to
terminate the new argv list.
Signed-off-by: Junio C Hamano <junkio@cox.net>
| git.c | diff | blob | history |