Re: [Bug report] Git incorrectly selects language in macos

2019-01-15 Thread Nate Weaver
--Nate Weaver (Wevah) > On Jan 15, 2019, at 10:43:48, Nate Weaver wrote: > >> On Jan 15, 2019, at 09:35:52, Nate Weaver wrote: >> >>> On Sep 16, 2018, at 02:15:33, Eric Sunshine wrote: >>> >>> On Fri, Sep 14, 2018 at 10:20 PM Niko Dzhus wr

Re: [Bug report] Git incorrectly selects language in macos

2019-01-15 Thread Nate Weaver
> On Jan 15, 2019, at 09:35:52, Nate Weaver wrote: > >> On Sep 16, 2018, at 02:15:33, Eric Sunshine wrote: >> >> On Fri, Sep 14, 2018 at 10:20 PM Niko Dzhus wrote: >>> Looks like the issue appeared after updating git from brew. >>> >>> A qu

Re: [Bug report] Git incorrectly selects language in macos

2019-01-15 Thread Nate Weaver
le 'de' and 'fr' have a git.mo file in their LC_MESSAGES subdirectory, there is no 'en' directory. If I copy the 'fr' version to a newly-created 'en' directory, then all my git output is in French; my language order in System Preferences is English (US) -> German -> Japanese. Not sure if this is gettext's or macOS's issue. --Nate Weaver (Wevah)

Re: Issue with 2.11.0 and GIT_EXEC_PATH with multiple entries

2017-03-30 Thread Nate Mueller
Got it. Thanks! On Thu, Mar 30, 2017 at 4:32 PM, Jeff King wrote: > On Thu, Mar 30, 2017 at 04:00:41PM -0700, Nate Mueller wrote: > >> Really? My config has been set this way for years and it's never >> caused problems before. I have subcommands in both of those >

Re: Issue with 2.11.0 and GIT_EXEC_PATH with multiple entries

2017-03-30 Thread Nate Mueller
Really? My config has been set this way for years and it's never caused problems before. I have subcommands in both of those directories and all work. On Thu, Mar 30, 2017 at 3:57 PM, Junio C Hamano wrote: > Nate Mueller writes: > >> This fails for me because my GIT_EX

Issue with 2.11.0 and GIT_EXEC_PATH with multiple entries

2017-03-30 Thread Nate Mueller
-sh-i18n" This fails for me because my GIT_EXEC_PATH is set to "/Library/Developer/CommandLineTools/usr/libexec/git-core:/Users/nate/.git-exec". If I remove the second entry git-sh-setup works just fine. Am I doing something wrong here? I can't see what but I'm surpris

[Patch] git-svn: support dcommit --preserve-merges

2014-05-28 Thread Nate.
Need to update git-svn.perl to match Documentation/git-svn.txt so --preserve-merges|p can be used in dcommit. Similar to https://github.com/git/git/commit/b64e1f58158d1d1a8eafabbbf002a1a3c1d72929#diff-f9a64e34cbe6c3ee4f62698008a33773R571 Nate. Documentation/git-svn.txt 626 -m:: 627 --merge