Re: [PATCH 0/1] git-config --add allows values from stdin

2019-09-21 Thread Taylor Blau
Hi ZJ, On Tue, Sep 17, 2019 at 03:31:34PM +0200, Zeger-Jan van de Weg wrote: > When adding or updating configuration values using git-config, the > values could all be observed by different processes as these are passed > as arguments. In some environments all commands executed are also all > logg

ProGit2 translation in Azerbaijani

2019-09-21 Thread Alicenab
Hi there! I have a translated ProGit2 book to Azerbaijan language. As code of country name name for our country(az) have already taken, I have created "aze" version of it. I hope it will be no problem for you. Partial translations available in https://github.com/progit2-aze/ I'll be waiting for

Re: [RFC PATCH 3/3] grep: don't add submodules to the alternates list

2019-09-21 Thread Brandon Williams
On Tue, Sep 17, 2019 at 6:56 PM Matheus Tavares wrote: > > When grepping with --recurse-submodules, the object directory of the > submodule is added to the in-memory alternates list. This makes git need > to watch out for more packfiles which might bring bad consequences for > memory and performan

Re: [RFC PATCH 0/3] grep: don't add subrepos to in-memory alternates

2019-09-21 Thread Matheus Tavares Bernardino
On Fri, Sep 20, 2019 at 1:26 PM Junio C Hamano wrote: > > Matheus Tavares Bernardino writes: > > > Hmm, I may have gotten a little confused here. Are you talking > > about the attributes stack (which contains .gitattributes and > > info/attributes)? If so, isn't this stack already rebuild for >

Hello

2019-09-21 Thread Edith Brown
-- Hello dear how are you? my name is Edith Brown i am a U.S military woman is my pleasure to meet you best regards

Re: [PATCH 08/15] name-rev: pull out deref handling from the recursion

2019-09-21 Thread René Scharfe
Am 21.09.19 um 16:21 schrieb SZEDER Gábor: > On Sat, Sep 21, 2019 at 02:37:05PM +0200, René Scharfe wrote: >> Am 20.09.19 um 20:13 schrieb SZEDER Gábor: > @@ -280,12 +269,16 @@ static int name_ref(const char *path, const struct > object_id *oid, int flags, vo > if (o && o->type == OB

Re: [PATCH 08/15] name-rev: pull out deref handling from the recursion

2019-09-21 Thread SZEDER Gábor
On Sat, Sep 21, 2019 at 02:37:05PM +0200, René Scharfe wrote: > Am 20.09.19 um 20:13 schrieb SZEDER Gábor: > >>> @@ -280,12 +269,16 @@ static int name_ref(const char *path, const struct > >>> object_id *oid, int flags, vo > >>> if (o && o->type == OBJ_COMMIT) { > >>> struct commit *com

Re: [PATCH 08/15] name-rev: pull out deref handling from the recursion

2019-09-21 Thread René Scharfe
Am 20.09.19 um 20:13 schrieb SZEDER Gábor: >>> @@ -280,12 +269,16 @@ static int name_ref(const char *path, const struct >>> object_id *oid, int flags, vo >>> if (o && o->type == OBJ_COMMIT) { >>> struct commit *commit = (struct commit *)o; >>> int from_tag = starts_with

Re: [PATCH 09/15] name-rev: restructure parsing commits and applying date cutoff

2019-09-21 Thread René Scharfe
Am 19.09.19 um 23:47 schrieb SZEDER Gábor: > At the beginning of the recursive name_rev() function it parses the > commit it got as parameter, and returns early if the commit is older > than a cutoff limit. > > Restructure this so the caller parses the commit and checks its date, > and doesn't invo

Re: [PATCH 08/15] name-rev: pull out deref handling from the recursion

2019-09-21 Thread René Scharfe
Am 21.09.19 um 11:57 schrieb SZEDER Gábor: > On Fri, Sep 20, 2019 at 08:14:07PM +0200, SZEDER Gábor wrote: >> On Fri, Sep 20, 2019 at 08:13:02PM +0200, SZEDER Gábor wrote: If the (re)introduced leak doesn't impact performance and memory usage too much then duplicating tip_name again in na

Re: [PATCH v2 1/6] midx: add MIDX_PROGRESS flag

2019-09-21 Thread SZEDER Gábor
On Fri, Sep 20, 2019 at 09:53:48AM -0700, William Baker via GitGitGadget wrote: > diff --git a/midx.h b/midx.h > index f0ae656b5d..e6fa356b5c 100644 > --- a/midx.h > +++ b/midx.h > @@ -37,6 +37,8 @@ struct multi_pack_index { > char object_dir[FLEX_ARRAY]; > }; > > +#define MIDX_PROGRESS

Re: [PATCH 08/15] name-rev: pull out deref handling from the recursion

2019-09-21 Thread SZEDER Gábor
On Fri, Sep 20, 2019 at 08:14:07PM +0200, SZEDER Gábor wrote: > On Fri, Sep 20, 2019 at 08:13:02PM +0200, SZEDER Gábor wrote: > > > If the (re)introduced leak doesn't impact performance and memory > > > usage too much then duplicating tip_name again in name_rev() or > > > rather your new create_or_

German democratizer-missiles inevitable, unless

2019-09-21 Thread Klaus Sembritzki
If we don't get VFCs, our army - MUST - MUST - MUST - fire democratizer-missiles from EMF-shielded rooms, taking down the GCHQ and the NSA. We all get extinct without VFCs.

[PATCH v2] travis-ci: do not skip successfully tested trees in debug mode

2019-09-21 Thread SZEDER Gábor
Travis CI offers shell access to its virtual machine environment running the build jobs, called "debug mode" [1]. After restarting a build job in debug mode and logging in, the first thing I usually do is to install dependencies, i.e. run './ci/install-dependencies.sh'. This works just fine when I