git.el: Remove the env parameter in git-call-process and git-call-process-string.
authorAlexandre Julliard <julliard@winehq.org>
Sat, 1 Nov 2008 19:42:39 +0000 (20:42 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 21 Nov 2008 19:39:02 +0000 (20:39 +0100)
All callers that need to change the environment now set
process-environment themselves.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
No differences found