Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-gui: Don't delete send on Windows as it doesn't exist
The Windows port of Tk does not have the send command so we cannot delete it from our global namespace, but the Mac OS X and X11 ports do have it. Switching this delete attempt into a catch makes send go away, or stay away. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
- Loading branch information