Make FS_Win32_Cygwin extend off of FS_Win32
commit3166aeeba8b19eb68ed249fdb3e1b942beac7262
authorShawn O. Pearce <spearce@spearce.org>
Wed, 2 Apr 2008 00:02:36 +0000 (1 20:02 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 05:06:36 +0000 (7 01:06 -0400)
treef0f4046bddbea8db9f72d26e0b885719639e069e
parent531f9730f97db4fd00a40e68fdf0e6a07ccb7986
Make FS_Win32_Cygwin extend off of FS_Win32

For the most part our Cygwin specific FS code is the same as the
more generic Win32 code, as its running on the Win32 platform.
By extending from FS_Win32 we can resuse some code.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/util/FS_Win32_Cygwin.java