Append PATH in git.cmd and gitk.cmd
commit04190289ec710f23a6e703522d7b2aa80599f6c2
authorSteffen Prohaska <prohaska@zib.de>
Fri, 2 May 2008 16:48:38 +0000 (2 18:48 +0200)
committerSteffen Prohaska <prohaska@zib.de>
Sat, 14 Jun 2008 09:23:59 +0000 (14 11:23 +0200)
tree6ae4297e06637249ba5d029c698c0dd2a81313d7
parentb8250c09c6e4a9476d2b4cd27938636df4f21bcf
Append PATH in git.cmd and gitk.cmd

The old way of handling PATH in git.cmd and gitk.cmd was not perfect.
git.cmd and gitk.cmd used to completely isolate the msysgit PATH from
the system PATH.  One problem is that programs outside of the msysgit
installation must be called with their full path, even if they are in
the system PATH.

This commit appends the system PATH after the msysgit paths, as
suggested by Clifford Caoile.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Tested-by: Clifford Caoile <piyo@users.sourceforge.net>
cmd/git.cmd
cmd/gitk.cmd