signing commits using gpg2

2017-09-02 Thread shawn wilson
tl;dr - how do I get git to use gpg2 to sign things? I'm using gpg2 (so no agent options are configured but an agent is running) which is configured w/ a Nitrokey (Pro if it matters): % git commit -m "Initial." gits/bash-libs (master ⚡) localhost gpg: detected r

Re: [PATCH] config: use a static lock_file struct

2017-09-02 Thread Jeff King
On Sat, Sep 02, 2017 at 04:44:51AM -0400, Jeff King wrote: > There are actually very few callers of create_tempfile (I count two). > Everybody just uses lock_file(). So I think we could get away with just > modifying the internals of the lock struct to hold a pointer, and then > teaching commit_lo

This is DAVID. am writing to inform you that am back from hoildays

2017-09-02 Thread davidjohnofficef...@gmail.com
Good Day This is David john. am writing to inform you that am back from holidays, and regarding the last meeting it came out good, so the bank is read to transfer the fund into your account.I am only waiting for your directions Best Regard David john

I NEED YOUR HELP

2017-09-02 Thread Cotte
Greetings, I am Miss elizabeth 22 years old i have every important things to discus with you. Please respond with your most secure email address to enable me give you the brief details of proposer, please write me on this email elizabethcot...@barid.com Looking forward for your positive respons

[no subject]

2017-09-02 Thread Mr.Sheng Li Hung
Hello Dear I am Mr.Sheng Li Hung, from china I got your information while search for a reliable person, I have a very profitable business proposition for you and i can assure you that you will not regret been part of this mutual beneficial transaction after completion. Kindly get back to me for

PLEASE READ

2017-09-02 Thread Mrs Nora
Hello, I am Mrs Nora lin wong, I have an urgent and very confidential business proposition for you. Regards, Yours faithfully, Mrs Nora lin wong.

Re: Bug report

2017-09-02 Thread Jeff King
On Wed, Aug 30, 2017 at 11:25:00PM +0200, Aleksandar Pavic wrote: > I have a file > > app/Controller/CustomerCardVerificationController.php > > And when I take a look at changes log, I get this (no matter which tool I > use): > > 2017-07-31 19:41 dule o membership renew payment em

Re: [PATCH] config: use a static lock_file struct

2017-09-02 Thread Jeff King
On Wed, Aug 30, 2017 at 09:07:53AM +0200, Michael Haggerty wrote: > > So it's probably safer to just let tempfile.c handle the whole lifetime, > > and have it put all live tempfiles on the heap, and free them when > > they're deactivated. That means our creation signature becomes more > > like: >

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

2017-09-02 Thread Simon Ruderich
On Wed, Aug 30, 2017 at 06:59:22PM +, Jeff Hostetler wrote: > [snip] > +/* > + * Re-enable item couting when adding/removing items. > + * If counting is currently disabled, it will force count them. The code always recounts them. Either the comment or the code should be adjusted. > + * This m

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

2017-09-02 Thread Jeff King
On Fri, Sep 01, 2017 at 02:58:52PM -0400, Ross Kabus wrote: > 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 > unde

[no subject]

2017-09-02 Thread Mr.Sheng Li Hung
Hello Dear I am Mr.Sheng Li Hung, from china I got your information while search for a reliable person, I have a very profitable business proposition for you and i can assure you that you will not regret been part of this mutual beneficial transaction after completion. Kindly get back to me for

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

2017-09-02 Thread Jeff King
On Sat, Sep 02, 2017 at 01:31:19AM +0200, Johannes Schindelin wrote: > > https://public-inbox.org/git/adb37b70139fd1e2bac18bfd22c8b96683ae18eb.1502780344.git.martin.ag...@gmail.com/ > [...] > > Add API to hashmap to disable item counting and to disable automatic > > rehashing. Also include APIs t

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

2017-09-02 Thread Jeff King
On Wed, Aug 30, 2017 at 06:59:22PM +, 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 (0607e10009ee4e37cb49b4cec8d28a9