Re: [PATCH v9 0/3]

2019-03-17 Thread Junio C Hamano
nbelakov...@gmail.com writes: > From: Nickolai Belakovski > > Cleanup on 2/3 and 3/3 I'll have to re-read the test part myself to see what you meant by the "strategy for updating tests" and if it makes sense, but what you wrote as the goal and approach in the cover letter all sounded sensible.

[PATCH v9 0/3]

2019-03-15 Thread nbelakovski
From: Nickolai Belakovski Cleanup on 2/3 and 3/3 To reiterate from elsewhere in the thread, I'd really like to get 1/3 and 2/3 in together. For 3/3 I'm basically indifferent. I see some value in it, but I also think it clutters up the verbose output, so I could understand if there's a lack of

Re: [PATCH v9 0/3] http-backend: respect CONTENT_LENGTH as specified by rfc3875

2018-07-27 Thread Junio C Hamano
Max Kirillov writes: > Only the 3rd patch has changed Thanks.

Re: [PATCH v9 0/3] http-backend: respect CONTENT_LENGTH as specified by rfc3875

2018-07-26 Thread Max Kirillov
Only the 3rd patch has changed

[PATCH v9 0/3] http-backend: respect CONTENT_LENGTH as specified by rfc3875

2018-07-26 Thread Max Kirillov
* fix the gzip usage as suggested in https://public-inbox.org/git/xmqqk1quvegh@gitster-ct.c.googlers.com/ * better explanation of why status check is needed * redirect only the helper call, not the whole shell function, also move more into the shell function Max Kirillov (3): http-backend:

Re: [PATCH v9 0/3] read-cache: speed up add_index_entry

2017-04-11 Thread Jeff King
On Tue, Apr 11, 2017 at 07:16:59PM +, g...@jeffhostetler.com wrote: > I think this version has addressed everything raise so far, > so I think I'm ready to let this one rest. Thanks for all > the help and feedback. Yeah, this addresses my nitpicks with the perf stuff. Thanks for sticking wit

[PATCH v9 0/3] read-cache: speed up add_index_entry

2017-04-11 Thread git
From: Jeff Hostetler Version 9 addresses the following: () p0006 perf test can now run using either synthetic repos from t/perf/repos/many-repos.sh -OR- an actual real-world repo. () The commit message has been updated to include results of p0006 on linux.git. () Line 0006.3

[PATCH v9 0/3] bisect--helper: check_term_format() and write_terms()

2016-05-24 Thread Pranit Bauva
Here is the link to v8[1]. This has a few modifications. Changes wrt v8 as suggested by Christian are: * Remove the redundant `|| exit` Pranit Bauva (3): bisect--helper: use OPT_CMDMODE instead of OPT_BOOL bisect: rewrite `check_term_format` shell function in C bisect--helper: `write_term

[PATCH v9 0/3] git config cache & special querying api utilizing the cache

2014-07-15 Thread Tanay Abhra
Hi, [PATCH v9]: Applied most of the review comments mentioned in [11]. Mostly asthetic changes. test-config now clears the config_set before exiting. Most of the tests now use the check-config function. check_config_init() now handles return values correctly. Diff betwee