[PATCH 0/5] Windows dirent patches

2014-06-06 Thread Stepan Kasal
Hello,

This is a series of dirent modifications, 4 tiny ones and one bigger.
As the date indicates, these are battle tested in mysgit for several years.

Regards,
Stepan

Karsten Blees (5):
  Win32 dirent: remove unused dirent.d_ino member
  Win32 dirent: remove unused dirent.d_reclen member
  Win32 dirent: change FILENAME_MAX to MAX_PATH
  Win32 dirent: clarify #include directives
  Win32 dirent: improve dirent implementation

 compat/win32/dirent.c | 116 --
 compat/win32/dirent.h |   8 +---
 config.mak.uname  |   2 +
 3 files changed, 59 insertions(+), 67 deletions(-)

-- 
2.0.0.9635.g0be03cb

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/5] Windows dirent patches

2014-06-06 Thread Karsten Blees
Am 06.06.2014 15:43, schrieb Stepan Kasal:
 Hello,
 
 This is a series of dirent modifications, 4 tiny ones and one bigger.
 As the date indicates, these are battle tested in mysgit for several years.
 

The dates are actually missing from the patches, otherwise full ack from me. 
Thanks!

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/5] Windows dirent patches

2014-06-06 Thread Stepan Kasal
On Fri, Jun 06, 2014 at 06:33:27PM +0200, Karsten Blees wrote:
 The dates are actually missing from the patches, [...]

oops, this was first time I tried to use git-send-email.
I hope this time it'll work better.
Stepan

Hello,

This is a series of dirent modifications, 4 tiny ones and one bigger.
As the date indicates, these are battle tested in mysgit for several years.

Regards,
Stepan

Karsten Blees (5):
  Win32 dirent: remove unused dirent.d_ino member
  Win32 dirent: remove unused dirent.d_reclen member
  Win32 dirent: change FILENAME_MAX to MAX_PATH
  Win32 dirent: clarify #include directives
  Win32 dirent: improve dirent implementation

 compat/win32/dirent.c | 116 --
 compat/win32/dirent.h |   8 +---
 config.mak.uname  |   2 +
 3 files changed, 59 insertions(+), 67 deletions(-)

-- 
2.0.0.9635.g0be03cb

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html