public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox•com>
To: Stepan Kasal <kasal@ucw•cz>
Cc: Karsten Blees <karsten.blees@gmail•com>,
	 GIT Mailing-list <git@vger•kernel.org>,
	 msysGit <msysgit@googlegroups•com>
Subject: Re: [PATCH 0/7] Second part of msysgit/unicode
Date: Wed, 18 Jun 2014 10:33:09 -0700	[thread overview]
Message-ID: <xmqq7g4ejf6y.fsf@gitster.dls.corp.google.com> (raw)
In-Reply-To: <20140618030507.GA3809@camelia.ucw.cz> (Stepan Kasal's message of "Wed, 18 Jun 2014 05:05:07 +0200")

Stepan Kasal <kasal@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.

-- 
-- 
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.

You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups•com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups•com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups "msysGit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups•com.
For more options, visit https://groups.google.com/d/optout.

  reply	other threads:[~2014-06-18 17:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-11  9:37 [PATCH 0/7] Second part of msysgit/unicode Stepan Kasal
2014-06-11  9:37 ` [PATCH 1/7] Let mingw_execve() return an int Stepan Kasal
2014-06-11  9:37 ` [PATCH 2/7] Win32: simplify internal mingw_spawn* APIs Stepan Kasal
2014-06-11  9:37 ` [PATCH 3/7] Win32: fix potential multi-threading issue Stepan Kasal
2014-06-11  9:37 ` [PATCH 4/7] MinGW: disable CRT command line globbing Stepan Kasal
2014-06-11  9:37 ` [PATCH 5/7] Win32: Unicode arguments (outgoing) Stepan Kasal
2014-06-11  9:37 ` [PATCH 6/7] Win32: Unicode arguments (incoming) Stepan Kasal
2014-06-11  9:37 ` [PATCH 7/7] Unicode file name support (gitk and git-gui) Stepan Kasal
2014-06-17  9:06 ` [PATCH 0/7] Second part of msysgit/unicode Karsten Blees
2014-06-18  3:05   ` Stepan Kasal
2014-06-18 17:33     ` Junio C Hamano [this message]
2014-06-18 21:35       ` Johannes Sixt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xmqq7g4ejf6y.fsf@gitster.dls.corp.google.com \
    --to=gitster@pobox$(echo .)com \
    --cc=git@vger$(echo .)kernel.org \
    --cc=karsten.blees@gmail$(echo .)com \
    --cc=kasal@ucw$(echo .)cz \
    --cc=msysgit@googlegroups$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox