Stepan Kasal <ka...@ucw.cz> writes:

> Hello Karsten,
>
> On Tue, Jun 17, 2014 at 11:06:52AM +0200, Karsten Blees wrote:
>> Am 11.06.2014 11:37, schrieb Stepan Kasal:
>> > This is the second part of the time-proven unicode suport branch from 
>> > msysgit.
>> > This batch is a collection of small independent changes, limited to 
>> > mingw.c.
>> > The only exception is the last patch: it changes gitk and git-gui.
>> 
>> I'm missing the other two "Unicode file name" patches (and "Win32: fix 
>> detection
>
> indeed.  I noticed that after sending the plan quoted above.
> Luckily, the gitk/git-gui patch was not accepted and has to be
> resubmitted.
>
> So the plan for future submissions is:
>
> 1) two "Unicode file name" patches (with "fix... is_dir_empty"
> squashed)
> 2) the environament patches from your unicode branch (several
> patches)
> 3) "color term" (and env. var. TERM); updated according to your
> instructions, thus sent separately after the series
> 4) resubmit gitk / git-gui (have separate maintainers)
>
> This is work in progress, I suppose to mail 1) and 2) in a few days.
>
> Stepan

In the meantime, are Windows folks happy with the four topics queued
on 'pu' so far?  I would like to start moving them down to 'next'
and to 'master' soonish.

They consist of these individual patches:

    $ git shortlog ^master \
      sk/mingw-dirent \
      sk/mingw-main \
      sk/mingw-uni-console \
      sk/mingw-unicode-spawn-args
    Johannes Schindelin (1):
          Win32: let mingw_execve() return an int

    Karsten Blees (18):
          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
          Win32: move main macro to a function
          Win32: support Unicode console output
          Win32: detect console streams more reliably
          Win32: warn if the console font doesn't support Unicode
          Win32: add Unicode conversion functions
          Win32: Thread-safe windows console output
          Win32: fix broken pipe detection
          Win32: reliably detect console pipe handles
          Win32: simplify internal mingw_spawn* APIs
          Win32: fix potential multi-threading issue
          MinGW: disable CRT command line globbing
          Win32: Unicode arguments (outgoing)
          Win32: Unicode arguments (incoming)

    Stepan Kasal (1):
          mingw: avoid const warning

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

Reply via email to