Re: [PATCH v3 1/2] difftool: add a skeleton for the upcoming builtin

2016-11-24 Thread Jeff King
On Thu, Nov 24, 2016 at 10:56:23PM +0100, Johannes Schindelin wrote: > > I think it would probably be OK to ship with that caveat (people would > > probably use --global config, or "git -c" for a quick override), but if > > you really wanted to address it, you can do something like what > >

Re: [char-misc-next] mei: request async autosuspend at the end of enumeration

2016-11-24 Thread Jeff King
On Thu, Nov 24, 2016 at 10:37:14PM +, Winkler, Tomas wrote: > > > > Cc: # 4.4+ > > > > > > Looks like git send-email is not able to parse this address correctly > > > though this is suggested format by Documentation/stable_kernel_rules.txt. > > > Create wrong address

Git Gui bugs Debian Jessie Package: git (1:2.1.4-2.1+deb8u2)

2016-11-24 Thread Walt Feasel
These may be well know but I was not able to find a bug tracker so here it goes. 1) When selecting help, about git gui it crashes wth the error: error: git-gui died of signal 11 2) With the default installation there are two different default text types. Edit,

RE: [char-misc-next] mei: request async autosuspend at the end of enumeration

2016-11-24 Thread Winkler, Tomas
> > On Thu, Nov 24, 2016 at 04:10:49PM +, Winkler, Tomas wrote: > > > > Cc: # 4.4+ > > > > Looks like git send-email is not able to parse this address correctly > > though this is suggested format by Documentation/stable_kernel_rules.txt. > > Create wrong address If

Re: [PATCH v3 1/2] difftool: add a skeleton for the upcoming builtin

