Re: Donation

2017-09-01 Thread Mavis Wanczyk Foundation
Greetings To You, My Name is Mavis wanczyk , the winner of the Power ball jackpot of $ $758.7 million in the AUGUST 24, 2017, My jackpot was a gift from God to me hence my Entire family/foundation has AGREED to do this. My foundation is donating $500,000.00USD to you. please contac

Re: Donation

2017-09-01 Thread Mavis Wanczyk Foundation
Greetings To You, My Name is Mavis wanczyk , the winner of the Power ball jackpot of $ $758.7 million in the AUGUST 24, 2017, My jackpot was a gift from God to me hence my Entire family/foundation has AGREED to do this. My foundation is donating $500,000.00USD to you. please contac

Re: [PATCH] doc/for-each-ref: explicitly specify option names

2017-09-01 Thread Junio C Hamano
Kevin Daudt writes: > For count, sort and format, only the argument names were listed under > OPTIONS, not the option names. > > Add the option names to make it clear the options exist > > Signed-off-by: Kevin Daudt > --- > Documentation/git-for-each-ref.txt |

Re: Commit dropped when swapping commits with rebase -i -p

2017-09-01 Thread Jonathan Nieder
Hi, Sebastian Schuberth wrote: > On Wed, Aug 30, 2017 at 8:07 PM, Martin Ågren wrote: >> The man-page for git rebase says that combining -p with -i is "generally >> not a good idea unless you know what you are doing (see BUGS below)". > > Thanks for pointing this out

Re: [PATCH] hashmap: add API to disable item counting when threaded

2017-09-01 Thread Jonathan Nieder
Hi, Johannes Schindelin wrote: > On Wed, 30 Aug 2017, Jeff Hostetler wrote: >> This is to address concerns raised by ThreadSanitizer on the mailing >> list about threaded unprotected R/W access to map.size with my previous >> "disallow rehash" change (0607e10009ee4e37cb49b4cec8d28a9dda1656a4).

Re: [PATCH] hashmap: add API to disable item counting when threaded

2017-09-01 Thread Johannes Schindelin
Hi Jeff, On Wed, 30 Aug 2017, Jeff Hostetler wrote: > From: Jeff Hostetler > > This is to address concerns raised by ThreadSanitizer on the mailing > list about threaded unprotected R/W access to map.size with my previous > "disallow rehash" change

Re: [RFC 7/7] upload-pack: ack version 2

2017-09-01 Thread Brandon Williams
On 09/01, Bryan Turner wrote: > On Thu, Aug 24, 2017 at 3:53 PM, Brandon Williams wrote: > > + > > + version = getenv("GIT_PROTOCOL"); > > + if (!strcmp(version, "2")) > > + upload_pack_v2(); > > + > > I think the "if" check here needs some type of

Re: [PATCH] doc/for-each-ref: explicitly specify option names

2017-09-01 Thread Jonathan Nieder
Kevin Daudt wrote: > For count, sort and format, only the argument names were listed under > OPTIONS, not the option names. > > Add the option names to make it clear the options exist nit: missing full-stop (.) at end of sentence. > Signed-off-by: Kevin Daudt > --- >

Re: [RFC 0/7] transitioning to protocol v2

2017-09-01 Thread Bryan Turner
On Wed, Aug 30, 2017 at 2:12 PM, Brandon Williams wrote: > On 08/30, Bryan Turner wrote: >> On Fri, Aug 25, 2017 at 10:29 AM, Jeff King wrote: >> > On Thu, Aug 24, 2017 at 03:53:21PM -0700, Brandon Williams wrote: >> > >> >> The biggest question I'm trying to

Re: [PATCH] doc/for-each-ref: explicitly specify option names

2017-09-01 Thread Johannes Schindelin
Hi Kevin, On Fri, 1 Sep 2017, Kevin Daudt wrote: > For count, sort and format, only the argument names were listed under > OPTIONS, not the option names. > > Add the option names to make it clear the options exist > > Signed-off-by: Kevin Daudt > --- This patch makes sense to

Git in Outreachy round 15?

2017-09-01 Thread Jeff King
Hi all, I know we're just finishing up GSoC, but I want to get opinions on Git participating in the next round of Outreachy, which will be accepting interns over the next month or two. Details and timelines are here: https://www.outreachy.org/ https://www.outreachy.org/mentor/ For those

Re: git-scm pages deliver outdated Git docs

2017-09-01 Thread Lars Schneider
> On 31 Aug 2017, at 19:37, Jeff King wrote: > > On Thu, Aug 31, 2017 at 09:28:35AM +0100, Lars Schneider wrote: > >> looks like the git-scm pages deliver outdated Git docs (v2.13.1): >> https://git-scm.com/docs/git >> >> Is this intentional? If not, who should be contacted? >

Re: [PATCH] doc/for-each-ref: explicitly specify option names

