Abandoned cargo for delivery !!!

2017-01-23 Thread Mr. Lewis Hawkins
Good day! I am contacting you regarding a special cargo that has been abandoned here at our warehouse for over a period of 2 years and when scanned, it revealed an undisclosed sum of money in it. From my findings, the cargo originated from Europe and the content was not declared as money by

Re: YOUR BANK WIRE TRANSFER IS READY

2017-01-23 Thread ATM PAYMENT
Attention: I have to inform you again, that we are not playing over this, I know my reason for the continuous sending of this notification to you, the fact is that you can’t seem to trust any one again over this payment for what you have been in cantered in many months ago, but I want you to

[PATCH v1 1/2] mailmap: add Patrick Steinhardt's work address

2017-01-23 Thread Patrick Steinhardt
Signed-off-by: Patrick Steinhardt --- .mailmap | 1 + 1 file changed, 1 insertion(+) diff --git a/.mailmap b/.mailmap index 9c87a3840..ea59205b9 100644 --- a/.mailmap +++ b/.mailmap @@ -177,6 +177,7 @@ Paolo Bonzini

[PATCH v1 2/2] urlmatch: allow regex-based URL matching

2017-01-23 Thread Patrick Steinhardt
The URL matching function computes for two URLs whether they match not. The match is performed by splitting up the URL into different parts and then doing an exact comparison with the to-be-matched URL. The main user of `urlmatch` is the configuration subsystem. It allows to set certain

[PATCH v1 0/2] urlmatch: allow regexp-based matches

2017-01-23 Thread Patrick Steinhardt
Hi, Short disclaimer: this patch results from work for a client at my day job at elego Software Solutions GmbH. As such, I'm using my work mail address and added a new mailmap entry. I wasn't exactly certain if the mailmap entry should've been created in a separate commit series, as it has

Re: Idea: Add a filter option to 'git rebase'

2017-01-23 Thread Johannes Schindelin
Hi, On Sat, 21 Jan 2017, Philip Oakley wrote: > From: "Thomas Braun" Friday, January 20, 2017 11:35 PM > > Am 20.01.2017 um 23:28 schrieb Philip Oakley: > > > A recent question on stackoverflow > > > http://stackoverflow.com/questions/41753252/drop-commits-by-commit-message-in-git-rebase > > >

sparse checkout : ignore paths

2017-01-23 Thread Tushar Kapila
When we clone/ pull with : config core.sparsecheckout true We can specify paths to include. Would be good to explicitly specify paths to exclude too. So I can include want/ but exclude want/bin/ Similar to .git/info/sparse-checkout can we have a .git/info/sparse-ignore-checkout optional file?

Re: [RFC PATCH] Option to allow cherry-pick to skip empty commits

2017-01-23 Thread Giuseppe Bilotta
On Mon, Jan 23, 2017 at 12:27 AM, Junio C Hamano wrote: > Giuseppe Bilotta writes: >> +static int allow_or_skip_empty(struct replay_opts *opts, struct commit >> *commit) >> { >> int index_unchanged, empty_commit; >> >> /* >> - *

<    1   2