Ich werde auf Ihre Antwort warten

2016-11-12 Thread Andrew Chung
Lieber Freund, Wie geht es Ihnen heute? Ich habe eine Investitionsmöglichkeit mit Ihnen zu teilen, die die Übertragung einer großen Geldsumme zum gegenseitigen Nutzen für beide von uns betreffen. Mein Name ist Andrew Hau Chung, ich in einem Finanzinstitut arbeiten hier in Hong Kong. Wenn Sie

Re: Fetch/push lets a malicious server steal the targets of "have" lines

2016-11-12 Thread Matt McCutchen
On Sun, 2016-10-30 at 01:16 -0700, Junio C Hamano wrote: > Jon Loeliger writes: > > > > > Is there an existing protocol provision, or an extension to > > the protocol that would allow a distrustful client to say to > > the server, "Really, you have Y2?  Prove it." > > There is

Re: Fetch/push lets a malicious server steal the targets of "have" lines

2016-11-12 Thread Matt McCutchen
On Sun, 2016-10-30 at 01:03 -0700, Junio C Hamano wrote: > Matt McCutchen writes: > > > > > On Fri, 2016-10-28 at 22:31 -0700, Junio C Hamano wrote: > > > > > > Not sending to the list, where mails from Gmail/phone is known to > > > get > > > rejected. > > > > [I guess

Re: Feature request - show result of URL rewrites

2016-11-12 Thread Junio C Hamano
Dennis Kaarsemaker writes: >> Git lets you rewrite URLs using "url..insteadOf" >> ... >> Can you add a git-config option to show the result of this rewriting >> whenever this occurs, as debugging more complicated rules can be >> difficult/wasn't obvious without

[PATCH] fetch/push: document that private data can be leaked

2016-11-12 Thread Matt McCutchen
A malicious server may be able to use the fetch and push protocols to steal data from a user's repository that the user did not intend to share, via attacks similar to those described in the gitnamespaces(7) man page. Mention this in the git-fetch(1), git-pull(1), and git-push(1) man pages and

Re: [PATCH v2] upload-pack: Optionally allow fetching any sha1

2016-11-12 Thread Junio C Hamano
David Turner writes: > diff --git a/t/t5551-http-fetch-smart.sh b/t/t5551-http-fetch-smart.sh > index 43665ab..8d3db40 100755 It seems that I haven't heard of 43665ab. > --- a/t/t5551-http-fetch-smart.sh > +++ b/t/t5551-http-fetch-smart.sh > @@ -306,6 +306,28 @@

Re: [PATCH] t0021, t5615: use $PWD instead of $(pwd) in PATH-like shell variables

2016-11-12 Thread Junio C Hamano
Johannes Schindelin writes: >> Thanks. Dscho, does this fix both of these issues to you? > > Apparently it does because the CI jobs for `master` and for `next` pass. OK, thanks for a quick confirmation. > The one for `pu` still times out, of course. Earlier you

Re: [PATCH v7 11/17] ref-filter: introduce symref_atom_parser() and refname_atom_parser()

2016-11-12 Thread Karthik Nayak
On Wed, Nov 9, 2016 at 5:22 AM, Jacob Keller wrote: > On Tue, Nov 8, 2016 at 12:12 PM, Karthik Nayak wrote: >> From: Karthik Nayak > > What's the reasoning for using separate functions here if they are > exactly identical

Re: [PATCH v7 08/17] ref-filter: add support for %(upstream:track,nobracket)

2016-11-12 Thread Karthik Nayak
On Wed, Nov 9, 2016 at 5:15 AM, Jacob Keller wrote: > On Tue, Nov 8, 2016 at 12:12 PM, Karthik Nayak wrote: >> From: Karthik Nayak >> >> Add support for %(upstream:track,nobracket) which will print the >> tracking information

Re: [PATCH v7 07/17] ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams

2016-11-12 Thread Karthik Nayak
On Wed, Nov 9, 2016 at 5:07 AM, Jacob Keller wrote: >> Make changes to t/t6300-for-each-ref.sh and >> Documentation/git-for-each-ref.txt to reflect this change. >> > > This will change behavior if people were expecting it to remain > silent, but I think this could be

Re: Feature request - show result of URL rewrites

2016-11-12 Thread Dennis Kaarsemaker
On Sat, 2016-11-12 at 18:49 +0100, Git User wrote: > Hello > > Hopefully this is the right place to submit feature requests - let me > know if there's somewhere else I should use! > > Git lets you rewrite URLs using "url..insteadOf" > > https://stackoverflow.com/a/11383587 >

Feature request - show result of URL rewrites

2016-11-12 Thread Git User
Hello Hopefully this is the right place to submit feature requests - let me know if there's somewhere else I should use! Git lets you rewrite URLs using "url..insteadOf" https://stackoverflow.com/a/11383587 https://git-scm.com/docs/git-config Can you add a git-config option to show the result

Hello git

2016-11-12 Thread Duncan Ferguson
Good morning git http://edgell.me/arent.php?fresh=2ht0rm972keenex Duncan Ferguson

Did You Get My Message This Time?

2016-11-12 Thread Friedrich Mayrhofer
-- This is the second time i am sending you this mail.I, Friedrich Mayrhofer Donate $ 1,000,000.00 to You, Email Me personally for more details. Regards. Friedrich Mayrhofer

Re: [RFC] Add way to make Git credentials accessible from clean/smudge filter

2016-11-12 Thread Lars Schneider
> On 11 Nov 2016, at 21:27, Jeff King wrote: > > On Fri, Nov 11, 2016 at 09:02:52PM +0100, Dennis Kaarsemaker wrote: > Are you sure about that? If I do: echo url=https://example.com/repo.git | git credential fill I get prompted for a username and

Re: 2.11.0-rc1 will not be tagged for a few days

2016-11-12 Thread Lars Schneider
> On 11 Nov 2016, at 22:22, Johannes Sixt wrote: > > Am 11.11.2016 um 22:07 schrieb Junio C Hamano: >> Junio C Hamano writes: >> >>> OK, then let's have >>> >>> filter_git () { >>> rm -f rot13-filter.log && >>> git "$@" >>>

Re: [PATCH] t0021, t5615: use $PWD instead of $(pwd) in PATH-like shell variables

2016-11-12 Thread Johannes Schindelin
Hi Junio, On Fri, 11 Nov 2016, Junio C Hamano wrote: > Johannes Sixt writes: > > > We have to use $PWD instead of $(pwd) because on Windows the latter > > would add a C: style path to bash's Unix-style $PATH variable, which > > becomes confused by the colon after the drive

Re: [RFC/PATCH 0/2] git diff <(command1) <(command2)

2016-11-12 Thread Johannes Schindelin
Hi, On Fri, 11 Nov 2016, Jacob Keller wrote: > On Fri, Nov 11, 2016 at 1:27 PM, Junio C Hamano wrote: > > Dennis Kaarsemaker writes: > > > >> No tests or documentation updates yet, and I'm not sure whether > >> --follow-symlinks in other modes than

Re: [PATCH v7 04/17] ref-filter: modify "%(objectname:short)" to take length

2016-11-12 Thread Karthik Nayak
Hello, On Fri, Nov 11, 2016 at 10:59 AM, Jacob Keller wrote: > On Thu, Nov 10, 2016 at 9:36 AM, Karthik Nayak wrote: >> On Wed, Nov 9, 2016 at 4:57 AM, Jacob Keller wrote: >> >> That does make sense, It would also not error

Re: [PATCH v7 03/17] ref-filter: implement %(if:equals=) and %(if:notequals=)

2016-11-12 Thread Karthik Nayak
Hello, On Fri, Nov 11, 2016 at 4:56 AM, Junio C Hamano wrote: > Jacob Keller writes: > >>> @@ -49,6 +51,10 @@ static struct used_atom { >>> enum { C_BARE, C_BODY, C_BODY_DEP, C_LINES, C_SIG, >>> C_SUB } option; >>>

[PATCH] git-worktree.txt: Fix typo "to"/"two", add comma

2016-11-12 Thread Ben North
Signed-off-by: Ben North --- Documentation/git-worktree.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt index 0aeb020..e257c19 100644 --- a/Documentation/git-worktree.txt +++