2017-09-01 Thread Jeff King
On Fri, Sep 01, 2017 at 04:49:31PM +0200, Kevin Daudt wrote: > For count, sort and format, only the argument names were listed under > OPTIONS, not the option names. > > Add the option names to make it clear the options exist Yeah, this looks much better. I could see having a general "" section

Re: [RFC 7/7] upload-pack: ack version 2

2017-09-01 Thread Bryan Turner
On Thu, Aug 24, 2017 at 3:53 PM, Brandon Williams wrote: > + > + version = getenv("GIT_PROTOCOL"); > + if (!strcmp(version, "2")) > + upload_pack_v2(); > + I think the "if" check here needs some type of NULL check for "version" before calling

Re: [PATCH 02/12] load_subtree(): remove unnecessary conditional

2017-09-01 Thread Junio C Hamano
Michael Haggerty writes: > Junio, I'm surprised that you have merged the `mh/notes-cleanup` > branch into `next` already. Was that intentional? Yup, I was clearing the deck as much as possible before I go offline, as there didn't seem to be any glaring problem that we do

Re: HP-UX (git-2.14.0) Depot File / Source Code Build throws SHA1 Error

2017-09-01 Thread Jeff King
On Fri, Sep 01, 2017 at 03:04:36PM +0100, josephpattara . wrote: > Dear HP-UX Git Maintainers, > > Sending this email as I was trying to use the HP-UX depot file which > was recently committed to the > http://hpux.connectinternetsolutions.com/hppd/hpux/Development/Tools/git-2.14.0/. > I tried to

Re: Commit dropped when swapping commits with rebase -i -p

2017-09-01 Thread Johannes Schindelin
Hi Sebastian, On Wed, 30 Aug 2017, Sebastian Schuberth wrote: > On Wed, Aug 30, 2017 at 10:28 PM, Johannes Schindelin > wrote: > > > Please see 'exchange two commits with -p' in t3404. This is a known > > Thank for pointing out the test. > > > breakage, and due to

[Bug] commit-tree shouldn't append an extra newline to commit messages

2017-09-01 Thread Ross Kabus
Hello, When doing git commit-tree to manually create a commit object, it can be seen that the resulting commit's message has an extra appended newline (\n) that was not present in the input for either argument -m or -F. This is both undesirable and inconsistent with the git commit porcelain

Re: [PATCH] pull: honor submodule.recurse config option

2017-09-01 Thread René Scharfe
Am 01.09.2017 um 19:11 schrieb Stefan Beller: > On Fri, Sep 1, 2017 at 12:29 AM, Nicolas Morey-Chaisemartin > wrote: >> git pull used to not parse the submodule.recurse config option and simply >> consider the --recurse-submodules CLI option. >> When using the

Re: [PATCH] pull: honor submodule.recurse config option

2017-09-01 Thread Jonathan Nieder
Hi, Nicolas Morey-Chaisemartin wrote: > git pull used to not parse the submodule.recurse config option and simply > consider the --recurse-submodules CLI option. > When using the config option, submodules would only be fetched recursively > while the CLi option would tigger both fetch and

Re: [PATCH] pull: honor submodule.recurse config option

2017-09-01 Thread Stefan Beller
On Fri, Sep 1, 2017 at 12:29 AM, Nicolas Morey-Chaisemartin wrote: > git pull used to not parse the submodule.recurse config option and simply > consider the --recurse-submodules CLI option. > When using the config option, submodules would only be fetched

[PATCH] doc/for-each-ref: explicitly specify option names

2017-09-01 Thread Kevin Daudt
For count, sort and format, only the argument names were listed under OPTIONS, not the option names. Add the option names to make it clear the options exist Signed-off-by: Kevin Daudt --- Documentation/git-for-each-ref.txt | 18 +- 1 file changed, 9

HP-UX (git-2.14.0) Depot File / Source Code Build throws SHA1 Error

2017-09-01 Thread josephpattara .
Dear HP-UX Git Maintainers, Sending this email as I was trying to use the HP-UX depot file which was recently committed to the http://hpux.connectinternetsolutions.com/hppd/hpux/Development/Tools/git-2.14.0/. I tried to use the depot file and also attempted to build the code from the adapted

Fast Loans

2017-09-01 Thread Financial Services
Apply for a loan at 3% reply to this Email for more Info

GUTE NACHRICHTEN!!

2017-09-01 Thread Betsy Azzinaro
Grüße Ich bin Frau Betsy Azzinaro, ich bin Witwe. Ich leide an einer langen Zeit Krebs. Alle Indikation mein Zustand ist wirklich verschlechtert und es ist ganz offensichtlich, dass ich nicht mehr als zwei Monate nach meinen Ärzten leben würde, und in allen Indikationen zur medizinischen

[PATCH] pull: honor submodule.recurse config option

2017-09-01 Thread Nicolas Morey-Chaisemartin
git pull used to not parse the submodule.recurse config option and simply consider the --recurse-submodules CLI option. When using the config option, submodules would only be fetched recursively while the CLi option would tigger both fetch and update/merge. Reported-by: Magnus Homann