2016-11-24 Thread Johannes Schindelin
Hi Peff, On Thu, 24 Nov 2016, Jeff King wrote: > On Thu, Nov 24, 2016 at 09:55:07PM +0100, Johannes Schindelin wrote: > > > +/* > > + * NEEDSWORK: this function can go once the legacy-difftool Perl script is > > + * retired. > > + * > > + * We intentionally avoid reading the config directly

Re: [PATCH v3 1/2] difftool: add a skeleton for the upcoming builtin

2016-11-24 Thread Jeff King
On Thu, Nov 24, 2016 at 09:55:07PM +0100, Johannes Schindelin wrote: > +/* > + * NEEDSWORK: this function can go once the legacy-difftool Perl script is > + * retired. > + * > + * We intentionally avoid reading the config directly here, to avoid messing > up > + * the GIT_* environment variables

[PATCH v3 1/2] difftool: add a skeleton for the upcoming builtin

2016-11-24 Thread Johannes Schindelin
This adds a builtin difftool that still falls back to the legacy Perl version, which has been renamed to `legacy-difftool`. The idea is that the new, experimental, builtin difftool immediately hands off to the legacy difftool for now, unless the config variable difftool.useBuiltin is set to true.

[PATCH v3 0/2] Show Git Mailing List: a builtin difftool

2016-11-24 Thread Johannes Schindelin
I have been working on the builtin difftool for almost two weeks, for two reasons: 1. Perl is really not native on Windows. Not only is there a performance penalty to be paid just for running Perl scripts, we also have to deal with the fact that users may have different Perl installations,

[PATCH v3 2/2] difftool: implement the functionality in the builtin

2016-11-24 Thread Johannes Schindelin
This patch gives life to the skeleton added in the previous patch. The motivation for converting the difftool is that Perl scripts are not at all native on Windows, and that `git difftool` therefore is pretty slow on that platform, when there is no good reason for it to be slow. In addition,

Re: [PATCH v2] merge-recursive.c: use string_list_sort instead of qsort

2016-11-24 Thread Jeff King
On Thu, Nov 24, 2016 at 06:45:36PM +0700, Nguyễn Thái Ngọc Duy wrote: > This started out to as a hunt for remaining qsort() calls after rs/qsort > series because qsort() API is a bit easy to get wrong (*). However, > since we have string_list_sort(), it's conceptually a better way to sort > here.

Re: [char-misc-next] mei: request async autosuspend at the end of enumeration

2016-11-24 Thread Jeff King
On Thu, Nov 24, 2016 at 04:10:49PM +, Winkler, Tomas wrote: > > Cc: # 4.4+ > > Looks like git send-email is not able to parse this address correctly > though this is suggested format by Documentation/stable_kernel_rules.txt. > Create wrong address If git parsers is

[PATCH] l10n: de.po: translate 210 new message

2016-11-24 Thread Ralf Thielow
Translate 210 new messages came from git.pot update in fda7b09 (l10n: git.pot: v2.11.0 round 1 (209 new, 53 removed)) and c091ffb (l10n: git.pot: v2.11.0 round 2 (1 new, 1 removed)). Signed-off-by: Ralf Thielow --- po/de.po | 657

Re: [ANNOUNCE] Git v2.11.0-rc3

2016-11-24 Thread Johannes Sixt
Am 24.11.2016 um 17:25 schrieb Marc Branchaud: On 2016-11-23 06:21 PM, Junio C Hamano wrote: * The original command line syntax for "git merge", which was "git merge HEAD ...", has been deprecated for quite some time, and "git gui" was the last in-tree user of the syntax. This is

[PATCH] Release note spelling and phrasing fixups.

2016-11-24 Thread Marc Branchaud
Signed-off-by: Marc Branchaud --- Mostly just missing words and what I feel are clarifications. The biggest change is to the "git add -N" item. Not 100% sure I got it right. M. Documentation/RelNotes/2.11.0.txt | 145

Re: [ANNOUNCE] Git v2.11.0-rc3

2016-11-24 Thread Marc Branchaud
On 2016-11-23 06:21 PM, Junio C Hamano wrote: * The original command line syntax for "git merge", which was "git merge HEAD ...", has been deprecated for quite some time, and "git gui" was the last in-tree user of the syntax. This is finally fixed, so that we can move forward with

RE: [char-misc-next] mei: request async autosuspend at the end of enumeration

2016-11-24 Thread Winkler, Tomas
> > From: Alexander Usyskin > > pm_runtime_autosuspend can take synchronous or asynchronous paths, > Because we are calling pm_runtime_mark_last_busy just before this most of > the cases it takes the asynchronous way. However, when the FW or driver > resets during

Re: RFC: Enable delayed responses to Git clean/smudge filter requests

2016-11-24 Thread Lars Schneider
> On 15 Nov 2016, at 19:03, Junio C Hamano wrote: > > Lars Schneider writes: > >>> The filter itself would need to be aware of parallelism >>> if it lives for multiple objects, right? >> >> Correct. This way Git doesn't need to deal with

Tenho algo muito importante para lhe dizer

2016-11-24 Thread From Maria Coulibaly

[PATCH v2] merge-recursive.c: use string_list_sort instead of qsort

2016-11-24 Thread Nguyễn Thái Ngọc Duy
This started out to as a hunt for remaining qsort() calls after rs/qsort series because qsort() API is a bit easy to get wrong (*). However, since we have string_list_sort(), it's conceptually a better way to sort here. (*) In this particular case, it's even more confusing when you sort one

Re: [PATCH v2 1/1] difftool: add the builtin

2016-11-24 Thread Johannes Schindelin
Hi Junio, On Wed, 23 Nov 2016, Junio C Hamano wrote: > Junio C Hamano writes: > > > ... I do not think you can safely add these two bits here until the > > migration completes. > > I accidentally removed a more useful bit I wrote after the above > sentence while editing. >

Re: How can I make a best dissertation paper?

2016-11-24 Thread MaryTurner
The information you provided on the dissertation writing is appreciable and my opinion is if students work on this so they will get succeeded and thy don't have to take dissertation writing services or help form any online writing assistance provider moreover still require some guidance then I

Re: Git status takes too long- How to improve the performance of git

2016-11-24 Thread MaryTurner
Nice -- View this message in context: http://git.661346.n2.nabble.com/Git-status-takes-too-long-How-to-improve-the-performance-of-git-tp7657456p7657457.html Sent from the git mailing list archive at Nabble.com.