[PATCH] git-gui: Remove ancient Cygwin compatibility code

2016-05-13 Thread Adam Dinwoodie
>From 50c9cbb6ce31529316ba004194f63a24ae59b4b0 Mon Sep 17 00:00:00 2001 From: Adam Dinwoodie Date: Fri, 13 May 2016 11:52:32 +0100 Subject: [PATCH] git-gui: Remove unused Cygwin compatibility code Cygwin-distributed builds of git-gui have patched out the Cygwin-specific compatibility code in the

Re: [PATCH] git-gui: Remove ancient Cygwin compatibility code

2015-12-11 Thread Junio C Hamano
Adam Dinwoodie writes: > Remove special path handling for Cygwin in the git-gui Makefile. This > used to be necessary, but has been being patched out of the official > Cygwin distribution builds since Git v1.7.9, and should really be > patched out of the upstream code rather than being patched e

[PATCH] git-gui: Remove ancient Cygwin compatibility code

2015-12-01 Thread Adam Dinwoodie
Remove special path handling for Cygwin in the git-gui Makefile. This used to be necessary, but has been being patched out of the official Cygwin distribution builds since Git v1.7.9, and should really be patched out of the upstream code rather than being patched every time in the Cygwin build pro