author | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 27 Jun 2007 04:27:13 +0000 (00:27 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 27 Jun 2007 04:27:13 +0000 (00:27 -0400) | ||
commit | fffaaba3588b0da14f4e3265540d400859aad49e | |
tree | af54840589fac0cdbac86d36087ed26b348d34cb | tree | snapshot |
parent | 4e817d1ac4f10916343a2610a55f5af8bc949f65 | commit | diff |
git-gui: Don't nice git blame on MSYS as nice is not supported
Johannes Sixt reported that MinGW/MSYS does not have a nice.exe to
drop the priority of a child process when it gets spawned. So we
have to avoid trying to start `git blame` through nice when we are
on Windows and do not have Cygwin available to us.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Johannes Sixt reported that MinGW/MSYS does not have a nice.exe to
drop the priority of a child process when it gets spawned. So we
have to avoid trying to start `git blame` through nice when we are
on Windows and do not have Cygwin available to us.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/blame.tcl | diff | blob | history |